help, how to loop this?

Discussion in 'Scar/Simba Help' started by ElScripter, Jul 30, 2007.

help, how to loop this?
  1. Unread #1 - Jul 30, 2007 at 12:22 PM
  2. ElScripter
    Referrals:
    0

    ElScripter Guest

    help, how to loop this?

    Code:
    begin
    activateclient;
      MoveMouseSmooth(588+random(2),224-random(1));
    wait(1000);
      HoldMouse(588,224,false);
    Wait(100+random(200));
      ReleaseMouse(588,224,true);
    
    
    MoveMouseSmooth(593+random(2),302-random(1));
    wait(700+random(200));
      HoldMouse(593,302,true);
    wait(100+random(200))
      ReleaseMouse(593,302,true);
    wait(1000+random(100));
    end.


    i am a noob....at scripting, and im making my first auto seller, but i just need to know

    how to loop.....thx if u tell me :)

    i also tried this

    begin
    repeat
    Writeln('This will go on forever.');
    until(false);
    end.


    but i dont know where to put it


    HELP!
     
  3. Unread #2 - Jul 30, 2007 at 1:08 PM
  4. crossback7
    Joined:
    Jun 12, 2007
    Posts:
    202
    Referrals:
    0
    Sythe Gold:
    0

    crossback7 Active Member

    help, how to loop this?

    How to loop it? Just put repeat - until like you did in the example. If you still have trouble, PM me and I'll make one for you.
     
  5. Unread #3 - Jul 30, 2007 at 1:13 PM
  6. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    help, how to loop this?

    Code:
    repeat
    MoveMouseSmooth(593+random(2),302-random(1));
    wait(700+random(200));
      HoldMouse(593,302,true);
    wait(100+random(200))
      ReleaseMouse(593,302,true);
    wait(1000+random(100));
    until(false);
     
  7. Unread #4 - Jul 30, 2007 at 7:48 PM
  8. ElScripter
    Referrals:
    0

    ElScripter Guest

    help, how to loop this?

    thankx u both
     
  9. Unread #5 - Dec 22, 2011 at 5:35 PM
  10. shawjames36
    Joined:
    Dec 9, 2011
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    shawjames36 Newcomer

    help, how to loop this?

    Hi every one, this is Shaw. I am newer in this fourm and also in this site. All of the above posts are very nice.

    Thanx.
     
  11. Unread #6 - Dec 24, 2011 at 10:12 AM
  12. freddy1990
    Joined:
    Jul 1, 2005
    Posts:
    149
    Referrals:
    1
    Sythe Gold:
    0

    freddy1990 Active Member

    help, how to loop this?

    Please don't gravedig
     
  13. Unread #7 - Mar 3, 2012 at 10:34 AM
  14. red0roses
    Joined:
    Dec 13, 2010
    Posts:
    399
    Referrals:
    0
    Sythe Gold:
    0

    red0roses Forum Addict

    help, how to loop this?

    What town said but also:
     
< Simba and Scar | need help with simple script >

Users viewing this thread
1 guest


 
 
Adblock breaks this site