Simba Code:
procedure Bankit;
var x, y: integer;
begin
FindNormalRandoms;
if FindObjCustom(x, y, ['ank'],[4796728, 4928314, 5192771, 4404025, 4995649, 4864319, 4206903, 5784395, 5324357, 4796727, 4599606, 4928057, 4271154, 5059643, 5388095, 4139568, 4993594, 4205104, 4336690, 5256509, 4533812, 5716546, 4665142, 5584961, 3811117, 4862520, 4993850, 4533813, 4008239, 3679531, 4665399, 4336947, 5256509, 3942446, 5125179, 4468020, 4928057, 6111047, 4270897, 5059386, 4730935, 5519167, 3745323, 4599349, 5190716, 5125180, 4993850, 3811116, 6044998, 5716547, 4139568, 4468276, 4336690, 4007982, 4665142, 5125179, 4796728, 4993593, 5848132, 5256765, 4928057, 4139568, 4271154, 4665142], 15) then
begin
if isuptext ('ank') then
begin
repeat
Mouse(x, y, 0, 0, false);
chooseOption ('ank Banker');
until (bankscreen);
end;
end;
end;