hey. i am trying to make a script that can walk to lumby, varock, dwarf mines, and flalador. i am following a tutorial, so forgive me if my script is crude and there are easier better ways to do it. here it is so far. it is just the first click on the way to varrock. (unfortunantly i have to start in 1 place barb village. help with that is appreciated also.)
program New;
// YOU MUST START THIS SCRIPT IN BARB VILLAGE BY THE ROCKS!!!
// I WILL TRY TO FIX THIS LATER
var
x,y: integer;
const
GoToVarrok=True;
GoToFalador=False;
GoTOLumby=False;
GoTODwarfMine=False;
begin
If(GoToVarrok=true) then
begin
MoveMouseSmooth(704,78)
Wait(100+random(100));
end.
thanks in advance


Reply With Quote











Nielsie95 TutIsle Runner ver 0.62 




