 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
Monom How do I cheat?
Reputation: 0
Joined: 01 Mar 2015 Posts: 4
|
Posted: Sun Mar 01, 2015 3:01 pm Post subject: HELP! |
|
|
Hi! I don't know if i'm posting this in the right place.. but I need some help
I'm currently playing Watch Dogs (not exactly sure what version, but it's not an official copy) and I can't seem to find the correct Health address to make a GOD mode.
All my searches got me to some addresses that have the value of 100 FLOAT but do nothing if I check them.
So I searched here for some tables... and nothing... but found this script
Code: | [ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"Disrupt_b64.dll"+181B530)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [rcx+18],(float)100
originalcode:
movss xmm0,[rcx+18]
exit:
jmp returnhere
"Disrupt_b64.dll"+181B530:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Disrupt_b64.dll"+181B530:
movss xmm0,[rcx+18]
//Alt: db F3 0F 10 41 18 |
But this doesn't work.. because it's for a different version.
So I decided to look for the address using the movss xmm0,[rcx+18] code that i found in that script.
Found a bunch of results. as you can see in the picture below
And Now I don't know how to choose the correct one...
How can I find that bloody address?? ((
Am I going at this the wrong way?
PLS HELP!
Thanks!
Description: |
|
Filesize: |
212.09 KB |
Viewed: |
5302 Time(s) |

|
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Mar 01, 2015 3:52 pm Post subject: |
|
|
Go to each instruction in memory view, right-click it, and select Find out what addresses this instruction accesses.
If this script pulls the value to then display to the screen, CE should pop up an address when you swap to the game for 1 second.
If this script pulls the value right before it subtracts due to damage, then you'll need to take some damage before CE will pop up the address.
|
|
Back to top |
|
 |
Monom How do I cheat?
Reputation: 0
Joined: 01 Mar 2015 Posts: 4
|
Posted: Sun Mar 01, 2015 4:03 pm Post subject: |
|
|
Zanzer wrote: | Go to each instruction in memory view, right-click it, and select Find out what addresses this instruction accesses.
If this script pulls the value to then display to the screen, CE should pop up an address when you swap to the game for 1 second.
If this script pulls the value right before it subtracts due to damage, then you'll need to take some damage before CE will pop up the address. |
Thanks! I will try
EDIT: No luck! I even tried to search for the Health address again.. same results 
|
|
Back to top |
|
 |
Monom How do I cheat?
Reputation: 0
Joined: 01 Mar 2015 Posts: 4
|
Posted: Mon Mar 02, 2015 4:33 pm Post subject: |
|
|
Does anyone have any ideas?
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue Mar 03, 2015 3:11 am Post subject: |
|
|
I used two injection points for my health/one-hit kill/kill all script:
Code: | aobscanmodule(aob_health_base,Disrupt_b64.dll,F30F104118F30F5C411C)
alloc(newmem,2048,"Disrupt_b64.dll")
aobscanmodule(aob_god_mode,Disrupt_b64.dll,0F57C00F2F4118)
alloc(newmem2,2048,"Disrupt_b64.dll")
"Disrupt_b64.dll"+4E4930
"Disrupt_b64.dll"+4E4963 |
Those are for version v1.06.329, but should help you find what you're looking for.
|
|
Back to top |
|
 |
Monom How do I cheat?
Reputation: 0
Joined: 01 Mar 2015 Posts: 4
|
Posted: Tue Mar 03, 2015 5:25 pm Post subject: |
|
|
++METHOS wrote: | I used two injection points for my health/one-hit kill/kill all script:
Code: | aobscanmodule(aob_health_base,Disrupt_b64.dll,F30F104118F30F5C411C)
alloc(newmem,2048,"Disrupt_b64.dll")
aobscanmodule(aob_god_mode,Disrupt_b64.dll,0F57C00F2F4118)
alloc(newmem2,2048,"Disrupt_b64.dll")
"Disrupt_b64.dll"+4E4930
"Disrupt_b64.dll"+4E4963 |
Those are for version v1.06.329, but should help you find what you're looking for. |
Hey! thanks for the reply.. But i'm not really sure what I must do with this code.. I'm not good with CheatEngine.. I just mess around with it
I tried to use it in a script.. and I think it created 2 addresses that weren't there before.. but that got me nowhere.
So what should I do with the code?
Thanks!
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|