Results 1 to 12 of 12

Thread: ~BaDaa's Pain In The Arse Flooder~

  1. #1
    Join Date
    Feb 2007
    Location
    In Ya Pants!
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ~BaDaa's Pain In The Arse Flooder~

    [SRL] Woot my first script! This script is so simple to use!
    it can flood Msn Or anything you want... sends heaps of messages then when told to stop it tell you the total amount of messages sent and in what amount of time

    Please Let Me Know What U All Think As A "First" Script



    Copy this or downlaod attachment....
    SCAR Code:
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |             Badaa's Pain In The Arse Flooder              |
    |  This Script Sends Lots Of Messages At A Very Fast Speed  |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                      INSTRUCTIONS                         |
    | 1. Enter The Message You Want Sent Bellow.                |
    | 2. Be On The Page You Want To Flood Ready To Type.        |
    | 3. Press Ctrl + Alt + R To Start The Script.              |
    | 4. To Stop The Script Press Ctrl + Alt + S                |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}

    {~~~~~= Thanks To GoF For Helping Me! He A Top Bloke! =~~~~~}

    program Flood;
    {.Include SRL/SRL.scar}
     
    const
      MessageSent='Text Here'; // <<< Type The Message You Want Sent Here
     
    var
      Counter: Integer;
     
    Procedure Spam;
    begin
      wait(100)
      Sendkeys(MessageSent +Chr(13));
    end;
     
    begin
      SetUpSRL;
      ClearDebug;
      Writeln('3 Seconds Till Flooding Starts!')
      Wait(3000)
      ClearDebug;
     
          Writeln('Sent : '+IntToStr(Counter)+' messages!');
          Writeln('Script has been running '+TimeRunning);
     
        repeat
        Spam;
        Counter := Counter + 1;
        Writeln('Sent : '+IntToStr(Counter)+' messages!');
        Writeln('Script has been running '+TimeRunning);
      until(False)
    end.
    Buying ALL Autoed Items... like Lobbs, Sharks, Ess, Yews, ect...
    Im A Good Person To Have As Your Perm Buyer (Rich And Nearly Always Online)

    add me at bada69er@hotmail.com


    im curently after the following scripts:
    Good 100% antiban auto stringer
    auto cabbage picker/banker
    auto potato picker/banker
    auto beer buyer/banker

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Post script?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Ahh yes, it's an excellent script...especially considering I can't see it lmao...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  4. #4
    Join Date
    Feb 2007
    Location
    In Ya Pants!
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol sorry guys i made the thread then noticed it wasnt compileing all of a sudden...
    il put attachment back up once i fix it :S
    EDIT: ITS FIXED NOW!!!!!!
    Buying ALL Autoed Items... like Lobbs, Sharks, Ess, Yews, ect...
    Im A Good Person To Have As Your Perm Buyer (Rich And Nearly Always Online)

    add me at bada69er@hotmail.com


    im curently after the following scripts:
    Good 100% antiban auto stringer
    auto cabbage picker/banker
    auto potato picker/banker
    auto beer buyer/banker

  5. #5
    Join Date
    Feb 2007
    Location
    In Ya Pants!
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK... i couldnt work out the problem but ive uploaded it anyway if some1 could please tell me whats gone wrong that would be great thanks....

    EDIT: ITS FIXED NOW!!!!!!
    Buying ALL Autoed Items... like Lobbs, Sharks, Ess, Yews, ect...
    Im A Good Person To Have As Your Perm Buyer (Rich And Nearly Always Online)

    add me at bada69er@hotmail.com


    im curently after the following scripts:
    Good 100% antiban auto stringer
    auto cabbage picker/banker
    auto potato picker/banker
    auto beer buyer/banker

  6. #6
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |             Badaa's Pain In The Arse Flooder              |
    |  This Script Sends Lots Of Messages At A Very Fast Speed  |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                      INSTRUCTIONS                         |
    | 1. Enter The Message You Want Sent Bellow.                |
    | 2. Be On The Page You Want To Flood Ready To Type.        |
    | 3. Press Ctrl + Alt + R To Start The Script.              |
    | 4. To Stop The Script Press Ctrl + Alt + S (Or Press F2)  |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}


    program Flood;
    {.Include SRL/SRL.scar}

    const
      MessageSent='Text Here'; // <<< Type The Message You Want Sent Here

    var
      Counter: Integer;

    Procedure Spam;
    begin
      wait(1000)
      Sendkeys(MessageSent +Chr(13));
    end;

    begin
      SetUpSRL;
      ClearDebug;
      Writeln('3 Seconds Till Flooding Starts!')
      Wait(3000)
      ClearDebug;

          Writeln('Sent : '+IntToStr(Counter)+' messages!');
          Writeln('Script has been running '+TimeRunning);
          TerminateScript;

        repeat
        Spam;
        Counter := Counter + 1;
        Writeln('Sent : '+IntToStr(Counter)+' messages!');
        Writeln('Script has been running '+TimeRunning);
      until(False)
    end.
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  7. #7
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Lol why did you put a random TerminateScript in the middle of your main loop.
    Also the solution to your problem is because you add an 'end' and a 'begin' for no reason. Look at the above post for the correct version.

  8. #8
    Join Date
    Feb 2007
    Location
    In Ya Pants!
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oooh thanks guys...
    Buying ALL Autoed Items... like Lobbs, Sharks, Ess, Yews, ect...
    Im A Good Person To Have As Your Perm Buyer (Rich And Nearly Always Online)

    add me at bada69er@hotmail.com


    im curently after the following scripts:
    Good 100% antiban auto stringer
    auto cabbage picker/banker
    auto potato picker/banker
    auto beer buyer/banker

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

    Default

    Hm, you removed the if-then before that terminatescript from the example I sent to you.. that's why it messed up.. And moved it away from the mainloop.. And no cred for me from helping you?

  10. #10
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think everyone gets credited for helping. Ofcourse, if it was a sufficient amount then maybe.
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  11. #11
    Join Date
    Feb 2007
    Location
    In Ya Pants!
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i did cred him GoF is a champ <3
    Buying ALL Autoed Items... like Lobbs, Sharks, Ess, Yews, ect...
    Im A Good Person To Have As Your Perm Buyer (Rich And Nearly Always Online)

    add me at bada69er@hotmail.com


    im curently after the following scripts:
    Good 100% antiban auto stringer
    auto cabbage picker/banker
    auto potato picker/banker
    auto beer buyer/banker

  12. #12
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol all helped and nice script keep it up

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Pain Olympics?
    By ctown in forum Music, Movies and TV
    Replies: 33
    Last Post: 06-17-2009, 09:45 PM
  2. Getting a major pain in the .... error
    By Skyfire999 in forum OSR Help
    Replies: 7
    Last Post: 11-22-2008, 09:09 PM
  3. The Pain is Over
    By timtag1190 in forum Blogs and Writing
    Replies: 11
    Last Post: 08-07-2007, 11:58 AM
  4. Cut The Pain
    By timtag1190 in forum Blogs and Writing
    Replies: 0
    Last Post: 12-29-2006, 05:23 AM

Posting Permissions

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