I want to run this
On top of the runescape screen and not the bottom of the scar screen(where all the reports pop of for scripts)Code:program AutoTalker; const Message1='Flash2:wave: Selling ************ ******'; procedure Typed_Message; begin Wait(1000) Writeln(Message1); end; begin repeat Typed_Message; until(false) end.
how can i do this?



Reply With Quote



?




