I create a hack with autoit but don't work [help]

07/18/2011 12:26 K.Roven#1
Download hack plz.And tell me what is wrong
07/18/2011 12:40 °Bloody°Albozz°#2
Show us your Script...
07/18/2011 12:59 K.Roven#3
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("S4L Skaidwer Trainer v0.2 by K.Roven", 421, 137, 186, 116)
$Checkbox1 = GUICtrlCreateCheckbox("HP Inf.", 8, 8, 49, 17)
$Checkbox2 = GUICtrlCreateCheckbox("SP Inf.", 80, 8, 65, 17)
$Checkbox3 = GUICtrlCreateCheckbox("1 Hit", 168, 8, 49, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Munition Inf.", 232, 8, 81, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Speed Hack", 320, 8, 89, 17)
$Checkbox6 = GUICtrlCreateCheckbox("No Intro", 8, 40, 57, 17)
$Checkbox7 = GUICtrlCreateCheckbox("No Slag", 96, 40, 57, 17)
$Checkbox8 = GUICtrlCreateCheckbox("No Licenses", 176, 40, 89, 17)
$Checkbox9 = GUICtrlCreateCheckbox("Accuracy 0", 280, 40, 73, 17)
$Button1 = GUICtrlCreateButton("Start", 8, 88, 129, 41, 0)
$Button2 = GUICtrlCreateButton("Exit", 176, 88, 129, 41, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

EndSwitch
WEnd

Func _Hack(); This is the functions which turns on the hacks when you start S4 League.
GUISetState(@SW_HIDE);
ToolTip("Start S4 League!",0,0); This is up in the corner which says Start S4 League!
$WAIT = ProcessWait("S4Client.exe"); Waiting For S4 League
$PID = ProcessExists("S4Client.exe"); He found S4Client.exe
Sleep(500);Takes a little break..
$OPEN = _MemoryOpen ($PID); The memory .. which makes the functions work.
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float");This is a float value.
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
07/18/2011 13:37 MrSm!th#4
#moved
07/18/2011 13:50 butter123#5
to make it more clear:

Is there an errormessage? Did you try changing the value with eg. Cheatengine?
07/18/2011 14:27 K.Roven#6
hack work,Click the HP inf. when I get in to see if it works, surprise, does not work
07/18/2011 15:52 Toasty-man#7
maybe your script work but the value is wrong? Oo
07/18/2011 20:46 K.Roven#8
I copyed date from [Only registered and activated users can see links. Click Here To Register...]