Results 1 to 9 of 9

Thread: quick auto-ban script

  1. #1
    Join Date
    Feb 2007
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default quick auto-ban script

    i need a script that will ban 4 to 6 accounts in less than 30 minutes.
    i've tried some of the spammers and auto bannage but they only mute me because of it.
    i need something that will send me over 10 blackmarks and quick

    as to why im requesting this is because im experimenting on how runescape's banning system really works.

    i also want to see my accounts get banned just for fun

  2. #2
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I wrote this in about 2 mins lol.
    SCAR Code:
    program New;
    {.include srl/srl.scar}

    procedure spamclicks;
    begin
      marktime(mark)
      while timefrommark(mark) < 30000 do
      begin
        clickmouse(260,176,true)
        wait(3)
      end;
    end;

    procedure talkbad;
    var
      i:integer;
    begin
      i:=random(8)+1
      case i of
      1:sendkeys('Fuck'+chr(13))
      2:sendkeys('I love andrew gowers mother!'+chr(13))
      3:sendkeys('I am a macroer everyone report me!!'+chr(13))
      4:sendkeys('$h!t'+chr(13))
      5:sendkeys('Jagex love men!'+chr(13))
      6:sendkeys('I am a chineese sweat shop worker, report me!'+chr(13))
      7:sendkeys('Jagex blocks your pass *****! see try it!!'+chr(13))
      8:sendkeys('Give me all your contact info!!!'+chr(13))
      9:sendkeys('I am jagex staff tell me your pass!'+chr(13))
      end;
    end;

    begin
      repeat
        spamclicks
        talkbad
      until(false)
    end.

  3. #3
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Why do you even need the "Wait(3)" in there lol.


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

    Default

    To prevent it from crashing? Lol, you can change it in wait(1) and it still won't crash.
    I made a new script, check it out!.

  5. #5
    Join Date
    Feb 2007
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    are sure this wont just get me muted?
    once muted, i cant get banned, or at least not as quickly.
    is there any other way besides spamming clicks and autotypes?

  6. #6
    Join Date
    Feb 2006
    Location
    Locked in RAM's closet !
    Posts
    2,001
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    hard core macro on the same acct for over a week straight?
    Darky has stopped by to say hello :).
    10-21-2010
    Updated-
    10-09-2012

  7. #7
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    i dont see the point of an autoban account...at all
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  8. #8
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    285
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    http://www.villavu.com/forum/showthread.php?t=2125 <3 Ron
    This script will break every rule, insult.. everybody, and most of all... This WILL get you banned. It is guaranteed to get you banned. Don't give Jagex the satisfaction of banning you for false claims such as autoing pfff, get them to ban you for something you actually did! Are you with me!?!
    Huehuehuehuehue

  9. #9
    Join Date
    Feb 2007
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ramage View Post
    ive tried this already.
    And it has gotten me muted 3 times with no blackmarks.
    Once muted, i wont be able to talk and getting banned will be more difficult.

    @dark_sniper: over a week? jagex's macro detection program must really stink.

    @dan: the point is to see if jagex is really doing their job or are they just being duche bags and are lying about their statistics.

    @ramamge: that script got me muted, not banned. believe it or not, i had 0 blackmarks while muted.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Small script help reeeeal quick
    By FuruChan in forum OSR Help
    Replies: 5
    Last Post: 06-01-2008, 11:11 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
  •