View previous topic :: View next topic |
Author |
Message |
it-ty Newbie cheater
Reputation: 0
Joined: 05 Jun 2014 Posts: 22
|
Posted: Thu Jun 02, 2016 10:31 am Post subject: code AA run game crashes |
|
|
The problem I is this codescrip run then game crash
game Outlast I want to batery full
Code: | [ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"OLGame.exe"+D5D0ED)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
mov [rbx+000031A8],(float)1.0 // battery full
originalcode:
//movss [rbx+000031A8],xmm1 <<<<<<< battery
exit:
jmp returnhere
"OLGame.exe"+D5D0ED:
jmp newmem
nop
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"OLGame.exe"+D5D0ED:
movss [rbx+000031A8],xmm1
//Alt: db F3 0F 11 8B A8 31 00 00 |
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Thu Jun 02, 2016 10:38 am Post subject: |
|
|
Are you sure your battery charge is the only thing that is accessed by this code?
|
|
Back to top |
|
 |
it-ty Newbie cheater
Reputation: 0
Joined: 05 Jun 2014 Posts: 22
|
Posted: Fri Jun 03, 2016 3:32 am Post subject: |
|
|
hhhuut wrote: | Are you sure your battery charge is the only thing that is accessed by this code? |
Sure but if this codescrip ok work battery not low but battery not full
Code: | [enable]
"OLGame.exe"+D5D0ED:
db 90 90 90 90 90 90 90 90
[disable]
"OLGame.exe"+D5D0ED:
db F3 0F 11 8B A8 31 00 00 |
but I want codescript to battery full
or because size ofset 2 byte
Code: | movss [rbx+000031A8] |
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
Posted: Sun Jun 05, 2016 1:58 pm Post subject: |
|
|
This is not a tutorial, moved.
_________________
- Retired. |
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Jun 05, 2016 3:32 pm Post subject: |
|
|
Not noticing anything wrong with the code. Maybe some integrity check? Try: Code: | mov [rbx+000031A8],(float)1.0
movss xmm1,[rbx+000031A8] |
|
|
Back to top |
|
 |
5maestro How do I cheat?
Reputation: 0
Joined: 06 Jun 2016 Posts: 0 Location: ibiza
|
|
Back to top |
|
 |
|