Just click the box as many times as you can in 15 seconds. Pretty addicting!
Global Const $GUI_EVENT_CLOSE = -3
Global Const $GUI_ENABLE = 64
Global Const $GUI_DISABLE = 128
Global Const $WS_CAPTION = 0x00C00000
Global Const $WS_SYSMENU = 0x00080000
Opt("GUIOnEventMode", 1)
Global $timer = 0, $points = 0, $box
$gui = GUICreate("Click the Box", 400, 300, -1, -1, $WS_CAPTION + $WS_SYSMENU)
$box = GUICtrlCreateLabel("", 192, 142, 13, 13)
GUICtrlSetBkColor($box, 0x44DD44)
GUISetBkColor(0x448