Jump to content

Problem with array


TriGuN
 Share

Recommended Posts

Hello, i am making a bot for Dofus (french mmorpg) and i want to move my mouse under the actual position detected.

I tryed that, but dont work, incorrect syntax (at red word).

HotKeySet("{ENTER}","test")

While 1

WEnd

func test()

$pos = MouseGetPos()

MouseMove($pos[1]+5,$pos[2]+5,10)

Endfunc

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...