SCAR Code:program New;
{.include SRL\SRL.Scar}
const
dc=1714792;
dn='esser';
procedure Death;
begin
if (FindColor(x,y,dc,5,5,5,5))
then
begin
MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
Wait(100+random(10));
ClickMouse(x,y,false);
PopUp('Attack')
GameTab(5)
GameTab(7)
begin
SetUpSRL;
repeat
wait(10)
Death;
until(false)
end.
Failed when compiling
[Error] (17684:4): Identifier expected
im making this script to shut people up in script requests lol
help plz




Reply With Quote





Links in sig, always check that and see if that helps you before posting. And to learn about using MMouse and Mouse to be much less detectable to runescape, things the beginner tuts don't teach you can help you with that, links in sig for both tuts
is there anything else i can do to make this more safe? gotta add randoms and antiban :-P but is this a good first script?
