KeyPresser

08/21/2013 10:36 mcdraco#1
Is there any working Keypresser or script on Cabal Beast ?
08/22/2013 07:31 Kininbator#2
Maybe. Quick macro or Autoit?

Code:
Global $Paused
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("-", "Stop")

Sleep(4000)

While 1
Send("1")
        Sleep(1000)
		Send("2")
        Sleep(1000)
		Send("3")
        Sleep(1000)
SLeep(1000)
ToolTip("runing")
WEnd
Func TogglePause()
$Paused = not $Paused
While $Paused
    ToolTip("paused")
sleep(100)
WEnd


EndFunc

Func Stop()
Exit
EndFunc
08/22/2013 11:48 mcdraco#3
I tryed alrdy , not work so i had 2 bypass x-trap ?