| View previous topic :: View next topic |
| Author |
Message |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Sat Apr 19, 2014 12:01 pm Post subject: Green address not changing |
|
|
I found a static address 0124760C and I tried to freeze him but not working.Then I tried to find the pointers when I found six pointers I froze them but it also not working. Then I tried find out what access to this address and found instruction what I need. maybe I must change the code
Sorry for bad english
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [BurnoutParadise.exe+E4760C],cl
exit:
jmp returnhere
"BurnoutParadise.exe"+12B5E6:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Apr 19, 2014 1:02 pm Post subject: |
|
|
| If freezing the value does not work, then you do not have the correct address. Do not bother with pointers or injection until you have found the correct address. In some cases, such as the case with GTAIV, the code is protected or wrapped and can not be altered unless the protection is removed. So, you may think that you have found the correct address, but you haven't. |
|
| Back to top |
|
 |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Sun Apr 20, 2014 4:22 am Post subject: |
|
|
| Thanks for answer. |
|
| Back to top |
|
 |
|