#OUTDATED GTFO!!!!
hmmmmmQuote:
$form1_1 = GUICreate("MegaArkade S4League Trainer :3", 455, 270, 208, 122)
GUISetBkColor(15790320)
$label1 = GUICtrlCreateLabel("Show Me Your S4!!", 120, 8, 172, 30)
GUICtrlSetFont(-1, 14, 400, 0, "Comic Sans MS")
GUICtrlSetColor(-1, 16711680)
$checkbox1 = GUICtrlCreateCheckbox("GodMode", 16, 48, 81, 17)
GUICtrlSetColor(-1, 128)
$button1 = GUICtrlCreateButton("Credits", 368, 232, 75, 25)
$checkbox2 = GUICtrlCreateCheckbox("MultiHit", 16, 120, 97, 17)
$pic1 = GUICtrlCreatePic("pic/fumbi.jpg", 304, 0, 140, 100)
$checkbox3 = GUICtrlCreateCheckbox("Infinite Ammo", 16, 144, 97, 17)
$checkbox4 = GUICtrlCreateCheckbox("Siege Pickup Hack", 16, 168, 113, 17)
$button2 = GUICtrlCreateButton("Close", 280, 232, 75, 25)
$checkbox5 = GUICtrlCreateCheckbox("Dodge Range", 16, 192, 97, 17)
$button3 = GUICtrlCreateButton("Start", 88, 224, 99, 25)
$checkbox6 = GUICtrlCreateCheckbox("Infinite SP", 16, 96, 97, 17)
$checkbox7 = GUICtrlCreateCheckbox("1 HIT Kill", 16, 72, 97, 17)
$checkbox8 = GUICtrlCreateCheckbox("HitRange", 144, 72, 97, 17)
$checkbox9 = GUICtrlCreateCheckbox("CutSpeed", 144, 48, 97, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nmsg = GUIGetMsg()
Switch $nmsg
Case $gui_event_close
Exit
Case $button1
MsgBox(0, "Credits", "MegaArkade - Coding & Design")
Case $button2
Exit
Case $button3
_xor11()
EndSwitch
WEnd