in_jeopardy
09-04-2006, 01:41 AM
I was wondering how (if possible) I could improve this (my first) script.
{
In_Jeopardy's Autospammer!!
}
program Autotalker;
const
Spam='buying mith wc axe';
procedure Autospam;
begin
wait(5000+random(2500))
sendkeys(Spam + chr(13));
end;
begin
activateclient;
repeat
Autospam;
until(false)
end.
Failing that, what could I attempt next and could you give me a few pointers?
Thanks.
{
In_Jeopardy's Autospammer!!
}
program Autotalker;
const
Spam='buying mith wc axe';
procedure Autospam;
begin
wait(5000+random(2500))
sendkeys(Spam + chr(13));
end;
begin
activateclient;
repeat
Autospam;
until(false)
end.
Failing that, what could I attempt next and could you give me a few pointers?
Thanks.