philo Posted March 16, 2006 Posted March 16, 2006 hi, I got this script: HotKeySet("{SCROLLLOCK}", "start") Func start() MouseClick("left", 1093, 174, 1) sleep(10000) MouseClick("left", 388, 280, 1) MouseClick("left", 869, 416, 1) sleep(120000) EndFunc while 1 wend Is there a way, when i press the hotkey, it repeats this for ever. So i just press scroll lock, walk a way, and it keeps repeating... Thx Auto It Ruels
Valuater Posted March 16, 2006 Posted March 16, 2006 HotKeySet("{SCROLLLOCK}", "start") Func start() While 1 MouseClick("left", 1093, 174, 1) sleep(10000) MouseClick("left", 388, 280, 1) MouseClick("left", 869, 416, 1) sleep(120000) Wend EndFunc 8)
philo Posted March 16, 2006 Author Posted March 16, 2006 (edited) Working thx Edited March 16, 2006 by philo Auto It Ruels
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