SCAR Code:
//Please do not post this script without my permission
//Autotype with Login Created by elite_h4x
//special thanks to Hobbit for helping me with this script
program thename;
{.include SRL/SRL.scar}
const TheMessage='ddd';//This is the message u want it to say
HowManyMsgs=2; //This is how many times u want it to say. it set-1 for unlimited
Username='pure might12'; //the name of the acc ur using
Password='****'; //the password
var
x:Integer;
begin //This is the login precedure
MoveMouseSmoothEx(445,289,20,40,45,25,20);
wait(100+random(250));
ClickMouse(445,289,true);
wait(200+random(200));
typesend (Username);
typesend (Password);
MoveMouseSmoothEx(299,319,20,40,45,25,20);
ClickMouse(299,319,true);
wait(4000+random(500));
MoveMouseSmoothEx(381,333,20,40,45,25,20);
ClickMouse(381,333,true);
wait(2000+random(2000));
begin
x:=0;
begin // the beauty of the untill loop
repeat
wait(1000+random(750));
typesend (TheMessage);
wait(250+random(250));
x:= x + 1;
until(x >= (HowManyMsgs))
end;
end;
end.
i am making a script auto login with auto talker i have allmost finshed this script but i need to know how would i be able to to have the option if u want autologin=true or false so they could use both features or jsut the auto talker feature any help would be greatly appreciated