SCAR Code:program LmfaoBetch;
var
var1 : String;
i, yo, yo2 : Integer;
begin
ClearDebug;
var1:= Readln('Ah, yo man? What you want teh say?');
Writeln('Spamming with this line : '+var1);
ActivateClient;
for i:= 1 to (length(var1)) do
begin
yo:= yo + 1;
yo2:= 1;
SendKeys(copy(var1, yo, yo2)+ Chr(13));
Wait(100); //change if want.
end;
end.
Types like this:
If you inputed nigger it says.
n
i
g
g
e
r
Tested it on StarBlaster I think. xD
E
n
j
o
y
n
o
o
b
s
.






Reply With Quote
