PDA

View Full Version : Forget v1... Travelor V1.1 is out already!!



stein3
03-31-2007, 03:27 PM
Note: this is still beta. There is no antiban.

program Walk2Place;
{.Include SRL/SRL.Scar}
//__________________________________\\
// Nategr8ns presents \\
// \\
// LAZYBOI TRAVELOR \\
// For those lazy peeps \\
// Lumby Spawn to Draynor bank \\
//__________________________________\\

//I am not responsible for any harm caused by this program.
//No part of this script may be taken without my permission
//PM me on SRL forums: nategr8ns

//-----------------------------------------------------\\
//version 1.1 \\
//made less bannable and stuffz using MMouse and Mouse.\\
//-----------------------------------------------------\\

var xax,yax,cx,cy: Integer;

procedure Draynor;
begin
if(FindColor(xax,yax,13614754,661,10,709,58))then
begin
MMouse(xax,yax,0,0);
wait(100+random(50));
Mouse(xax,yax,0,0,true)
wait(11000+random(100));
MMouse(577,57,0,0);
wait(100+random(50));
Mouse(577, 57,0,0,true);
wait(16000+random(100));
MMouse(580, 90,0,0);
wait(100+random(50));
Mouse(580, 90,0,0,true);
wait(12500+random(100));
MMouse(581, 91,0,0);
wait(100+random(50));
mouse(581, 91,0,0,true);
wait(11000+random(100));
MMouse(579, 86,0,0);
wait(100+random(50));
mouse(579, 86,0,0,true);
wait(11500+random(100));
MMouse(584, 76,0,0);
wait(100+random(50));
Mouse(584, 76,0,0,true);
wait(12000+random(100));
MMouse(579, 89,0,0);
wait(100+random(50));
Mouse(579, 89,0,0,true);
wait(12000+random(100));
MMouse(589, 44,0,0);
wait(100+random(50));
Mouse(589, 44,0,0,true);
wait(11000+random(100));
MMouse(610, 27,0,0);
wait(100+random(50));
Mouse(610, 27,0,0,true);
wait(12000+random(100));
FindColor(cx,cy,92286,500,50,700,200);
Mouse(cx,cy,0,0,true);
end;
end;

begin
setupSRL;
Draynor;
end.

This is my real first script. V1 was too glitchy.

HanTu
03-31-2007, 03:41 PM
Can I know where does it walk from where to where?

Hey321
03-31-2007, 06:15 PM
Umm, you still used clickmouse. Change that to mouse ;). Try using radial walk to.

stein3
03-31-2007, 08:31 PM
What does radial walk do?

antibinki
04-01-2007, 04:14 AM
it looks for a color in a radius such as 180 degrees then it walks from there that way you wont walk back wards its real good to use :D

gnarlz
04-01-2007, 02:11 PM
traveler* <3 ya radial walk is a nice feature lol.. and maybe try from like shorter distances but a more stable walker first then move your way up to longer distances but good script nonetheless

Hugolord
04-08-2007, 05:46 PM
i have tried radial walk tonns of times because the minimap is always different it does NOT work...

bullzeye95
04-08-2007, 11:30 PM
It works wonderfully. You're just not using it right (most likely).

3Garrett3
04-09-2007, 01:43 PM
use Flag; instead of waits...