[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.



sends heaps of messages then when told to stop it tell you the total amount of messages sent and in what amount of time 
Reply With Quote




but ive uploaded it anyway if some1 could please tell me whats gone wrong that would be great thanks....



