V1.0 USE AT YOUR OWN RISK
-WILL ONLY MAKE LONGBOWS
-NO ANTIBAN
-NO ANTIRANDOMS
V1.1 coming soon!
-antirandoms
-antiban
-better bank finder XD
this will be the main script i will be working on always, i will update it as i learn new things.
SCAR Code:
program Fletcher;
// have knife in first inventory slot\\
//Make sure your compass is poiting north, and put in your bank pin, it will not put it in!\\
{.Include Srl/Srl.Scar}
begin
Repeat
ChatsOff;
Openbank;
wait(3874);
Withdraw(1,1,27);
wait(4467);
CloseBank;
wait(1004)
Mouse(581,232,1,1,true);
mouse(714,335,1,1,true);
wait(5400)
Mouse(237,438,1,1,False);
wait(5422)
Mouse(250,478,1,1,true);
Mouse(250,420,4,2,true);
wait(1043)
SendKeys('432');
wait(3265);
SendKeysVB('{Enter}', True);
gametab(2);
moveMousesmooth(669, 386)
wait(3300+Random(214));
Gametab(4);
wait(39000+random(4300));
OpenBank;
wait(4353)
DepositAll;
CloseBank;
Until(false);
end.