View previous topic :: View next topic |
Author |
Message |
cheatwifi How do I cheat?
Reputation: 0
Joined: 28 Mar 2023 Posts: 7
|
Posted: Tue Mar 28, 2023 7:18 am Post subject: How to call InitializeSpeedhack? |
|
|
There is a game without cheat detection and the speed change function of ce works properly, now I want to write my own program to inject speedhack-i386.dll into the game process and call InitializeSpeedhack.
It is possible that the hook related code is not handled well, my program is either invalid or crashes, is there any ready source code for injection and call, by the way, ce7.5 actually did not uninstall speedhack-i386.dll after exit?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25719 Location: The netherlands
|
Posted: Tue Mar 28, 2023 7:35 am Post subject: |
|
|
you'll also need to hook the speed API's so they point to the dll versions of those API's
speedhack-i386.dll can't be deleted if it's in use by a game. You also need to close the game before uninstalling CE
_________________
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: Wed Mar 29, 2023 11:22 pm Post subject: |
|
|
Dark Byte wrote: | you'll also need to hook the speed API's so they point to the dll versions of those API's
speedhack-i386.dll can't be deleted if it's in use by a game. You also need to close the game before uninstalling CE |
Is there a compiled dll file for this part of the hook time api's?
I want to strip out the speedhack function from the original source code of ce, but I don't know Delphi.
Or is there a similar project on GitHub? I just need a generic speedhack code with auto hook time API's.
|
|
Back to top |
|
 |
|