Page 1 of 3 123 LastLast
Results 1 to 25 of 53

Thread: (Legit) Macro Reporter

  1. #1
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default (Legit) Macro Reporter

    This a legit Macro Reporting Script. Locate yourself in a place with a lot of bots, and this script will report them for you.

    UPDATED! Please check the attachments.

    ~~~Current Features~~~

    Does not report one player twice in a row.

    Will not attempt to report more than one player per minute.

    Antirandoms.

    Option for multiplayer. (Just add more player slots.)

    World switching! (Signed applet only.)

    ~~~~~~~~~~~~~~~~


    Enjoy! Tell me how it works

    Edit (March 29, 5:23 PM):

    Well, I've been PMed my a good friend telling me that I left my account details in the script, and that the password's been changed. I confirmed this by attempting to log on to RS using that account, and finding that the password's been changed.

    While the account had pretty much nothing on it, it's still the one I currently use to play RS legitimately.

    I make a nice script, only to be stabbed in the back by someone.

    Great fun

    I will try to get the account back, seeing as how I know the last two passwords used on the account, but it's still somewhat annoying for something like this to happen.

    The script will still be up for use.

  2. #2
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    It worked! It reported some stupid yew cutters for me! They should put this in SRL, as part of FindNormalRandoms
    I made a new script, check it out!.

  3. #3
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Its in small size but it looks like very good and working! Maybe add it to report only level 3's?
    Nice job man!

  4. #4
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Pentti View Post
    Its in small size but it looks like very good and working! Maybe add it to report only level 3's?
    Nice job man!
    Yea i agree! And also btw it'll be very nice if it only repeats lvl 3-7's then we can run script at draynor village, yew tree spot XD lol

  5. #5
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    I could have it check for the uptext

    What do you guys think about using this on Signed Applet? That way you could switch betweens worlds.

    SCAR Code:
    procedure WorldChanger;
      begin
       Mouse(53, 481, 10, 10, True);
       Wait(3000 + Random(2000));
       if(FindColorTolerance(x, y, 265388, 628, 7, 636, 14, 10))then
        Mouse(x, y, 1, 1, True);
       Wait(1000 + Random(500));
       if(FindColorTolerance(x, y, 265388, 408, 8, 415, 15, 10))then
        Mouse(x, y, 1, 1, True);
       Mouse(96, 43, 5, 5, True);
      end;

    Tell me what ya think

  6. #6
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Great idea.

    All of us macroers will have to train our accounts to lvl 8+ if people use this in SRL. But people that know how to macro should already do this.

    This is a great idea and it should help with the mass leeching macroing population.

    I will give it a try in a few hours once i get done crafting 4k ess


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

  7. #7
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    I'm about to release the updated version of the script. This one is just a tad buggy.

    New one:

    Option for multiplayer.
    WorldSwitcher. ()
    Better antirandoms. The last one was kind of lacking in that respect.

  8. #8
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Cant wait for the next one, i want to get rid of all the newb macroers so there is more stuff for us.

    P.S. Jason i joined your forum...


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

  9. #9
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    procedure WaitWhileLoggedIn;
    begin
    MarkTime(Mark);
    While(not(TimeFromMark(Mark) >= 60000))Do
    FindNormalRandoms;
    end;


    Perhaps use that instead of your other one?

    Also, i just tested it. It gets parts of here as well. Might wanna fix that.

  10. #10
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Never thought of while...do

    I am going to upgrade it, I just gotta iron out one bug.

    Here's the main loop:

    SCAR Code:
    begin
    SetupSRL;
    DeclarePlayers;
    if(Not(LoggedIn))then
    LoginPlayer;
     repeat
      Finder;
      FindTalk;
      NameGet;
      FindTalk;
      Report;
      Reports := Reports + 1;
      if(Reports >= 1)then
       WorldChanger;
      WaitWhileLoggedIn;
     until(False);
    end.

    Look at the bottom. After it switches worlds, it'll log back in but continue on with WaitWhileLoggedIn. I want it to start over at the beginning of the script, however.

  11. #11
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    Quote Originally Posted by mr.klean View Post
    Great idea.

    All of us macroers will have to train our accounts to lvl 8+ if people use this in SRL. But people that know how to macro should already do this.

    This is a great idea and it should help with the mass leeching macroing population.

    I will give it a try in a few hours once i get done crafting 4k ess
    One of the SRL golden rules is to get 20+ cmb lol...

  12. #12
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Deni_mulic View Post
    One of the SRL golden rules is to get 20+ cmb lol...
    so all those noobs who comes here , takes a script and want to lvl a skill fast , will be banned
    I hated when i was mining (legit) and there are many lvl 3's that steals all your ores...
    or if i was cutting yews... just hate those lvl 3's... now they will all be banned

  13. #13
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,610
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Well waddia know

    I was working on one of these. I guess mine is going to have to be better

    Accept that the waters around you have grown.

  14. #14
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Ruroken View Post
    Well waddia know

    I was working on one of these. I guess mine is going to have to be better
    Heh, fun

    Competition

  15. #15
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Jason2gs View Post
    Never thought of while...do

    I am going to upgrade it, I just gotta iron out one bug.

    Here's the main loop:

    SCAR Code:
    begin
    SetupSRL;
    DeclarePlayers;
    if(Not(LoggedIn))then
    LoginPlayer;
     repeat
      Finder;
      FindTalk;
      NameGet;
      FindTalk;
      Report;
      Reports := Reports + 1;
      if(Reports >= 1)then
       WorldChanger;
      WaitWhileLoggedIn;
     until(False);
    end.

    Look at the bottom. After it switches worlds, it'll log back in but continue on with WaitWhileLoggedIn. I want it to start over at the beginning of the script, however.
    Perhaps do

    WaitWhileLoggedIn;
    If(Reports >=1)Then
    WorldChanger;


    Or better yet:

    in WaitWhileLoggedIn;

    Put after the While...Do:

    If(Reports >=1) Then
    WorldChanger;
    Break;

  16. #16
    Join Date
    Feb 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sounds mean >< lol

  17. #17
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Jason, don't I get credit for giving you the idea? lol I think you should just put in there Idea by JAD but you don't have to I guess..

  18. #18
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Heh, sorry

    I will when I release the newer version.

  19. #19
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    K thanks lol

  20. #20
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Allmost done, just updating the world picker

    The way I have it right now, it'll start at the top, and go down X coords and click the next one. That means you'll usually end up with one of a few select worlds.

    I want it to go through a Case...Random...Of of different coords.

    Shoudln't take that long. I'm almost done

    UPDATED IT!

  21. #21
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Players[0].Name := 'Edited';
    Players[0].Pass := 'By';
    Players[0].Nick := 'Boreas';
    Players[0].Active := True;


    Why does it give a account name and pass already =\

  22. #22
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    I accidently left my details in the script. Please edit your post.

  23. #23
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I dunno if he'll know how to do that....

    I just reported it and asked that the pass be edited out
    Interested in C# and Electrical Engineering? This might interest you.

  24. #24
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks Smartz

    Oooh, and thanks Boreas

  25. #25
    Join Date
    May 2006
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmmmm, isnt it kinda wierd reporting macroers when you yourself is a macroer?
    I believe in miracl... colour macroing.
    RS is a conspiracy to ensure the birth of new programmers!

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Zezima-Reporter!
    By Jason2gs in forum RS3 Outdated / Broken Scripts
    Replies: 106
    Last Post: 03-29-2009, 05:59 PM
  2. Reporter Bots
    By kim in forum Discussions & Debates
    Replies: 10
    Last Post: 05-19-2008, 12:10 AM
  3. Multi-Reporter
    By smithsps in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 05-15-2008, 08:59 PM
  4. Auto Reporter
    By in_jeopardy in forum OSR Help
    Replies: 2
    Last Post: 04-17-2007, 12:03 AM
  5. Tut Island Reporter
    By smithspsbob in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 04-03-2007, 11:14 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
  •