SCAR Code:
program MrBumAutoTalker;
// ______________________________________________________________________
// |\/ *Insturctions* \/|
// |/ Click On RealAutoTalker on the right hand side box \|
// |/ \|
// |/ Change TYPE HERE to what you want to type eg. glow2:wave:HEY \|
// |/ \|
// |/ Change the Wait period to time you want (1000 = 1 second) \|
// |/ \|
// |/ Set the window to runescape \|
// |/ \|
// |/ Press the play button \|
// |/ \|
// |/ Minimise ASAP \|
// |/\__________________________________________________________________/\|
procedure Signature;
begin;
ClearDebug;
writeln(' |++ |== | | |\ /| ____');
writeln(' | ++ | == | | | \ / |/****\');
writeln(' /\ /\ | + | + | | | \ / |\__**/');
writeln(' / \/ \ | ++ | == | | | \/ | /*/');
writeln(' / \ |++ |== | | | | /_/') ;
writeln(' / \ |* | === | | | |');
writeln(' / \| * | + | | | |');
writeln(' | * | === \ / | |');
writeln(' | * |=== \_____/ | | S Auto Talker');
wait (3000+random(750))
end;
procedure RealAutoTalker;
begin;
repeat;
wait (5000+random(500)) //Time inbeween types (milisceonds) [recomended (5000+)]
SendKeys('TYPE HERE'+chr(13)); //What you will type (in pink)
until(IsFKeyDown(12));
end;
begin;
Signature;
end;
begin;
RealAutoTalker
end.
Full script there can some1 please tell me y my signiture doesnt wanna work
how do i use TypeSend... Can you change my script and get it to use it?