Game Posted August 18, 2008 Posted August 18, 2008 I know this is pretty much almost as basic as you can get, I tried setting it up myself but I guess I need to add in something else to make it stay open and work every single time I press the button. I just tried something basic like if you press F1 it goes to a certain spot and clicks if you press F2 it does the same except another different spot. I may not have even done it right I haven't tried doing much before with it. CODEHotKeySet("{F1}", "clicky") HotKeySet("{F2}", "clicz") Func clicky() MouseClick("left",465,535) EndFunc Func clicz() MouseClick("left",588,498) EndFunc
muhmuuh Posted August 18, 2008 Posted August 18, 2008 (edited) you weed to add while 1 sleep(100) wend and welcome to the forums Edited August 18, 2008 by muhmuuh I ran. I ran until my muscles burned and my veins pumped battery acid. Then I ran some more.
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