Results 1 to 23 of 23

Thread: Taric's Revolutionary Antiban

  1. #1
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default Taric's Revolutionary Antiban

    Many of you must be wondering why I haven't put out any scripts as of late... Well today, you have your answer.

    I BRING TO YOU, THE ULTIMATE FORM OF ANTI-BAN.

    After months of extensive ban research I discovered that not only would Lana Del Rey prevent you from receiving bot reports from other players, but it would lower your chances of being banned by 120%.

    THIS MEANS THAT 20% OF YOUR NON-BAN CHANCE CAN BE TRANSFERRED TO ANY ACCOUNT OF YOUR CHOOSING! Imagine the possibilities. You could sell this 20%, or you could recycle this into your very own Gold Farm.

    EITHER WAY, IT'S FREAKING AWESOME.



    This is a graph.

    Without further ado, I bring to you the ULTIMATE anti-ban experience.

    Simba Code:
    program SummertimeSadness;

    {$DEFINE SMART}
    {$I SRL-6/SRL.simba}

    procedure summerTimeAntiBan();

    var
    summertime, sadness: Integer;

    begin
    summertime := 99;
    sadness := 1234;

    repeat

    typeSend('Kiss me hard before you go');
    wait(randomRange(1200,1600));
    typeSend('Summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('I just wanted you to know');
    wait(randomRange(1200,1600));
    typeSend('That, baby, you''re the best');
    wait(randomRange(1200,1600));

    typeSend('I got my red dress on tonight');
    wait(randomRange(1200,1600));
    typeSend('Dancing in the dark in the pale moonlight');
    wait(randomRange(1200,1600));
    typeSend('Done my hair up real big beauty queen style');
    wait(randomRange(1200,1600));
    typeSend('High heels off, I''m feeling alive');
    wait(randomRange(1200,1600));

    typeSend('Oh, my God, I feel it in the air');
    wait(randomRange(1200,1600));
    typeSend('Telephone wires above are sizzling like a snare');
    wait(randomRange(1200,1600));
    typeSend('Honey, I''m on fire, I feel it everywhere');
    wait(randomRange(1200,1600));
    typeSend('Nothing scares me anymore');
    wait(randomRange(1200,1600));

    typeSend('1,2,3,4');
    wait(randomRange(1200,1600));

    typeSend('Kiss me hard before you go');
    wait(randomRange(1200,1600));
    typeSend('Summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('I just wanted you to know');
    wait(randomRange(1200,1600));
    typeSend('That, baby, you''re the best');
    wait(randomRange(1200,1600));

    typeSend('I got that summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('S-s-summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('Got that summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('Oh, oh, oh, oh, oh');
    wait(randomRange(1200,1600));

    typeSend('I''m feelin'' electric tonight');
    wait(randomRange(1200,1600));
    typeSend('Cruising down the coast goin'' ''bout 99');
    wait(randomRange(1200,1600));
    typeSend('Got my bad baby by my heavenly side');
    wait(randomRange(1200,1600));
    typeSend('I know if I go, I''ll die happy tonight');
    wait(randomRange(1200,1600));

    typeSend('Oh, my God, I feel it in the air');
    wait(randomRange(1200,1600));
    typeSend('Telephone wires above are sizzling like a snare');
    wait(randomRange(1200,1600));
    typeSend('Honey, I''m on fire, I feel it everywhere');
    wait(randomRange(1200,1600));
    typeSend('Nothing scares me anymore');
    wait(randomRange(1200,1600));

    typeSend('1, 2, 3, 4');
    wait(randomRange(1200,1600));

    typeSend('Kiss me hard before you go');
    wait(randomRange(1200,1600));
    typeSend('Summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('I just wanted you to know');
    wait(randomRange(1200,1600));
    typeSend('That, baby, you''re the best');
    wait(randomRange(1200,1600));

    typeSend('I got that summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('S-s-summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('Got that summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('Oh, oh, oh, oh, oh');
    wait(randomRange(1200,1600));

    typeSend('Think I''ll miss you forever');
    wait(randomRange(1200,1600));
    typeSend('Like the stars miss the sun in the morning sky');
    wait(randomRange(1200,1600));
    typeSend('Later''s better than never');
    wait(randomRange(1200,1600));
    typeSend('Even if you''re gone I''m gonna drive (drive, drive)');
    wait(randomRange(1200,1600));

    typeSend('I got that summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('S-s-summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('Got that summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('Oh, oh, oh, oh, oh');
    wait(randomRange(1200,1600));

    typeSend('Kiss me hard before you go');
    wait(randomRange(1200,1600));
    typeSend('Summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('I just wanted you to know');
    wait(randomRange(1200,1600));
    typeSend('That, baby, you''re the best');
    wait(randomRange(1200,1600));

    typeSend('I got that summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('S-s-summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('Got that summertime, summertime sadness');
    wait(randomRange(1200,1600));
    typeSend('Oh, oh, oh, oh, oh');
    wait(randomRange(1200,1600));

    until summertime = sadness;

    end;

    begin
    setupSRL();
    summerTimeAntiBan();
    end.



    It's not gay if it's efficient.

  2. #2
    Join Date
    May 2013
    Posts
    75
    Mentioned
    3 Post(s)
    Quoted
    48 Post(s)

    Default

    It's not even summer, why would you anti-ban with Summertime Sadness?

  3. #3
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by MariusK View Post
    It's not even summer, why would you anti-ban with Summertime Sadness?
    Silence, unbeliever!
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  4. #4
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by MariusK View Post
    It's not even summer, why would you anti-ban with Summertime Sadness?
    That's the genious of it. Would a bot sing summertime sadness in the winter/spring?

    I DIDN'T THINK SO.



    It's not gay if it's efficient.

  5. #5
    Join Date
    Aug 2014
    Posts
    167
    Mentioned
    2 Post(s)
    Quoted
    73 Post(s)

    Default

    You forgot to include the reqs: Only use in summer sorc garden. Anywhere else is heresy.

  6. #6
    Join Date
    Sep 2014
    Location
    the Netherlands
    Posts
    136
    Mentioned
    7 Post(s)
    Quoted
    61 Post(s)

    Default

    Legit. I'm totally gonna try this. Thanks for sharing <3
    Previously known as; Annonymus.

  7. #7
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    lol that's actually giving me some ideas. u da best man =)

  8. #8
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by No Lifer View Post
    lol that's actually giving me some ideas. u da best man =)
    Did I prove my worth as a scripter with this? It's incredibly complex.

    IT'S NOT LIKE I'M TRYING TO IMPRESS YOU SENPAI... BAKA >\\\>



    It's not gay if it's efficient.

  9. #9
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by Taric View Post
    Did I prove my worth as a scripter with this? It's incredibly complex.

    IT'S NOT LIKE I'M TRYING TO IMPRESS YOU SENPAI... BAKA >\\\>
    o-oh taric-sama I just wanna eat you up


  10. #10
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by No Lifer View Post
    o-oh taric-sama I just wanna eat you up

    TSUNDERE SHARKS <3

    For any of you who want to lose about two days of your life... here.



    It's not gay if it's efficient.

  11. #11
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    l33t script, got me millions, totally legit. verified.
    Formerly known as Undorak7

  12. #12
    Join Date
    Dec 2014
    Posts
    188
    Mentioned
    3 Post(s)
    Quoted
    100 Post(s)

    Default

    Totally gonna use. Why not create a 50 man army singing this at the same time? Imagine the hype.

  13. #13
    Join Date
    Feb 2015
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Instead of using random integers, you should just use the same integer all the time. 0% ban chance, I promise!

  14. #14
    Join Date
    Nov 2014
    Posts
    33
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Nice

    Would you mind if I use it in my next script? Credited, of course xd

  15. #15
    Join Date
    Mar 2015
    Posts
    438
    Mentioned
    21 Post(s)
    Quoted
    211 Post(s)

    Default

    Quote Originally Posted by srpronto View Post
    Totally gonna use. Why not create a 50 man army singing this at the same time? Imagine the hype.
    I was thinking about a month ago doing something like that, but having them more of a flash mob type of thing. Have a group being like the chorus on the side and doing emotes. Would be a really neat idea but alot of work.

  16. #16
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Lol you should make it load up a song from a file so you can change what songs it says

  17. #17
    Join Date
    May 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Genius, no one will suspect a thing. This made me chortle.

  18. #18
    Join Date
    Jan 2015
    Location
    Hungary
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    It's funny but the real thing is that you give me an awesome idea on a kind of unique antiban. What if my bots were at the same place and would 'speak' with each other while doing their stuffs?
    Everything is achievable!

  19. #19
    Join Date
    Apr 2015
    Location
    London
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    idk how to put it in

  20. #20
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by ScripzCo View Post
    idk how to put it in
    you're supposed to put it in gently, after whispering "no homo".
    spoiler

    and on a more serious note, have you checked out themayor's scripting tutorial?

  21. #21
    Join Date
    Dec 2015
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    HAHAH wow this sparked some potential ideas

  22. #22
    Join Date
    Dec 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Being a Lana Del Rey fan I fully support this script. Amazing work.
    On a side note: Its good to know sadness = 1234

  23. #23
    Join Date
    Dec 2015
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Can we have an update to include honeymoon? I'm thinking high by the beach? xxx

Thread Information

Users Browsing this Thread

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

Posting Permissions

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