I made a script, but somehow it does not work the cabal window...
(its work in my desktop and any other windows..)
My spec Win 7 x64 Ultimate (I play on Cabal EU)
Yes I run it as Admin.
Here is the script:
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
Pause = "Pause"
Stop = "-"
Thanks for answers and sry for my english






