http://pastehtml.com/view/bpa6fufoj.txt
Simba Code:
Function DepositBox: Boolean;
Var
x, y, b, spot: Integer;
begin
spot:= DTMFromString('mWAAAAHicY2FgYNgAxLeBeDMQzwXiaUA8FYhXQrGRgQFDWqQzQ06cO0NGtCsDP1AMGTOiYRAAACUyCUo=');
MarkTime(b);
Repeat
if FindDTM(spot, x, y, MSX1, MSY1, MSX2, MSY2) then
begin
Mouse(x, y, 4, 4, false);
WaitOption('ulley', 200); // Use this an improvement WaitOptionMulti(['Castl','astl','e Wa','rs R'], 1000) ofc edit time/words
WaitOption('ift', 200); // Use this an improvement WaitOptionMulti(['Castl','astl','e Wa','rs R'], 1000) ofc edit time/words
Wait(RandomRange(750, 1000));
Repeat
wait(50);
Until(IsMoving = false)
Result:= True
end else
begin
Result:= False
end;
if (TimeFromMark(b) > 5000) then
begin
Writeln('Unable to find Pulley Lift (deposit box) :(')
Break;
end;
Until(Result = True);
FreeDTM(spot);
end;
:/
Debug:
[Error] (397:1): Identifier expected at line 396
Compiling failed.
btw line 397 is "function DepositBox: Boolean;"