Func _Hack()
GUISetState(@SW_HIDE);
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
_MemoryWrite(0x005189D4,$OPEN,2348565977,234856597 9)
If GUICtrlRead($Checkbox1) = 1 Then
EndFunc
What did I do wrong? D: I dun get how to put the adresses and values x.x.
$OPEN = _MemoryOpen ($PID)
_MemoryWrite(0x005189D4,$OPEN,2348565977,234856597 9) <-- I think there is the error,but didnt I have to put the adress (the 0x thing) and then open--> the original value(for 200hp hack)and then the hck value?o.o
This is driving me nuts T^T
GUISetState(@SW_HIDE);
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
_MemoryWrite(0x005189D4,$OPEN,2348565977,234856597 9)
If GUICtrlRead($Checkbox1) = 1 Then
EndFunc
What did I do wrong? D: I dun get how to put the adresses and values x.x.
$OPEN = _MemoryOpen ($PID)
_MemoryWrite(0x005189D4,$OPEN,2348565977,234856597 9) <-- I think there is the error,but didnt I have to put the adress (the 0x thing) and then open--> the original value(for 200hp hack)and then the hck value?o.o
This is driving me nuts T^T