PDA

View Full Version : first scripts



del_signo
04-10-2007, 05:25 AM
i remember a day when if statements where the hardest things in the world and i didn't know the difference between findcolor and findcolortolerance before srl and before randoms in runescape a simpler time when i was just beginning to script you know that time when a you where a noob. well i remember it and heres the first script i ever made hope some of you really great scripters also post your first script hopefully you still have it.
program auto breakout;
var x,y :integer
begin
repeat
findcolor(x,y,16777215,0,500,350,550);
movemouse(x,y);
until(1=2);
end.

legendaryhero90
04-10-2007, 11:12 PM
program; hello world

begin

writeln( "hello world" )

end.


heck yea!!

~alex~
04-10-2007, 11:16 PM
Don't have it any more but I think it was a sendkeys() auto talker lol..