PDA

View Full Version : Test the trainer


paraidy
25-08-2005, 19:25
Hi, some days ago i have sent my trainer for GTA: San Andreas, (Destruction Trainer +18), but i have received an e-mail from a person witch say that my trainer is a trojan -.- I have created it with Trainer maker kit, and my antivirus doesn't notice trojan or virus, but now i have the doubt -.- if someone have GTA San Andreas, can test it and answer here please? :\
Thx all :)

GLH
25-08-2005, 20:21
I also had make a trainer with Trainer Maker Kit and my AntiVir has found a trojan in one of the DLLs. It was this DLL: "H@tKeysH@@k.DLL" in the Windows\System32 folder. You can delete the file, but after starting the Trainer again, the DLLs is back.
I think the AntiVir thinks it's a trojan, because of some trojans used a DLL with the same name.

DABhand
26-08-2005, 02:11
This is a common problem with TMK, most AV scanners will pick it up as TMK uses a key hook process to pick up key strokes used. Which is similar in code to other keyloggers.

Dont worry your trainer is fine :)


Ill write down a small asm trainer tut, using a template by sheep as I find it very easy to work with and very easy for the beginner to understand how to use :)

Ill do this tonight after work :D

paraidy
26-08-2005, 02:47
Oh thx a lot, i'm now more quiet :P but if i use game trainer studio is the problem solved?
Waiting for your tutorial DABhand (pratically my teacher :p ) :D

DABhand
26-08-2005, 05:05
Im impressed with the Psychic mode, you managed to figure out how to use the right mouse button to do a specific thing.

Good work :)


*not tested it but if it is working which im sure it is, tis good work none the less, actually its more intermediate than beginner, so your peseverence has paid off ;)*

paraidy
26-08-2005, 06:20
yep, it work :) i have maked a code injection with a call in the adress witch display the energy of enemy and first of the code i have write the same code but with 0 value, exemple:

the original:

000b7459 fld [eax+00000540]

Modified:

000b7459 call 00010abf


00010abf mov [eax+00000540],0
00010a... fld [eax+00000540]


so when you click with the right button the energy of enemy is 0 and the he die at the moment, it's very fun, the police doesn't arrive, it work with the peoples in motorbike too, they seem to have had a cardiac attack XD

DABhand
26-08-2005, 07:08
good good :)