xsuperx How do I cheat?
Reputation: 0
Joined: 29 Apr 2007 Posts: 2
|
Posted: Sat Jun 16, 2007 4:42 pm Post subject: [HELP] UCE Trainers |
|
|
Hi, im making another UCE but this time i want to make trainers, i have read everything i could find and this but i dont get it :S :
Quote: | As too many ppl have asked the same question over and over , i'll explain a little bit...
1. First edit FINDICON.ICO and change the string "And so Dark Byte ..." to
"MMMMMMMMM..." :: 76 symbols !!!
or
Open trainerwithassembler.exe with hex editor and change it inside ... or
if you have not compiled it with the icon use some resource editor to change the icon / like resource hacker / with findicon.ico and then change it ...
2. Change the scanstring in formMemoryModifier.pas to the same string as in the icon file...
3. Compile and voila !!!
Generated trainer :
it has icon and works fine ...
Some other info:
To make RES from the RC file use / compile your RC / :
BRCC32 trainer.rc -32
and you'll have a RES file ...
use compiler directive {$R name.res} or {$RESOURCE name.res} to use a resource in your program // you do not need that in this case ...
Why to change the search string in the icon and in the procedure :
1. It's detected...
2. There is some problem finding it when it's the default string. At least in my case.. |
any help would be very much appreaciated, thankyou
|
|