Okay, so i will skip the gui code
Here is my main code
with the same button and the separate button :handsdown:
Here is my main code
and i want to exit the loop, how to do it ?Quote:
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Ready()
Case $Checkbox1
_Hack()
EndSwitch
WEnd
Func _Ready()
While 1
ControlSend(title, "", "", "{5}")
WEnd
EndFunc
with the same button and the separate button :handsdown: