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.
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 helpfullThink 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
Scripts: AIOCurser !, Tea Stall Thiever !, Flax Picker !
Other: Objective Functions, Scarduku
Tutorials: How to create a plugin for Simba, [VB.NET] Using My.Settings, [Photoshop] Basic Abstract Art
Outdated: m!ne v1.00 [STATS]



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.
There are currently 1 users browsing this thread. (0 members and 1 guests)