ownedlikenoob
06-16-2010, 02:07 AM
Error: Out Of Range at line 396
The following DTMs were not freed: [SRL - Lamp bitmap]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
File[C:\Simba\Includes\SRL\Logs\SRL Log 15-06-10 0.txt] has not been freed in the script, freeing it now.
What am I doing wrong?
Main Loop:
begin
Smart_Members := MEMBERS;
Smart_Server := WORLD;
Smart_Signed := SIGNED;
SetupSRL;
LoginPlayer;
Wait(2000+random(2000));
Mouse(574, 16,1,1,true);
Repeat
Fighting;
AntiBann;
FindNonInventoryRandoms;
Until(False);
end.
The following DTMs were not freed: [SRL - Lamp bitmap]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
File[C:\Simba\Includes\SRL\Logs\SRL Log 15-06-10 0.txt] has not been freed in the script, freeing it now.
What am I doing wrong?
Main Loop:
begin
Smart_Members := MEMBERS;
Smart_Server := WORLD;
Smart_Signed := SIGNED;
SetupSRL;
LoginPlayer;
Wait(2000+random(2000));
Mouse(574, 16,1,1,true);
Repeat
Fighting;
AntiBann;
FindNonInventoryRandoms;
Until(False);
end.