PHP Code:
GUICreate("Multibot", 218, 165, 329, 243)
$SON = GUICtrlCreateButton("ON F11", 120, 40, 75, 25)
$SOFF = GUICtrlCreateButton("OFF F12", 120, 72, 75, 25)
GUICtrlSetState(-1, $GUI_DISABLE)
$EXIT = GUICtrlCreateButton("CLOSE S4 LEAGUE /", 8, 128, 203, 25)
$FON = GUICtrlCreateButton("ON F9", 16, 40, 73, 25)
GUICtrlCreateGroup("Sniper-Bot", 104, 16, 105, 97)
GUICtrlSetFont(-1, 10, 400, 0, "Comic Sans MS")
GUICtrlCreateGroup("", -99, -99, 1, 1)
$FOFF = GUICtrlCreateButton("OFF F10", 16, 72, 73, 25)
GUICtrlSetState(-1, $GUI_DISABLE)
GUICtrlCreateGroup("Farming", 8, 16, 89, 97)
GUICtrlSetFont(-1, 10, 400, 0, "Comic Sans MS")
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)