Problem

10/14/2012 10:40 doru1998#1
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
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
10/14/2012 10:43 K1ramoX#2
0x000 is not a valid adress
10/14/2012 10:48 doru1998#3
But, what is valid adress to set health?or something like that :D
10/14/2012 10:56 K1ramoX#4
you have to search it with ce or ollydbg. and ur value is wrong too ~