Help me plz

04/22/2013 17:41 Darkryuga#1
What wrong with my s4L scrit can someone teach me please:handsdown::handsdown::handsdown:

[spoiler]#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Hack by Darkryuga", 212, 134, 192, 124)
$Button1 = GUICtrlCreateButton("Start", 64, 80, 81, 33)
$Checkbox1 = GUICtrlCreateCheckbox("Inf.HP", 16, 16, 97, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack()

EndSwitch
WEnd

Func _Hack();
GUISetState(@SW_HIDE);
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 then
_MemoryWrite(0x00518974,$OPEN,"2348565979,"4Bytes" )
EndIf
Exit
EndFunc[\spoiler]
04/23/2013 14:43 FacePalmMan#2
1. whats the problem
2. the only possible error i can see: wrong adress
04/23/2013 14:53 Darkryuga#3
Quote:
Originally Posted by FacePalmMan View Post
1. whats the problem
2. the only possible error i can see: wrong adress
that code i get from here why not work:[Only registered and activated users can see links. Click Here To Register...]

can you help me? what i wrong?