Anda di halaman 1dari 1

#NoTrayIcon

MsgBox(0,"Klick0r","Klick0r by Dead_Man started!" & @LF & "How to use:" & @LF &
"Press F5 = Close Klick0r" & @LF & "Press F9 = Rightklick Timer Enabled" & @LF &
"Press F10 = Leftklick Timer enabled" & @LF & "Press F11 = All Timer disabled")
;
Global $Paused
Hotkeyset("{F5}", "Close")
Hotkeyset("{F9}", "Right")
HotKeySet("{F10}", "Left")
Hotkeyset("{F11}", "stop")
;--------------------------;Klick0r
;--------------------------;How to use:
;Press F5 = Close Klick0r
;Press F9 = Rightklick Timer enabled
;Press F10 = Leftklick Timer enabled
;Press F11 = All Timer disabled
;--------------------------;OK
;--------------------------;~ ====== Start Of Main Loop ======
While 1
Sleep(10000)
WEnd
;~ ====== End Of Main Loop ======
func Close()
MsgBox(0,"Klick0r","Klick0r Closed")
Exit 0
EndFunc
Func Right()
While 1
MouseClick("right")
WEnd
EndFunc
Func Left()
While 1
MouseClick("Left")
WEnd
EndFunc
Func stop()
$Paused = Not $Paused
While $Paused
Sleep(100)
WEnd
EndFunc

Anda mungkin juga menyukai