My first script (Autotalker)
I know Theres alot of Auto talkers, but just wanted to post it :)
Code:
// SETUP!!
// 1. Maximize Rune Scape, And minimize Scar, Hit Ctrl, Alt, r
// 2.. MAke Sure Your Loged In!
program RayzAutoTalker3000;
{.include SRL/SRL.scar}
begin;
ClearDebug;
Writeln(' /``````````\')
Writeln(' /( o ) ( o )\')
Writeln('/ \')
Writeln('\ (_ _) /')
Writeln(' \ ______ /')
Writeln(' \ /______\ /')
sleep(3000)
Writeln(' rayz AutoTalker 3000 is now running..')
repeat
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
Typesend ('Hey') // Type In What You Wanna Say!
Wait(5000 + random(500))
until(false)
end.