dragonhunterxl Posted April 22, 2006 Posted April 22, 2006 (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 April 22, 2006 by dragonhunterxl
dragonhunterxl Posted April 22, 2006 Author Posted April 22, 2006 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
Thatsgreat2345 Posted April 22, 2006 Posted April 22, 2006 (edited) theres nothing wrong with it...., what autoit version are you using? im sure that should work with like everyone of them 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 April 22, 2006 by thatsgreat2345
dragonhunterxl Posted April 22, 2006 Author Posted April 22, 2006 (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 April 22, 2006 by dragonhunterxl
Thatsgreat2345 Posted April 22, 2006 Posted April 22, 2006 (edited) try using betahttp://www.autoitscript.com/autoit3/files/beta/autoit/nope Edited April 22, 2006 by thatsgreat2345
Thatsgreat2345 Posted April 22, 2006 Posted April 22, 2006 what ? just download .120 beta and install i dont understand what u mean by and there?
dragonhunterxl Posted April 22, 2006 Author Posted April 22, 2006 yes...it has the symbol of autoit...
dragonhunterxl Posted April 22, 2006 Author Posted April 22, 2006 i right click on the script (scite) and click compile
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now