#Solved. Close Please
$OPEN gets used, without being declared in your code...Quote:
Autoit Says The Error Is In : $OPEN . Could you correct my mistakes ? Thank You allCode:#RequireAdmin #include <ButtonConstants.au3> #include <Nomadmemory.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form=C:\Users\samsung-1\Desktop\Form1.kxf $Form1_1 = GUICreate("Minium Project ; Again'n Again V2", 617, 439, 192, 125) $Checkbox1 = GUICtrlCreateCheckbox("WJ Range", 48, 8, 81, 17) $Checkbox2 = GUICtrlCreateCheckbox("Sp Refill", 48, 32, 65, 17) $Checkbox3 = GUICtrlCreateCheckbox("Sentry Range", 48, 56, 89, 17) $Checkbox4 = GUICtrlCreateCheckbox("Sentry Delay", 48, 80, 97, 17) $Checkbox5 = GUICtrlCreateCheckbox("Ghostmode", 48, 104, 105, 17) $Checkbox6 = GUICtrlCreateCheckbox("Cutspeed", 48, 128, 97, 17) $Checkbox7 = GUICtrlCreateCheckbox("Anchor Speed", 48, 152, 89, 17) $Checkbox8 = GUICtrlCreateCheckbox("Anchor Range", 48, 176, 105, 17) $Checkbox9 = GUICtrlCreateCheckbox("Anchor Delay", 48, 200, 89, 17) $Checkbox10 = GUICtrlCreateCheckbox("Dodge Speed", 48, 224, 97, 17) $Checkbox11 = GUICtrlCreateCheckbox("Inf Ammo", 48, 248, 65, 17) $Checkbox12 = GUICtrlCreateCheckbox("X2 Damage", 48, 272, 73, 17) $Checkbox13 = GUICtrlCreateCheckbox("Speedhack", 296, 8, 89, 17) $Checkbox14 = GUICtrlCreateCheckbox("1 Hit", 296, 32, 105, 17) $Checkbox15 = GUICtrlCreateCheckbox("Fastfire", 296, 56, 121, 17) $Checkbox16 = GUICtrlCreateCheckbox("Wallshoot", 296, 80, 65, 17) $Checkbox17 = GUICtrlCreateCheckbox("Hitrange[Disabled Because Of Lag]", 296, 104, 193, 17) GUICtrlSetState(-1, $GUI_DISABLE) $Checkbox18 = GUICtrlCreateCheckbox("Non-Gravity", 296, 128, 81, 17) $Checkbox19 = GUICtrlCreateCheckbox("200 Hp", 296, 152, 81, 17) $Checkbox20 = GUICtrlCreateCheckbox("Godmode", 296, 176, 65, 17) $Checkbox21 = GUICtrlCreateCheckbox("Inf Anchor", 296, 200, 65, 17) $Checkbox22 = GUICtrlCreateCheckbox("InstaRespawn", 296, 224, 113, 17) $Checkbox23 = GUICtrlCreateCheckbox("Reverse Walljump", 296, 248, 105, 17) $Checkbox24 = GUICtrlCreateCheckbox("Inf Sp", 296, 272, 105, 17) $Button1 = GUICtrlCreateButton("Start Hacking !", 40, 328, 177, 65) $Pic1 = GUICtrlCreatePic("C:\Users\samsung-1\Downloads\yuser.jpg", 256, 320, 337, 81) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### MsgBox(4096, "Minium Project", "Please Do NOT Leech This. Made by yuser. Minium Project") While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $button1 fn0006() EndSwitch WEnd Func fn0006() ToolTip("Waiting for S4Client.exe", 0, 0) ProcessWait("S4Client.exe") $a5f7760493c = ProcessExists("S4Client.exe") ToolTip("Enjoy", 0, 0) Sleep(450) If GUICtrlRead($Checkbox24) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox23) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox22) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox20) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox19) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox18) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox17) = 1 Then fn0003(******, $OPEN, "0", "float") EndIf If GUICtrlRead($Checkbox16) = 1 Then fn0003(******, $OPEN, "******", "float") EndIf If GUICtrlRead($Checkbox15) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox14) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox13) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox11) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox10) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox9) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox8) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox7) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox6) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox5) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox4) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox3) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox2) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf If GUICtrlRead($Checkbox1) = 1 Then fn0003(******, $OPEN, "******", "long") EndIf Exit EndFunc