Page 1 of 5 123 ... LastLast
Results 1 to 25 of 107

Thread: Zezima-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 Auto-Repper!

    I guess Jagex changed it around so that we can report people for macroing as many times as we want with no wait limit

    Remade it!

    It'll now collect names for you to report!

    (Also added a bit of antirandom protection)

    SCAR Code:
    program New;
    {.include SRL/SRL.Scar}

     const
     NickName = 'ubypk'; // Nick name (for randoms)

     var
     TimesReported, Position: Integer;
     Text: String;
     
     procedure GetName;
      begin
       Text := Trim(GetTextAtEx(21, 415, 0, SmallChars, False, False, 0, 0, 0, 50, False, tr_AllChars));
       Position := Pos(':', Text);
       delete(Text, Position, 1);
       Writeln(Text);
      end;

     procedure Report;
      begin
       Mouse(475, 481, 10, 10, True);
       Wait(100 + Random(100));
       TypeSend(Text);
       Mouse(70, 305, 2, 2, True);
       Wait(100 + Random(100));
       TimesReported := TimesReported + 1;
      end;
     
     procedure ProgressReport(Mins : Integer);
      begin
       if((TimeFromMark(Mark) / 1000) / 60 >= Mins)then
        begin
         MarkTime(Mark);
         ClearDebug;
         Writeln('You''ve Reported: ' + IntToStr(TimesReported) + ' Times!');
        end;
      end;
     
    begin
    SetupSRL;
    SetScreenName(NickName);
     repeat
      GetName;
      Report;
      FindTalk;
      FindNormalRandoms;
      ProgressReport(1);
     until(False);
    end.

    Enjoy!

  2. #2
    Join Date
    Oct 2006
    Location
    New Zealand
    Posts
    423
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    We could flood the report thing with 1000s of reports to slow down the legit reports on us

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

    Default

    I was thinking that

    We all just leave these babies on over night, and cause one major backlog on the macro-ban-system

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Sending in hoax reports slows us down, and repeatedly doing so is likely to result in action being taken against your account.
    They blackmark/ban people who report falsely/too much.

    Fun script though =)

  5. #5
    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 YoHoJo View Post
    They blackmark/ban people who report falsely/too much.
    But did you notice the part about "Slowing us down"?



    Doesn't really matter if I get banned. I have several accounts I can use

  6. #6
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    can you report at noob island, if so then it'll be cool
    Infractions, reputation, reflection, the dark side of scripting, they are.

  7. #7
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This really would be cool to see how jagex would reply to such a huge backup of reports lol.

    And maybe we can get zezima banned if we all do it =P

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

    Default

    Heh

    Sounds fun!

    Silent mouse FTW? (lol)

  9. #9
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Zezima will never be banned cause of stuff like this, plus you will get your account banned very easily with this script.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  10. #10
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    true, but it would be fun
    Infractions, reputation, reflection, the dark side of scripting, they are.

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

    Default

    I can see it now...



    Muahahahaha!

  12. #12
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    shocking is that us?or did u mod it

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

    Default

    I modded it

    I'm getting pretty good at this

  14. #14
    Join Date
    Feb 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Becosue were only reporting zezima, they will just go
    "Delete all Zezima reports"

    So we need a option to report anyone that we see walking around...

    Set up wotld 1 varrok west bank, and just report all seen users.

    Making an ELITE FORCE!!

    lvl 60+ WCers: 7/20
    lvl 60+ Miners: 4/20

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

    Default

    Ron needs to put this in the "ban yourself fast" script as it slows Jagex down, and you'll get very fast banned.
    I made a new script, check it out!.

  16. #16
    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 chuck chuckie View Post
    Becosue were only reporting zezima, they will just go
    "Delete all Zezima reports"

    So we need a option to report anyone that we see walking around...

    Set up wotld 1 varrok west bank, and just report all seen users.
    SCAR Code:
    program New;
    {.include SRL/SRL.Scar}
    var
    Text : String;
    begin
    SetupSRL;
    Text := Trim(GetTextAtEx(20, 415, 100, SmallChars, False, True, 0, 2, 0, 50, False, tr_AllChars));
    Writeln(Text);
    end.

    It does collect the ":", but don't worry, you can't type that into the Report Abuse page anyway

    I'll tie it into the rep script. I'll only take a minute...

  17. #17
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Yea.. They wouldnt even care to read the zezima reports anyway. They cant ban him.. But it would be cool if that just randomized names to report.. But they could just delete all reports that came from that account or something.. A nice idea i guess, but not useful.

  18. #18
    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 GoF View Post
    Yea.. They wouldnt even care to read the zezima reports anyway. They cant ban him.. But it would be cool if that just randomized names to report.. But they could just delete all reports that came from that account or something.. A nice idea i guess, but not useful.
    Well if you consider gather names from a highly populated area to report, then I added that

    I suppose you're right, though. They'd just delete all reports comming from so-n-so...

    Edit: Wait, then why do they say it'll slow them down if someone puts in too many false reports?

  19. #19
    Join Date
    Oct 2006
    Location
    I'm a figment of your imagination
    Posts
    422
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why not try it out? Would make a very good ban script. I might try this on a few noob-accoutns that just got muted by RON's account banner.

    Plus, it slows jagex down. If you get in about 1 million reports, you will flood the bots that do the report checks. Means we get to auto for longer until we get banned (well, not the accounts that flood).

    It's been a while... but I'm BACK!!!

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

    Default

    I did try it out while I was taking a bath. It was a little screwy though, so I prefected the GetTextAtEx a little. (Searched the text include a little bit.)

    It does work now, though, and will get you banned

    Edit: Hey, wait! I thought you were leaving? Like... forever?

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

    Default

    This script is a really good idea, We just need like 50 people to run it for like 8 hours on nubs.

    I have only seen on problem with the script so far, It types the "thanks you. your abuse report...." or "you have reported less than 60 secs..." for the name if it is in the 3rd line


    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.

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

    Default

    World 1 + Varrock West Bank = No Problem

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

    Default

    Some people might get a error before they post i will tell how to fix XD

    Line 15: [Error] (17681:1): Unknown identifier 'Position' in script
    Got this error ^^


    var Position :integer;
    ^^ This is how you fix it (Just put this in a new line)

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

    Default

    Oops, thanks for putting that up

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

    Default

    Jason, if you want it to be more useful, you should make it go report the real macroers that are not autoing correctly.. I hate those stupid level 3/default clothes/crap name people. you should make a script that will go to a place that always has macros at it, report all the macros there, then switch worlds and report all the macros there...etc that'd be awesome.

Page 1 of 5 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

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