Results 1 to 4 of 4

Thread: Auto Spammer 4 fun

  1. #1
    Join Date
    Dec 2007
    Location
    Canada
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Auto Spammer 4 fun

    HAVE FUN WITH THIS ONE GUYS !!!!!!!!

    *I wouldn't recommend it on an account you want to keep.

    SCAR Code:
    {---------------------------------------------------------------------------------------------)
    |----------------------------------------CRAZYSPAMMER-----------------------------------------|
    |---------------------------------------------------------------------------------------------|
    | * I made this script so that if you have an account that you dont care about and you really |
    |   just wanna have fun and piss people you can use this.                                     |
    |---------------------------------------------------------------------------------------------|
    | ADVANTAGES= *You get to spam like crazy.                                                    |
    |             *You piss people off.                                                           |
    |             *If your bored its a fun way to kill time and see peopleS reactions!!!          |
    |---------------------------------------------------------------------------------------------|
    | DISADVANTAGES= *You get banned but if your playing this script then you obviously DON'T CARE|
    |---------------------------------------------------------------------------------------------|
    |HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING |
    |HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING |
    |HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING !!!!!!!HAVE FUN SPAMMING |
    (---------------------------------------------------------------------------------------------}
    I'm baaaack

  2. #2
    Join Date
    Oct 2009
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do i even open the scar and wtf am i suposed to do?

  3. #3
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by slitix View Post
    how do i even open the scar and wtf am i suposed to do?
    I suggest reading a few tutorials. One Two
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  4. #4
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    PH isn't an include anymore That was removed a while ago I believe.

    Also, use SendKeys if you want to spam, and also perhaps use ColorEffectAdd to make text stand out more?

    SCAR Code:
    {*******************************************************************************
    function ColorEffectAdd(Color, Effect: Boolean): string;
    By: NiCbaZ
    Description: Returns a RS chat effect based on 'Color' and 'Effect' booleans.
    *******************************************************************************}

    function ColorEffectAdd(Color, Effect: Boolean): string;
    var
      Str : TStringArray;

    begin
      Str := ['flash1:', 'flash2:', 'flash3:', 'glow1:', 'glow2:', 'glow3:', 'red:',
        'green:', 'cyan:', 'purple:', 'white:', 'scroll:', 'shake:', 'slide:',
        'wave:', 'wave2:'];
      if Color then
        Result := Str[Random(11)];
      if Effect then
        Result := Result + Str[11 + Random(5)];
    end;

    Richard.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Popc0rn's Auto-Spammer Tutorial!
    By PoPC0rN in forum Outdated Tutorials
    Replies: 5
    Last Post: 01-16-2009, 01:28 AM
  2. xCheWy's SMART Spammer and AUTO Spam
    By NCDS in forum First Scripts
    Replies: 11
    Last Post: 10-12-2008, 09:41 AM
  3. any im spammer
    By tylerwb91 in forum First Scripts
    Replies: 3
    Last Post: 12-19-2007, 10:55 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
  •