Thanks!
This is the script now
----------
HotKeySet("^!x", "MyExit")
While 1
$msg = GUIGetMsg(2)
MouseClick("left")
MouseClick("left")
WEnd
Func MyExit()
Exit
EndFunc
Still dosent seem to work though but getting better!
No wait never mind I got it working i forgot to take out the ...'S
Thanks! for helping me fix my script.
I have worked on this script to be able to press a key to stop it but cant get it working.
It says duplicate function name i have no idea what im doing.
-------
HotKeySet("^!x", "MyExit")
...
...
Func MyExit()
Exit
EndFunc
While 1
$msg = GUIGetMsg(2)
MouseClick("left")
MouseClick("left")
WEnd
...
...
Func MyExit()
Exit
EndFunc
This is the script im trying to get to work can any one tell me how to make it work? or tell me a Tutorial i could look at becuase i dont understand most of this?
I worked on a macro that loops clicks in one spot while afk. I just cant seem to turn it off when i need to.
Can any one tell me how? or tell me a tutorial that could show me?
After two days of tutorials and studying the forums i came up with this macro.
----------
While 1
$msg = GUIGetMsg(2)
MouseClick("left")
MouseClick("left")
WEnd
I just cant seem to find out how to make it stop or add something to stop it when i need to.
(Forgive me if I dont know what im talking about)
Thank you in advanced!