PHP Code:
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1_1 = GUICreate("LogininManager V1 by miepz and FichteFoll", 519, 268, 192, 124)
$Pic1 = GUICtrlCreatePic("C:\Users\TheAdmin\Desktop\Crack\Artworkz_025.jpg", 0, 0, 519, 268, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
GUICtrlSetState(-1,$Gui_disable)
$Input1 = GUICtrlCreateInput("New ID", 8, 16, 209, 21)
$Input2 = GUICtrlCreateInput("New PW", 256, 16, 233, 21)
$Button1 = GUICtrlCreateButton("Save new ID and PW", 136, 56, 209, 25, $WS_GROUP)
$Combo1 = GUICtrlCreateCombo("Saved IDs", 8, 96, 209, 25)
$Input3 = GUICtrlCreateInput("Matching PW", 256, 96, 233, 21)
$Button2 = GUICtrlCreateButton("Get Path", 120, 144, 97, 25, $WS_GROUP)
$Button3 = GUICtrlCreateButton("Save Path", 256, 144, 97, 25, $WS_GROUP)
$Button4 = GUICtrlCreateButton("Start S4", 8, 208, 129, 33, $WS_GROUP)
$Button5 = GUICtrlCreateButton("Reset", 256, 208, 105, 33, $WS_GROUP)
$Button6 = GUICtrlCreateButton("Help", 384, 208, 97, 33, $WS_GROUP)
$Input4 = GUICtrlCreateInput("Path", 8, 176, 481, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd