View previous topic :: View next topic |
Author |
Message |
akampro How do I cheat?
Reputation: 0
Joined: 21 Apr 2012 Posts: 5
|
Posted: Tue Jan 08, 2013 11:03 pm Post subject: I want call speedhack-i386.dll to use speedhack function |
|
|
Hi all!
I want call API speedhack-i386.dll. please help me.
I can use C++, VB 6.0 or .Net (C#).
Thannks
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Wed Jan 09, 2013 4:50 am Post subject: |
|
|
inject the dll into the target process. Then hook the windows timing api's to the speedhack dll, and fill in the exports of the dll where it expects the eip to call the unhooked version.
then call InitializeSpeedhack by either creating a thread, or call it from inside the game
_________________
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 |
|
 |
akampro How do I cheat?
Reputation: 0
Joined: 21 Apr 2012 Posts: 5
|
Posted: Thu Jan 10, 2013 2:43 am Post subject: |
|
|
Thanks Dark Byte
You can give me an example? (with codes C++ or VB 6.0 or C#). Please help me
Akam
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Thu Jan 10, 2013 5:20 am Post subject: |
|
|
Sorry, but I only have the code for pascal.
Also, it uses cheat engine's auto assembler to hook the api's. ( The topics under here might be of help to call it from your language, but not sure if they handle a newly loaded module properly )
You will also need to inject the speedhack dll into the target
_________________
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 |
|
 |
akampro How do I cheat?
Reputation: 0
Joined: 21 Apr 2012 Posts: 5
|
Posted: Thu Jan 10, 2013 6:45 am Post subject: |
|
|
Thanks Dark Byte
I don't know pascal. You can codes your own .dll with the SpeedHack function with parameters: PrcoessID, Speed Vvalue
I use C++, C#, VB the call API SpeedHack
Example: SpeedHack(processid, speedvalue)
Thanks
Akam
|
|
Back to top |
|
 |
akampro How do I cheat?
Reputation: 0
Joined: 21 Apr 2012 Posts: 5
|
Posted: Thu Jan 10, 2013 8:30 pm Post subject: |
|
|
Hi Dark Byte
You can codes by ASM with function SpeedHack. Please help me.
Thanks
|
|
Back to top |
|
 |
|