Hi guys..im trying to make a Godmode and 200 hp hack..
But i have a little problem..
When i start S4 League client,hack don't close and don't work
That's my code
But i have a little problem..
When i start S4 League client,hack don't close and don't work
That's my code
Code:
Func Hack()
GUISetState(@SW_HIDE)
ToolTip("Waiting For S4League",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite("0x000",$OPEN,"123456789","Float")
EndIf
if GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite("0x000",$OPEN,"200","Float")
EndIf
EndFunc