Hey all, i know you probably think im a "leecher" but im trying my hardest to learn this scar scripting, it takes time, as you all probably know. But i was wondering if anyone had a yew cutter, the yews between draynor and lumby. and also, can it bank in draynor? If its not possible its ok, its not for me, for my freind. I told him this site was good. But im trying to prove scar is cool. So if anyone has any links, they would be great! :D
Just to show u im not trying to leech, this is my first EVER script, i havent made any progress from this yet, but im hoping to.
Code:////////////////////////////////////////////////////////
////// //////
////// //////
////// My first Autotyper //////
////// //////
////// //////
//////////////////////////////////////////////////////
program New;
const
w1='Hello world';
w2='Hello my freinds';
w3='Hello EVERYONE!!!';
w4='I wish I new how to put this on runescape aswell';
procedure Hello;
begin
wait(1500)
writeln(w1);
wait(1500)
writeln(w2);
wait(1500)
writeln(w3);
wait(1500)
writeln(w4);
end;
begin
repeat
hello;
until(false)
end.

