View previous topic :: View next topic |
Author |
Message |
FIRESKY Cheater
Reputation: 0
Joined: 01 Mar 2017 Posts: 34
|
Posted: Sun Dec 10, 2017 3:46 pm Post subject: Solved Tx a Zanzer |
|
|
SOLVED thanks to Zanzer
Last edited by FIRESKY on Sun Dec 10, 2017 8:34 pm; edited 4 times in total |
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Dec 10, 2017 5:42 pm Post subject: |
|
|
Code: | [ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"game.exe"+131AAE)
label(returnhere)
label(originalcode)
label(isplayer)
newmem:
cmp [rcx+0],#0
je isplayer
cmp [rcx+0],#1 //My Player from 0 at 5
je isplayer
cmp [rcx+0],#2
je isplayer
cmp [rcx+0],#3
je isplayer
cmp [rcx+0],#4
je isplayer
cmp [rcx+0],#5
je isplayer
jmp originalcode
isplayer:
sub [rcx+28],#99999 //My Attack
// don't want the original instruction to execute for the player???
//mov [rcx+48],eax
jmp returnhere
originalcode:
sub [rcx+28],#1 //Enemy Attack
mov [rcx+48],eax
"game.exe"+131AAE:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"game.exe"+131AAE:
mov [rcx+28],eax
mov [rcx+48],eax
//Alt: db 89 41 28 89 41 48 |
|
|
Back to top |
|
 |
FIRESKY Cheater
Reputation: 0
Joined: 01 Mar 2017 Posts: 34
|
Posted: Sun Dec 10, 2017 8:30 pm Post subject: Solved ZANZER are the Best! |
|
|
Tx mile realy.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8579 Location: 127.0.0.1
|
Posted: Mon Dec 11, 2017 5:08 am Post subject: |
|
|
For future reference, please do not edit your main post after you have been helped. Others may have similar questions to yours and removing the original post removes context and information about the topic.
_________________
- Retired. |
|
Back to top |
|
 |
FIRESKY Cheater
Reputation: 0
Joined: 01 Mar 2017 Posts: 34
|
Posted: Mon Dec 11, 2017 5:42 am Post subject: |
|
|
K sir, I had thought this to prevent anyone from clicking on this post and trying to read to help me wasting time.
it will be done next tx for the tip.
|
|
Back to top |
|
 |
|