Code:
{ Just a auto dropper that drops the first 2 rows in your inventory }
{ Just Hit Play. and it works, Just a simple script fr learning }
{No point in the script will be updating to a full auto dropper and antiban}
{Script to help with my powerchopper im going to do soon :) }
program AutoDropper;
{.include SRL\SRL.SCAR}
begin;
Wait(200+random(5));
Mouse(582,229,4,10,false);
wait(100-random(50));
Mouse(599,261,2,1,true)
begin;
Wait(200+random(5));
Mouse(630,229,1,6,false);
wait(100-random(50));
Mouse(636,261,2,1,true)
begin;
Wait(200+random(5));
Mouse(680,229,3,6,false);
wait(100-random(50));
Mouse(701,261,1,2,true)
begin;
Wait(200+random(5));
Mouse(711,229,1,6,false);
wait(100-random(50));
Mouse(737,261,3,1,true)
begin;
Wait(200+random(5));
Mouse(577,266,2,6,false);
wait(100-random(50));
Mouse(577,300,2,1,true)
begin;
Wait(200+random(5));
Mouse(617,266,7,6,false);
wait(100-random(50));
Mouse(621,300,2,2,true)
begin;
Wait(200+random(5));
Mouse(667,266,9,6,false);
wait(100-random(50));
Mouse(673,300,1,2,true)
begin;
Wait(200+random(5));
Mouse(715,266,9,6,false);
wait(100-random(50));
Mouse(709,312,2,2,true)
end;
end;
end;
end;
end;
end;
end;
end.