
Originally Posted by
turboo
yea the 14 loops then 9 loops will probably get you banned try switching it up if your gonna use this, or do 1 loop then 1 loop over and over by switching (until a=14) at the end of BankI to (until a=1) then same in BankII (until b=9) to (until b=1).....
plus why is it only withdrawing 9 and 9 in BankI?
Should switch the method to
case Random(11) of
0..6: begin;
Withdraw(0, 0, 14);
Withdraw(1, 0, 14);
end;
7..10: begin;
Withdraw(1, 0, 14);
Withdraw(0, 0, 14);
end;
end;
also bitmaps are not necessary in this will only have a better potential to set off jagexs system of accurate click detection