SCAR Code:
program DancingPro;
{.include srl/SRL.scar}
const
Write='Dance with me!! :)';//Type what you'd like to autotype.
begin
repeat
TypeSend(Write);
Wait(1000+random(300))
Mouse(575,374,10,10,True);
until False
end.
pentti you N00B you forgot setupsrl. lol jp but you did forget setupsrl;
SCAR Code:
program DancingPro;
{.include srl/SRL.scar}
const
Write='Dance with me!! :)';//Type what you'd like to autotype.
begin
setupsrl;
repeat
TypeSend(Write);
Wait(1000+random(300))
Mouse(575,374,10,10,True);
until False
end.
there you go.