Well, hello there again. Im just releasing an auto dropper i made for those lazy people out there like me who dont wanna drop items. Yea i kno its simple to make but so what. have fun with it.
Printable View
Well, hello there again. Im just releasing an auto dropper i made for those lazy people out there like me who dont wanna drop items. Yea i kno its simple to make but so what. have fun with it.
this is a nice basis dropping script, but it drops whole your inventory, so it also drops pickaxes, gems and other maybe usefull stuff.
Try to make one that dropps example ores (that you've got to set te colour for example).
one with forms.
BUt a nice script btw, upgrade it :)
Took out a few things you didnt really need. but not bad function, very basic and more features can always be added.
Code:program autodropper;
{.include srl/srl.scar}
procedure credits;
begin
cleardebug;
writeln('This auto dropper was created by');
writeln('Buckleyindahouse Productions Express');
writeln('Have Fun auto dropping');
end;
procedure dropitlikeitshot;
begin
gametab(4);
status('Now Dropping');
if (invfull) then
mousespeed:=7;{mousespeed=1 is quite too fast. if your flagged moving that fast and accurately wont look too good}
dropto(1,28);
end;
begin
setupSRL;
Credits;
activateclient;
dropitlikeitshot;
end.
ok dokie thank you for replies
How detectable is this? Im trying to get 85 mining on my main, im mining iron this could be helpfull :) Think i could use it on my main without getting banned?
Its SRL. Very Unlikely to be detected.
This drops everything in the inventory. It would be good if you could get it to check for gems, equipment, money etc.
but, it does require alot of time.
Good Job
Yeah, and you could always just not bump old threads :)
-.-
why couldnt you do this?
SCAR Code:program dropper;
{.include SRL\SRL.Scar}
begin
mousespeed := 4;
dropto(2,28,2)
dropto(2,28,2)
dropto(2,28,2)
end.
three drops incase it missed something and i nevered even looked into your yet XD
This is an old topic, this was made a long time ago. Let it die.