Jigor Posted July 11, 2007 Posted July 11, 2007 yees, i'm new and i want mouse macro in www.hockey.tk... i want that these code be allowed to speedkeys... MouseMove left, 835, 250 MouseMove left, 837, 274 MouseMove left, 196, 252 and MouseMove left, 197, 273 sorry my bad english
Jettison Posted July 11, 2007 Posted July 11, 2007 (edited) MouseMove(835,250,1) MouseMove(837,274,1) MouseMove(196,252,1) MouseMove(197,273,1)oÝ÷ ØGb´y¦ëÞ®h§uÚ2¢ìÛhn)Ýj-ì¢Ø^±é¨ºÇ¦¢÷¬jëh×6Func _Move1() MouseMove(835,250,1) EndFunc Func _Move2() MouseMove(837,274,1) EndFunc Func _Move3() MouseMove(196,252,1) EndFunc Func _Move4() MouseMove(197,273,1) EndFunc HotKeySet("^a", "_Move1") ... Replace ^a with the hotkey of your choice. Edited July 11, 2007 by Jettison [font="Impact"]Cats rule, humans drool.[/font]
Helge Posted July 11, 2007 Posted July 11, 2007 Deja vu... http://www.autoitscript.com/forum/index.ph...hlite=%2Bhockey
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