this is the first script i made
1. start runescape
2. select runescape(not needed)
3. click play or ctrl+alt+r
script:
program FirstScript8arry5tinkt;
const
Say='kaas is lekker';//what to say
begin
writeln('Press ctrl+alt+s or ctrl+alt+s if someone wants to')//introduction
writeln('trade')//introduction
wait(4000)//time to wait before auto typing
repeat// says: repeating =P
SendKeys(say+chr(13));//what to say + press enter (don't change)
wait(3000+random(3500));//time until saying something
until(false);//stays repeating
end.


Reply With Quote
