How to make a RunScript for my character?

04/27/2013 15:00 enell21#1
hi everyone

i have already my GUI done so i will start to make my functions.

i have a problem, i want that my character goes from one position to an other position but how to do that?
04/27/2013 20:13 Achat#2
[Only registered and activated users can see links. Click Here To Register...]

Kind Regards
04/28/2013 12:36 enell21#3
Quote:
Originally Posted by Achat View Post
[Only registered and activated users can see links. Click Here To Register...]

Kind Regards
which commend do i need to learn?
there are many ... ^^
04/28/2013 13:05 FacePalmMan#4
Quote:
Originally Posted by enell21 View Post
which commend do i need to learn?
there are many ... ^^
just learn the basics (you can learn the basics on youtube)
04/28/2013 13:08 enell21#5
i already know the basics like pixelsearch,imagesearch creating a GUI etc...
but which command is for moving my character ingame? x,x
04/28/2013 17:25 FacePalmMan#6
Quote:
Originally Posted by enell21 View Post
i already know the basics like pixelsearch,imagesearch creating a GUI etc...
but which command is for moving my character ingame? x,x
send :facepalm:
04/28/2013 18:26 Achat#7
I would suggest you to read some tutorials. You'll find them via google en masse.
Individual initiative is required!

Kind Regards
04/29/2013 15:36 zen90#8
Quote:
Originally Posted by enell21 View Post
i already know the basics like pixelsearch,imagesearch creating a GUI etc...
but which command is for moving my character ingame? x,x
I am pretty sure there is no command for "moving your character ingame"...

It depends on how you walk in your game, if it's simply clicking then use MouseClick()
04/29/2013 15:39 YatoDev#9
Quote:
Originally Posted by zen90 View Post
I am pretty sure there is no command for "moving your character ingame"...

It depends on how you walk in your game, if it's simply clicking then use MouseClick()
you can move your character like normally with send("yourkeytopress")