VT:

Screen:
[All the mojo jumbo]
HTML Code:
#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: island12345 Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <GuiStatusBar.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #include <nomadmemory.au3> #Region ### START Koda GUI section ### Form=C:\Users\Tracey\Desktop\Poop\Hacks And related stuff\Arkelar v2\Form1.kxf $Form1 = GUICreate("Arkelar v2", 352, 326, 191, 124) $Label1 = GUICtrlCreateLabel("Created By island12345", 224, 256, 116, 17) $Label2 = GUICtrlCreateLabel("www.elitepvpers.com", 224, 272, 105, 17) $Button1 = GUICtrlCreateButton("Begin", 112, 288, 75, 25) GUICtrlSetFont(-1, 8, 400, 0, "Papyrus") $Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 16, 24, 97, 17) $Checkbox2 = GUICtrlCreateCheckbox("000 Hp", 16, 72, 97, 17) $Checkbox3 = GUICtrlCreateCheckbox("Godmode", 16, 48, 81, 17) GUICtrlSetColor(-1, 0x3399FF) $Checkbox4 = GUICtrlCreateCheckbox("200 Hp", 16, 96, 65, 17) $Checkbox5 = GUICtrlCreateCheckbox("Speed Hack", 16, 144, 97, 17) $Checkbox6 = GUICtrlCreateCheckbox("Inf Ammo", 16, 120, 97, 17) $Checkbox7 = GUICtrlCreateCheckbox("One Hit Kill (OHK)", 16, 168, 105, 17) $Checkbox8 = GUICtrlCreateCheckbox("Damage x2", 16, 192, 97, 17) $Checkbox9 = GUICtrlCreateCheckbox("Wall Shot", 16, 216, 97, 17) $Checkbox10 = GUICtrlCreateCheckbox("Hit Range", 16, 240, 97, 17) $Label3 = GUICtrlCreateLabel("Remember To thank!", 224, 288, 104, 17) $StatusBar1 = _GUICtrlStatusBar_Create($Form1) $Pic1 = GUICtrlCreatePic("C:\Users\Tracey\Pictures\fumbi-avatar_modifi--1-13ab2a1.jpg", 0, 0, 372, 340) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Checkbox7 EndSwitch WEnd






