Trainer Search

spillkongen

Donor
Joined
Jul 28, 2015
Messages
21
Reaction score
4
hi first upload ur files am not into lua never use it but its realy similar to python i can give it a shot but cant promis i can fix it :)
 

Kalas

Honorary Member
Master Donor
Joined
Jun 5, 2014
Messages
2,836
Reaction score
937
I believe you forgot registersymbol(putmehere)


don't forget unregistersymbol(putmehere) in the disable.
 

Kalas

Honorary Member
Master Donor
Joined
Jun 5, 2014
Messages
2,836
Reaction score
937
The whole code is wrong, if you using lea it should be like that:

push rax
lea rax,[eax+edx*4]
mov [putmehere],rax
pop rax

Add alloc(putmehere,8)
Add registersymbol(putmehere)
Add unresgistersymbol(putmehere)
 

Hoover1979

Donor
Joined
Apr 24, 2014
Messages
313
Reaction score
105
thank you :)
i test it and works on 2 games, but for other game like world of warcraft i see pointer 00000 :p
Maybe World of Warcraft has an anti-cheat blocking it as it is a multi-player game?
 
Top