How can i have the script delete what it typed out?
Such as, it types "my wc is 20.", but doesn't press enter and instead "presses" backspace to take it out
Note: Need it for my antiban procedure below:
.SCAR Code:4: begin
a := 0+random(150);
b := 0+random(100);
c := a / b;
if c < 20 then
begin
case random(10) of
0: text := 'i pwn you all';
1: text := 'rs is so cool!!1!';
2: text := 'i am a wc pro.';
end;
TypeSendEx(text, False);
end else
begin
Writeln('INFO/ANTIBAN: Number was larger than 20; doing other antiban.');
if GameTab(30) then
begin
Mmouse(x, y, 10, 10);
wait(100+random(1500));
GameTab(25);
end else
Writeln('INFO: **Error** Unable to open friends list; exiting.');
FindNormalRandoms;
end;
end;



Reply With Quote








: 
