Jump to content

repeating a action...


Recommended Posts

Hello,

This is my first bot im making and need some help with it... I want to repeat this numerous times:

MouseClick("left", 1011, 482)
    Sleep (3000)
    MouseClick("left", 547, 436)
    Sleep (500)
    Send ("{ENTER}")
    Sleep (600000)

Thanks, ShadowIllusions

Edited by shadowillusions
Link to comment
Share on other sites

Limited count:

For $i = 1 to 10 
          MouseClick("left", 1011, 482)
      Sleep (3000)
      MouseClick("left", 547, 436)
      Sleep (500)
      Send ("{ENTER}")
      Sleep (60000) ; 1 min.
NextoÝ÷ ÙIåh­yÚÞ¥æ­xºÚ"µÍÚ[HB[ÝÙPÛXÚÊ   ][ÝÛY ][ÝËLLK
BÛY
Ì
B[ÝÙPÛXÚÊ  ][ÝÛY ][ÝË
M
Ë
ÍBÛY
L
BÙ[
    ][ÝÞÑSTI][ÝÊBÛY

HÈHZ[Ñ[
Edited by Zedna
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...