Results 1 to 5 of 5

Thread: how to make this script

  1. #1
    Join Date
    Jun 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how to make this script

    umm i want to make a script that
    just clicks once then w8s like half a sec then clicks again
    then press 0 then enter

    and repeat it self every 2 or 3 secs

    plz help

  2. #2
    Join Date
    Jun 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    someone plz help i really need this quick

  3. #3
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    SCAR Code:
    program RMScript;
    {.include srl/srl.scar}
    const
      x = 0;
      y = 0;
      RepeatTime = 3000; ( 3 sec)

    begin
      repeat
        Mouse(x, y, 3, 3, True);
        wait(500);
        TypeSend('0');
        wait(RepeatTime);
      until(IsFKeyDown(12))
    end;

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  4. #4
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If antiban is not important, that script could be simplified and sped up by not using ClickMouse instead of Mouse.

  5. #5
    Join Date
    Jun 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks guys
    and yeah anti ban isnt important so ill use click mouse

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. First Script What should i make??
    By kornthebldgd in forum First Scripts
    Replies: 36
    Last Post: 08-14-2008, 07:13 PM
  2. Would like to make a script with someone else...
    By Pwnt by Pwnt in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 03-24-2008, 08:49 AM
  3. how do i make a script!
    By brent8900 in forum First Scripts
    Replies: 4
    Last Post: 02-22-2008, 10:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •