Hi,
I started trying to program in SCAR today. This is probably a dumb question but how do you get it to work in runescape? It works in the screen below in SCAR. What do you put in the script to make it type in the runescape screen?
Thanks a lot
Kevin0095
Here is my script:
program AutoTyper;
const
message1='Selling Stuff!!!';
procedure typer;
begin
wait(2500)
writeln(message1)
end;
begin
repeat
autotalker;
until(false)
end.


Reply With Quote







