View previous topic :: View next topic |
Author |
Message |
MagicRain How do I cheat?
Reputation: 0
Joined: 27 Aug 2008 Posts: 4
|
Posted: Sat Dec 20, 2008 11:13 pm Post subject: [HELP] - generate trainer how? |
|
|
In Cheatengine you can generate a trainer with your date i wounder how this works how get the exe file compiled etc where can i find this thing in the CE Source code please help me there a bit or tell me how it works in delphi is it perfect. Looks like using a resource or anything to get the trainer exe file then but i dont know how really it work the source place would be nice and how the exe get compiled or how ever it work. The poke code got saved in the source file and then the source from the trainer get compiled or how?
greetz and plz thx
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sun Dec 21, 2008 2:46 am Post subject: |
|
|
the exe gets compiled in the standalone folder and then attached to cheatengine.exe as a resource.
When the trainer is crreated it just extracts that resource from the exe and appends the data for the trainer at the end of the trainer.
When the trainer is loaded it opens itself up and reads the appended data at the end and then creates buttons, windows, and fills structures, according to that data
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
MagicRain How do I cheat?
Reputation: 0
Joined: 27 Aug 2008 Posts: 4
|
Posted: Sun Dec 21, 2008 2:13 pm Post subject: |
|
|
How u compiled it without delphi ? u can tell me that thats what i looking for thx for the first...
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sun Dec 21, 2008 6:27 pm Post subject: |
|
|
I compiled it with delphi and added the exe as a resource to the cheatengine project
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
MagicRain How do I cheat?
Reputation: 0
Joined: 27 Aug 2008 Posts: 4
|
Posted: Wed Dec 31, 2008 11:52 pm Post subject: |
|
|
i failed on that i dont know how to do it...ive a trainer source but how do it to make a tool that fill it with my new info and generate the new trainer then. Cant u please give me a code example or tutorial or any hint please man
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Jan 01, 2009 10:24 am Post subject: |
|
|
in the ce source check:
trainer.rc (the resource script that includes a .exe as resource)
cheatendinge.dpr (the $R line)
formMemoryModifier.pas on Button1Click (TResourceStream)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
MagicRain How do I cheat?
Reputation: 0
Joined: 27 Aug 2008 Posts: 4
|
Posted: Thu Jan 01, 2009 9:58 pm Post subject: |
|
|
Ah thank u man Damn great what u did...
|
|
Back to top |
|
 |
|