Results 1 to 4 of 4

Thread: Rs Forum Bumper

  1. #1
    Join Date
    Jun 2007
    Posts
    350
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Rs Forum Bumper

    Hey everyone, I havnt been on in a while but don't worry because I have not forgotten about you. I need some help with a script that should be so much simpler than I thought it would be. I want it to bump the rs forum thread once every 10 minutes but it only works for 1 click and then it freaks out and moves the mouse off the screen ( near my X button) and tries to click there instead of the bump thread button. Any advice please?
    Oh btw sorry for no standards... Its a private script that I am too lazy to use them on, as it is not a long script at all.
    SCAR Code:
    program ForumClicker;
    {.include SRL/SRL.Scar}

    var
    counter : integer;

    procedure Siggy; Forward;
    procedure DoThis;
    begin
    repeat
    Mouse(822, 218,2,2,true)
    Wait(6600 +random(400)); //I will change to 10 mins once I get it to work.
    counter := counter +1;
    Siggy;
    until(false);
    end;

    procedure Siggy;
    begin
    WriteLn('Clicked '+inttostr(counter)+ 'times');
    end;

    begin
    SetupSrl;
    ActivateClient;
    DoThis;
    Siggy;
    end.

  2. #2
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    The problem is that you use a client and Scar has a few... issues... when it comes to web browsers refreshing, so it would be better if you didn't use a client and made it find the bitmap or made work on co-ords without a client selected. That should fix it
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  3. #3
    Join Date
    Nov 2006
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Pretty useful script I would say. I will test it and reply.

  4. #4
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    I once tried this with a bitmap of the paper icon, then do like y+20 or else it'll not click the link =p

    U can do like marktime and then 10min etc, etc.
    Ce ne sont que des gueux


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. About this Forum...
    By WT-Fakawi in forum Banned from RS
    Replies: 0
    Last Post: 11-21-2008, 02:31 PM
  2. The Bumper (For RS Forums)
    By Hurgymcgurgygurg in forum First Scripts
    Replies: 11
    Last Post: 02-28-2008, 04:43 PM
  3. The Bumper (For RS Forums)
    By Hurgymcgurgygurg in forum First Scripts
    Replies: 0
    Last Post: 02-26-2008, 05:09 AM
  4. LOL forum?
    By ub3r |<1||3r*1337* in forum Discussions & Debates
    Replies: 6
    Last Post: 07-06-2006, 10:46 AM
  5. My New forum
    By The Prince of Randomness? in forum Misc. Links and Programs
    Replies: 8
    Last Post: 07-04-2006, 07:13 AM

Posting Permissions

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