View previous topic :: View next topic |
Author |
Message |
Kano131 How do I cheat?
Reputation: 0
Joined: 09 Jan 2016 Posts: 6 Location: Germany
|
Posted: Sat Jan 09, 2016 4:09 pm Post subject: [Help] .dll + offset ? What to do ? |
|
|
Hello
i need help to ending my test. I was searching some pointers but now i need help. Iam 100% that this is my address but the offset is new to me. Please look at the photo and tell me what to do Thank you !
Description: |
|
Filesize: |
4.17 KB |
Viewed: |
7729 Time(s) |

|
Description: |
|
Filesize: |
4.17 KB |
Viewed: |
7729 Time(s) |

|
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Sat Jan 09, 2016 4:15 pm Post subject: |
|
|
That is a static address, you don't need a pointer for that (if I got it right that you were trying to find a pointer for "gamedll_x64_rwdi.dll+19932a8")
|
|
Back to top |
|
 |
Kano131 How do I cheat?
Reputation: 0
Joined: 09 Jan 2016 Posts: 6 Location: Germany
|
Posted: Sat Jan 09, 2016 4:23 pm Post subject: |
|
|
hhhuut wrote: | That is a static address, you don't need a pointer for that (if I got it right that you were trying to find a pointer for "gamedll_x64_rwdi.dll+19932a8") |
I was to find the basepointer ( multilevel pointer scanning ) and this was the last address i got from the find out what... scanning on my pointer adress.
So this is the static adress ? How can i be sure ?
Thanks for fast write back
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Sat Jan 09, 2016 4:30 pm Post subject: |
|
|
Every address that is of the form "Filename+Offset" is static.
|
|
Back to top |
|
 |
Kano131 How do I cheat?
Reputation: 0
Joined: 09 Jan 2016 Posts: 6 Location: Germany
|
Posted: Sat Jan 09, 2016 4:35 pm Post subject: |
|
|
hhhuut wrote: | Every address that is of the form "Filename+Offset" is static. |
Nice thanks. I got you know ! Hehe
Another think if you have the time my health is 150 but my address show me this 1120941538 its my health because when i freeze it its dont decrease
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Sat Jan 09, 2016 4:58 pm Post subject: |
|
|
Change the type to float
|
|
Back to top |
|
 |
Kano131 How do I cheat?
Reputation: 0
Joined: 09 Jan 2016 Posts: 6 Location: Germany
|
Posted: Sat Jan 09, 2016 5:12 pm Post subject: |
|
|
hhhuut wrote: | Change the type to float |
I think they got a defence or something. When i freeze it and get some damage the number keep staying at my full health but in CE its switching fast from decresed to full. But when i get damage like over my full health iam dead. What do you think ?
|
|
Back to top |
|
 |
mgostIH Expert Cheater
Reputation: 3
Joined: 01 Jan 2016 Posts: 159
|
Posted: Sat Jan 09, 2016 5:28 pm Post subject: |
|
|
Kano131 wrote: | hhhuut wrote: | Change the type to float |
I think they got a defence or something. When i freeze it and get some damage the number keep staying at my full health but in CE its switching fast from decresed to full. But when i get damage like over my full health iam dead. What do you think ? |
This is a problem on how the "freeze" of cheat engine behaves.
The freeze function will run a clock to keep setting the value to what you've choosen, but that doesn't mean the value is not changing!
To block the value from updating, find out what writes to that address when you take any damage, and an instruction will pop out.
Then select that instruction and press "Replace" on the "find out" window.
This will block the function for decreasing your health ingame from happening, so you'll never die anymore!
_________________
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Sat Jan 09, 2016 5:30 pm Post subject: |
|
|
That's just normal when freezing a value ...
Try to decrease the freeze timer in the settings or (even better) use the debugger to find out what writes/access this address and write a script which prevents you from dying.
Additionally, you can try to change the life value to a higher one, and if it's set back to 150, search for this value around the current life value ...
|
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
|
Back to top |
|
 |
|