Jump to content

Recommended Posts

Posted (edited)

hi,

when i want 2 run it this error ocurs

Line 0 (File "C:Dokumente und Einstellungen\Felixx\Eigene Dateien\x.exe"):

Code:

Code^ERROR

Error: Unable to parse line.

im really nooby with autoit and so on...plzz help

regards

dragon

Edited by dragonhunterxl
Posted

thats it

Global $Paused

HotKeySet("{END}", "TogglePause")

HotKeySet("{HOME}", "Terminate")

While 1

Sleep(100)

WEnd

Func TogglePause()

$Paused = NOT $Paused

While $Paused

sleep(100)

MouseClick("Left")

WEnd

EndFunc

Func Terminate()

Exit 0

EndFunc

Posted (edited)

theres nothing wrong with it...., what autoit version are you using? im sure that should work with like everyone of them :think:

NVM THEN :(

Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")

While 1
Sleep(100)
WEnd

Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
MouseClick("Left")
WEnd
EndFunc

Func Terminate()
Exit 0
EndFunc
Edited by thatsgreat2345
Posted (edited)

no i use scite and the newest autoit version from the mainpage..

can som1 other make this for me or do i need 2 make this by my own??

Edited by dragonhunterxl

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...