Trainer Search

Smarter Joker

New Member
Joined
Jun 10, 2014
Messages
6
Reaction score
0
I have the 1.3.7 version, I see trainers for the 1.2.2, but not this version. If you want the file let me know. It is fun, but every time I use cheat engine some how the data is stopped, im not as good as Mr. Anti Fun. Please, if you want to teach I am willing to learn.
 

Smarter Joker

New Member
Joined
Jun 10, 2014
Messages
6
Reaction score
0
Sir, I know you are busy with supplying other people their request but if you get a breath please help, thank you for your time.
 

p5y

Active Member
Joined
Aug 30, 2014
Messages
32
Reaction score
6
Unlimited Ammo and everything.


Code:
[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

label(what1)
registersymbol(what1)

aobscan(aob1,89 43 0C FF 47 20)

newmem:

originalcode:
mov [ebx+0C],32
inc [edi+20]

exit:
jmp returnhere

aob1:
what1:
jmp newmem
nop
returnhere:

[DISABLE]
dealloc(newmem)
what1:
db 89 43 0C FF 47 20
unregistersymbol(what1)
 
Top