Jump to content

SYther

Members
  • Posts

    10
  • Joined

  • Last visited

SYther's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I have to go to school now, so I will have to speak to you later, ill be back in around... 6 hours. later
  2. my first few lines was... ; This will run ThangOnline. Run ( 'ThangOnline' ) and that didnt even work. The game is... Thang Online - Site is. ; http://thang.ongameport.com/ thank you for your reply.
  3. any help than please?
  4. thank you for the reply, would anyone like to help me over msn, because I type in this.. Run ( 'Thang Global' ) start it, and it errors... ALREADY that is my first lmao. if anyone would like to leave their msn or pm me it, I would be very thankful =]
  5. could anyone give me a site then, how I could learn the commands on learning them and scripting with AutoIt? I know about the helpfile and yes I have used it, what I am looking for would be an example of the script that I am looking at, and how I will use it. Thankyou.
  6. Any chance I could recieve some help :)
  7. (Pixel Get Colour) ( this is Ideal because on the game, the hp & mp bars are in the top Left =] ) ; Find a pure red pixel or a red pixel within 10 shades variations of pure red $coord = PixelSearch( 0, 0, 20, 300, 0xFF0000, 10 ) If Not @error Then MsgBox(0, "X and Y are:", $coord[0] & "," & $coord[1]) EndIf (MouseClick) ; Double click at 0,500 MouseClick("Right", 0, 500, 1 (Send) Send("z") Send("x") (For...To...Step...Next) For $i = 5 to 1 Step -1 MsgBox(0, "Count down!", $i) Next MsgBox(0,"", "Blast Off!") Ok, I have read them through twice, and I choosed. For...To...Step...Next, for my Loop, tell me if this is correct loop? which will worrys me I wont be able to make this script from scratch, due to I am beginner, thank you for your reply, hope you reply back. please tell me now what I have to do, in order to learn more
  8. Because I cannot find the edit button... what I would want to know is, If I where to find my monster by Colour, how would I find this colour, what command/code would I write in to make sure it detects it. - what would I type in to make it Right click the monster and detect I have finished combat, -Ready to move on to my next target. IF I where to find out my HP and MP, how would I go by doing this, how would I check to see if its below 70, how would I then Keystroke the Letter on the keyboard to restore this.? my apologise if there is a edit button, I did not see it.
  9. ok, obvisoually I am new to this, and I want to start scripting / making bots. what I want to try and make would be an Auto Trainer. What I would like it to do is... 1. It would look at colours and pick the monster I want it too. 2. It would Right click on the monster and leave it for around 10 seconds, to finish fighting. 3. It would look at MP and HP and when it is BELOW 70- It would keypress Z or X ( Z - HP ) ( X - MP ) 4. It would repeat this process, until stopped. I would like it if you guys would help me MAKE my FIRST script. ! I don't wanna seem like a begger, would just like the help, thank you..
×
×
  • Create New...