ive tryed making my first auto typer for runescape and heres the script, but it wont display it in runescape, what can i do? it only displays it in debug menu and yes i put cross button in runescape window.
program script;
const
Message1='flash2:selling 15k willows 30 ea!cnr!!';
procedure hello;
begin
wait(7000)
Writeln(Message1);
end;
begin
repeat
hello;
until(false)
end.





Reply With Quote



