Im trying to do this thing with $Open = MemoryWrite($PID)
The $PID part gets a error so it the hack wont work (my trainer is still in testing phase cuz of this problem)
The $PID part gets a error so it the hack wont work (my trainer is still in testing phase cuz of this problem)
Code:
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Hack ()
Case $Button2
Exit
Case $Button3
MsgBox(0, "Credits" ,"My first trainer :D Well i <3 u guys cuz this ish awesome. Many of you guys have encouraged me to make this trainer ^^ <33" ,11)
EndSwitch
WEnd
Func Hack()
ToolTip("Start S4 Now! ^^",0,0)
$wait = ProcessWait("S4Client.exe")
sleep(700)
$Open = _MemoryWrite($PID)
ToolTip("Done Hacking! Have fun! This was made by NøvaStorm!",0 ,0)