Instruction:
1.Start S4
2.Suspend S4Client.exe and HGWC.exe Before S4Client.exe Window Came Up
3.Open Trainer
4.Press F12
5.Close Hack
6.Resume S4Client.exe and HGWC.exe
Ok in new 1.2 not work with autosuspenders because autosuspenders suspend too early.If you can make this code trainer it should work with this auto suspender.
Here How To Suspend:
Code:
#RequireAdmin
HotKeySet("{F11}", "_Resume")
OnAutoItExitRegister("_OnExit")
Global $hDll_Kernel32 = DllOpen("kernel32.dll"), $hDll_Ntdll = DllOpen("ntdll.dll")
_Suspend()
While Sleep(700)
WEnd
Func _Resume()
_ProcessResume(ProcessExists("HGWC.exe"))
_ProcessResume(ProcessExists("S4Client.exe"))
Exit
EndFunc
Func _Suspend()
ToolTip("Waiting for S4League...", 0, 0)
ProcessWait("HGWC.exe")
ProcessWait("S4Client.exe")
_ProcessSuspend(ProcessExists("HGWC.exe"))
_ProcessSuspend(ProcessExists("S4Client.exe"))
ToolTip("")
EndFunc
Func _OnExit()
DllClose($hDll_Kernel32)
DllClose($hDll_Ntdll)
EndFunc
; ===============================
Func _ProcessSuspend($pid)
If Not $pid Then Return SetError(2)
Local $aiHandle = DllCall($hDll_Kernel32, "int", "OpenProcess", "int", 2035711, "int", False, "int", $pid)
Local $iSuccess = DllCall("ntdll.dll", "int", "NtSuspendProcess", "int", $aiHandle[0])
DllCall($hDll_Kernel32, "ptr", "CloseHandle", "ptr", $aiHandle)
Return SetError(IsArray($iSuccess) = 0, 0, IsArray($iSuccess) = 1)
EndFunc
Func _ProcessResume($pid)
If Not $pid Then Return SetError(2)
Local $aiHandle = DllCall($hDll_Kernel32, "int", "OpenProcess", "int", 2035711, "int", False, "int", $pid)
Local $iSuccess = DllCall("ntdll.dll", "int", "NtResumeProcess", "int", $aiHandle[0])
DllCall($hDll_Kernel32, "ptr", "CloseHandle", "ptr", $aiHandle)
Return SetError(IsArray($iSuccess) = 0, 0, IsArray($iSuccess) = 1)
EndFunc
Multi Speed With Ce 07/26/2010 - S4 League Hacks, Bots, Cheats & Exploits - 11 Replies Maybe a mod delete the page but i ll gonna post it again
For have Multi Speed with cheat engine you must:
1.Open CE
2.Open S4 and suspend It
3.With CE you search 180 in Double mode
4.It's the first adress in green
5.Change the value from 180 to 0 and start the Game
6.Enter a room
7.Have Fuuuun!!!
_________________________________
Question about multi speed 12/20/2006 - Conquer Online 2 - 9 Replies There aren't any speeders out that work with multiclient, do any leets think they'll be able to come up with something for multi or is that not going to be possible for w/e reason with this patch...