SCAR Code:Procedure Dropper;
begin
Repeat
if (FindDTM(WillowLog, x, y, MIX1, MIY1, MIX2, MIY2)) then//line 123
Mouse(x, y, 2, 2, False);
ChooseOption('Drop');
Until Not (FindDTM(WillowLog, x, y, MIX1, MIY1, MIX2, MIY2))
end;
gives me the error
[Runtime Error] : Exception: Access violation at address 00724393 in module 'scar.exe'. Read of address 00000000 in line 123 in script
ive restarted my computer and scar..still get it though


Reply With Quote








