[Runtime Error] : Exception: Can't allocate the DIB handle in line 509 in script D:\Program Files\SCAR 3.22\includes\SRL\SRL\Core\Text.scar
anyone saw this before??
any help??
mine:
Code:program Cutter; {.include SRL/SRL.Scar} procedure WithdrawLogs; var x, y, Maple: Integer; begin Maple := DTMFromString('78DA63E463606000612460A7C9C9C00FA4198' + '1F83F1030B201193C0C6880094C3242798C4C98E660A8610112A2' + '04D408010971026A148084000135D2408293801A31202146408D2' + 'C901021A0869D0873405C21FC6A0092AA0608'); if FindDTM(Maple, x, y, MSX1, MSY1, MSX2, MSY2) then begin Mouse(x, y, 1, 1, False); ChooseOption('Withdraw-X'); Writeln('Found Maple in bank!'); end else begin Writeln('Did not found Maple in bank, logging out.'); Logout; end; end; procedure MainLoop; begin SetupSRL; ActivateClient; ClearDebug; WithdrawLogs; end; begin MainLoop; end.



Reply With Quote








