Jump to content

hockey.tk


Jigor
 Share

Recommended Posts

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 :whistle:

Link to comment
Share on other sites

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 by Jettison
[font="Impact"]Cats rule, humans drool.[/font]
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...