Help About Auto it

02/22/2017 01:17 -=Emin3m=-#1
I'm trying to make a GUI that has 2 functions on conquer (AutoIt)
1-Multi-single logging accounts ( already saved ID on the client)
2-repair the dura every 4 hours

but i have no idea how to do it

Code:
#include <GUIConstantsEx.au3>

GUICreate("Auto logger and repair", 355, 100)
GUISetState(@SW_SHOW)

$key1 = GUICtrlCreateInput("",190, 8, 60)

$startbutton = GUICtrlCreateButton("Full Logging", 8, 40, 240)

$startbutton = GUICtrlCreateButton("Single Logging", 8, 8,120)

While 1
	$msg = GUIGetMsg()

	Select



		Case $msg = $GUI_EVENT_CLOSE
			GUIDelete()
			ExitLoop

	EndSelect

WEnd
--------------------------------------------------------------------------------------
I know it's easy for some and i ask for very basic thing
02/22/2017 11:00 KraHen#2
Quote:
I know it's easy for some and i ask for very basic thing
[Only registered and activated users can see links. Click Here To Register...]