I'm in beed of an AutoDropper. It doesn't have to have SRL, I need it because I'm going to legitly mine and then AutoDrop. But please test it beforehand.
I'm in beed of an AutoDropper. It doesn't have to have SRL, I need it because I'm going to legitly mine and then AutoDrop. But please test it beforehand.
That's pretty easy:
SCAR Code:program Dropper;
{.include SRL/SRL.scar}
begin
SetupSRL;
DropAll;
end.
Interested in C# and Electrical Engineering? This might interest you.
SCAR Code:repeat
repeat
wait(30);
until ((isfkeydown(12)) or (isfkeydown(11)));
if isfkeydown(12) then
DropTo(2, 28);
if isfkeydown(11) then
dropall;
until false;
SCAR Code:repeat
wait(500+random(200);
if invfull then
DropTo(2, 28);
until false;
Boreas, I'm afraid that'll only confuse him. I'm not insulting you, just saying if you aren't looking and press the wrong key -.-..
I would just go with the
SCAR Code:program drop;
{.include SRL/SRL.scar}
begin
SetupSRL;
DropTo(2,28);
end.
^^If you want to drop everything but a pick in your inventory^^
SCAR Code:program drop;
{.include SRL/SRL.scar}
begin
SetupSRL;
DropAll;
end.
^^If you want to drop everything in your inventory^^
What if you want to do more than one load?
Baybees or smatzkid is there a way for me to customize the mouse speed? And could you give me a version without SRL because I'm having trouble downloading it. Thanks a bunch and sorry if I'm asking for much.
Yes.
No.
MouseSpeed := ?? would adjust the mouse speed.
SRL has to be there. Especially if you want any antirandoms while you're dropping your items. (Incase you're AFK/not paying attention.)
@ Baybees-
How would pressing a key down confusing him?
Eh, It still goes extremely slow. Are there any other MouseSpeed adjustments that would make it faster?
Bump.
Edit: I'm under the impression that SRL is making it slow. So can you "un-SRLize" because it takes time to compile and I'm going to be watching it Auto so no need to worry about randoms.
It takes about three seconds to compile.
I could take time and fetch all the procedures, but I'm not going to. Why? Because you're being lazy. Freddy made a really nice addition to SCAR when he made Divi. He made a nice little button to download SRL for you.
Just do it yourself. It's really not that hard.
There are currently 1 users browsing this thread. (0 members and 1 guests)