I am looking for a script that would take bs and bows (u) from ur bank and then make bows...If someone can make, or post a code here then plz do it.![]()
I am looking for a script that would take bs and bows (u) from ur bank and then make bows...If someone can make, or post a code here then plz do it.![]()
Thats like really easy to do.. all you need to do is make a DTM of both of them, and do something like this:
Just learn DTM's. I'd do this if I had a members account..SCAR Code:program Whatever;
procedure OpenBankAndWithdraw;
begin
OpenBankQuiet('(bank)');
if(FindDTM(String....etc))then
begin
Mouse(x,y,2,2,False)
ChooseOption(x,y,'x');
TypeSend('14');
end;
if(FindDTM(UBow...etc))then
begin
Mouse(x,y,2,2,False);
ChooseOption(x,y,'All');
end;
end;
procedure InventoryClick;
repeat
if(FindDTM(String...etc))then
begin
Mouse(x,y,2,2,true);
if(FindDTM(UBow...etc))then
begin
Mouse(x,y,2,2,true);
end;
end;
end;
until(not(FindDTM(UBow...etc)))or(not(FindDTM(String...etc)))
begin
repeat
openandwithdraw;
inventoryclick;
until(False)
end.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)