Jump to content

Recommended Posts

Posted

Well, it depends a little on the type of game you're referring to... If it's a 3D game it's a little harder because there it is X, Y and Z, the Z is up and down in the "world" while X is forward/backwards, and Y is left/right, whilst in a 2D game you only have X and Y.

Anyways, if you're not looking for a "aimbot" kind of bot, and you just want to position your mouse on a coord, then you'd use MouseMove(), or MouseClick() if you want to click somewhere too. :rolleyes:

Posted

lookup in the help file;

MouseMove ( x, y [, speed] )

HotKeySet ( "key" [, "function"] )

func and funcend

I guess you mean Func, and EndFunc :rolleyes: Not really necessary though...

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
×
×
  • Create New...