
Originally Posted by
NiCbaZ
Hmm looks ok, maybe try and make your own DDTM's and AutoColor.

Originally Posted by
marzey
Look's alright to me your own DDTM's and AutoColor. Would probably increase ur chances... and make ur script even better.
NiCbaZ abd marzey think alike!!! O wait, nvm epic fail for marzey lol... Looks good maybe try to make some DDTM's and Autocolor 
How much of this script did u actually make? I see tons of whole procedures credited. For SRL members i think you need atleast 90-95% of the script to be completely yours.
Also,
SCAR Code:
procedure CreateSoftClay;
var
Waits: Integer;
begin
GameTab(4);
Status('Creating Soft clay');
Disguise('Creating Soft Clay');
wait(750+random(350));
mmouse(250,421,10,10);
wait(750+random(350));
mouse(250,421,10,10,false);
ChooseOption('All');
repeat
AntiRandoms;
Wait(1000);
waits:=waits+1;
if not(FindDTM(Clay, x, y, MIX1, MIY1, MIX2, MIY2)) then break;
until waits >= 13;
wait(1000+random(600));
end;
That is from PVH's script.
SCAR Code:
procedure CreateClay;// Credits to PvH for coords
var
Waitz : Integer;
begin
if not LoggedIn then Exit;
MMouse(250,421,10,10);
wait(750+random(350));
Mouse(250,421,10,10,false);
wait(500 + random(60));
ChooseOption('ll');
repeat
if not LoggedIn then Break;
AntiRandoms;
Wait(1000);
Waitz := Waitz + 1;
if not(FindDTM(Clay, x, y, MIX1, MIY1, MIX2, MIY2)) then Break;
until Waitz > 13;
end;
That is from yours, they are almost exactly alike and you only credited him for the coords.And also, you may need to ask for permission from him, I dont know if you did but you should.