View previous topic :: View next topic |
Author |
Message |
cheatwifi How do I cheat?
Reputation: 0
Joined: 28 Mar 2023 Posts: 7
|
Posted: Fri Apr 07, 2023 6:12 am Post subject: How to modified speedhack-i386.dll to implement auto-hooks |
|
|
just add code:
speedhack := TSpeedhack.Create;
before initdll
Debugging and modification for a long time can not pass the compilation
[/img]
Last edited by cheatwifi on Fri Apr 07, 2023 7:24 am; edited 3 times in total |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25712 Location: The netherlands
|
Posted: Fri Apr 07, 2023 6:16 am Post subject: |
|
|
it doesn't work like that, at all. You're going to need almost ALL of cheat engine
also, build instead of compile. Cheat engine is too complex for a normal compile _________________
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 |
|
 |
cheatwifi How do I cheat?
Reputation: 0
Joined: 28 Mar 2023 Posts: 7
|
Posted: Fri Apr 07, 2023 6:53 am Post subject: |
|
|
Dark Byte wrote: | it doesn't work like that, at all. You're going to need almost ALL of cheat engine
also, build instead of compile. Cheat engine is too complex for a normal compile |
Can you compile unit speedhack2 as a separate dll?
I just need TSpeedhack.create function |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25712 Location: The netherlands
|
Posted: Fri Apr 07, 2023 7:32 am Post subject: |
|
|
Speedhack uses generateapihookscript, which uses the autoassembler and disassembler and symbolhandler
and those need lots of other stuff as well, so you're going to need pretty much all of cheat engine _________________
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 |
|
 |
|