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






