Jump to content

Need Help Running A Script...plzzzzzzzz


Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...