Jump to content











→ ⇒ → ~~ MitchLumbPicker ~~ | AIO Loot Picker ← ⇐ ←


  • Please log in to reply
33 replies to this topic

#1
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11
Today I finished my Third script.
I made a simple yet effective Loot Picker
This one is designed to be used in the last chamber of the Lumbridge Cathacombes.

Features:
- A simple Anti Ban (Rotating Screen, Pauses, Random Moving Mouse)
- Fast, 5 hour ***ting got me 330k (See proggie).
- Collect every item you want (Changeable in the script)

To Do:
- Add a random drop time
- Add a better paint
- Add a menu to select items to pickup (Need help with the GUI)

Vouches:

BlackZFireZ said:

XD im chancing the simple antiban you added here, iv speeded up the detection etc just to test, ran it from about 12am to 7am (so around 7 hours) and i got around 100k on money only and quite a bit of runes. but im also guessin it depends on how many people are there and how ***herd they are about the drops.

I wouldnt do it to much since its quite fast, i would say about the same if not a bit faster then the speed i work at but a HELL lot less mistakes haha. the Right click still just clicks cancel not take (unless that was your intention :3)

Proggies:

Quote

5 hour Proggie by Myself:
http://screenshooter...8irj40vpkko.jpg

Pontusownaa said:

Works perfectly! Thanks!

My proggy for 5h
http://i51.tinypic.com/ddnayw.jpg

Thanks to:
- Mik***ter for the idea :D
- BearBQ (For helping me with the fail pickup)
- Cyrus or Macstheyjustsuck (For helping me with the fail pickup)

How to use:

1. Copy and Paste the code
2. Then save it as: MitchLumbPicker.java
3. Compile it using: Compile-Scripts.bat (Found in the folder My Documents/RS***)
4. Start the game
5. Walk to the last chamber of the Lumbridge Cathacombes
6. Run the script
7. Leave and the script will do the rest
8. Check the script after a while
9. Stop it
10. Walk to the GE
11. Sell it on the GE  :D
12. Done


Change Log:

15/02/2011 - 1.0 - Script Uploaded
15/02/2011 - 1.1 - Improved the script (Faster)

Version 1.1
Save as MitchLumbPicker.java


import org.rs***.script.*;
import org.rs***.script.wrappers.*;

@ScriptManifest(name = "MitchLumbPicker", 
				authors = "Hipio", 
				keywords = "", 
				version = 1.1, 
				description = "Picks up valuable items at the last chamber of Lumbridge Cathecombes")

public class MitchLumbPicker extends Script{
		private RSTile walkingTo;
		private int runenergy;
		private int[] pickupids = { 995, 556, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 557, 558, 559, 560, 561, 555, 314, 1734 };
		private int[] junkids = { 841, 1381, 1389, 438, 1654, 526, 1635, 1718, 1422 };

		public boolean onStart() {  
				log("Welcome to MitchLumbPicker");
				mouse.setSpeed(random(8, 9));
				return true;
		}

		@Override
		public int loop() {
				try{
						if (!walking.isRunEnabled() && walking.getEnergy() > runenergy) {
								walking.setRun(true);
								log("Activated Run..");
								runenergy = (random(30,50));
						}
				} catch (Exception ignored){}
				if (!getMyPlayer().isMoving()) {
						if(inventory.isFull()) {
								inventory.dropAllExcept(random(0,2) == 0,pickupids);
								sleep(2000,2200);
						} else {
								RSGroundItem item = groundItems.getNearest(pickupids);
								try {
										if(item.isOnScreen()) {
												walking.walkTileOnScreen(item.getLocation());
												item.doAction("Take");
									sleep(1000,2200);
									camera.setAngle(random(1, 360));
									sleep(1000,2200);
										} else {
												walking.walkTileMM(item.getLocation());
									sleep(1000,2200);
									mouse.setSpeed(random(9, 10));
									sleep(1000,2200);
										}
								} catch(NullPointerException ignored) {}
						}
				}
				sleep(1000,1200);
				return 0;
		}

		public void onFinish(){
				log("Thanks for using MitchLumbPicker");
		}
}



Quote



If you don't trust me or the code, then check it by yourself.
I assure you, there is nothing hidden in it


Replace rs*** with: r.s.b.o.t (WITHOUT the Dots)!

#2
LovableApple

LovableApple
  • Members
  • 14 posts
  • Joined 03-February 10
Testing on 4 dummy accounts now, will post proggys later :P

#3
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11

LovableApple said:

Testing on 4 dummy accounts now, will post proggys later :P

Ty bro and have fun with the script :D

#4
masterx258

masterx258
  • Members
  • 5 posts
  • Joined 16-February 11
seems good gonna run it over night to test it

#5
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11

masterx258 said:

seems good gonna run it over night to test it

Thanks, please comment and if you want to post a proggie :D

#6
jrjim

jrjim
  • Restricted
  • 243 posts
  • Joined 14-July 10
looks interesting does it actually kill the monsters? or pick up the stuff the other guys in the room are to lazy to pick up?

#7
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11

jrjim said:

looks interesting does it actually kill the monsters? or pick up the stuff the other guys in the room are to lazy to pick up?

It doesn't fight, it just picks up the items.

#8
BlackZFireZ

BlackZFireZ
  • Members
  • 14 posts
  • Joined 07-October 09
Ran it for a hour and kept a watch on it, after a while it seemed to get stuck a bit at the boss room since somone kept killing it, but after i moved back into the room it ran perfect the rest of an hour. I have a Proggie but iv never put one or done one before so i only screened what i had got after a hour want me to post it? i also forgot to mention that the right click feature seems to missclick then it ends up having to just click it and it seems a bit slow detecting the items or atleast getting them.

Posted Image

#9
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11

BlackZFireZ said:

Ran it for a hour and kept a watch on it, after a while it seemed to get stuck a bit at the boss room since somone kept killing it, but after i moved back into the room it ran perfect the rest of an hour. I have a Proggie but iv never put one or done one before so i only screened what i had got after a hour want me to post it? i also forgot to mention that the right click feature seems to missclick then it ends up having to just click it and it seems a bit slow detecting the items or atleast getting them.

*i will edit it if you want me to post it*

I would love to see the proggie :D
And I know it has to be a bit slow at item detecting (Anti ban feature)
About the misclicking, i will fix that as much as possible.

#10
BlackZFireZ

BlackZFireZ
  • Members
  • 14 posts
  • Joined 07-October 09
Ran it for a hour and kept a watch on it, after a while it seemed to get  stuck a bit at the boss room since somone kept killing it, but after i  moved back into the room it ran perfect the rest of an hour. I have a  Proggie but iv never put one or done one before so i only screened what i  had got after a hour want me to post it? i also forgot to mention that  the right click feature seems to missclick then it ends up having to  just click it and it seems a bit slow detecting the items or atleast  getting them.

Posted Image

*seems i deleted my post and i dont know how XD, anyway i had to edit it a little bit so it collected Fire and Water? runes also the magic and strenth amulets

#11
BlackZFireZ

BlackZFireZ
  • Members
  • 14 posts
  • Joined 07-October 09
hmm seems like i deleted my post :S dono how but meh, your doing a good job so far and it also seems that somone else is using the script with me at the moment XD.

If you could when you add a gui, etc maybe make it so you can increase the mouse/detection speed. Next you should make one that gets bones and burries them :3 since theres tons of bone drops in there :3

Posted Image

#12
BlackZFireZ

BlackZFireZ
  • Members
  • 14 posts
  • Joined 07-October 09
Well a few times now its somehow deleted my message when i try to put a IMG link on but meh, anyway i said good job so far and it also seems someone is using the script at the same time with me XD.

Also when u create a gui, etc try make it so we can change the detection/mouse speeds and it migt be a good idea to make a bone one in the same area that burries them since no one picks them up really


***EDIT***
Hmm ye, i added a few more items into the script, mainly Amulets of def and mag but once the inventory is full the character just stands there doing nothing

#13
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11
Thats why I didn't add it.
If the inv. is full it will drop the non stackable items (The Items with the Junk ID)
And it should drop Amulet of Def and if you add it to the pickup items, then the script will be confused.
I will add more functions later on, but first someone need to learn me how to make a GUI

#14
Pontusownaa

Pontusownaa
  • Members
  • 21 posts
  • Joined 22-December 09
Works perfectly! Thanks!

My proggy for 5h
Posted Image

#15
BlackZFireZ

BlackZFireZ
  • Members
  • 14 posts
  • Joined 07-October 09
XD im chancing the simple antiban you added here, iv speeded up the detection etc just to test, ran it from about 12am to 7am (so around 7 hours) and i got around 100k on money only and quite a bit of runes. but im also guessin it depends on how many people are there and how botherd they are about the drops.

I wouldnt do it to much since its quite fast, i would say about the same if not a bit faster then the speed i work at but a HELL lot less mistakes haha. the Right click still just clicks cancel not take (unless that was your intention :3)

#16
vyral

vyral
  • Members
  • 1 posts
  • Joined 19-February 11
Great script! been running it for a day now or so and gets me a lot of money.
One big tip for you though:
Add the item id's 313 and 554 to the pickuplist:
so replace: private int[] pickupids = { 995, 556, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 557, 558, 559, 560, 561, 555, 314, 1734 };
with: private int[] pickupids = { 995, 556, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 557, 558, 559, 560, 561, 555, 314, 1734, 313, 554 };

that will make it pick up fire runes and fishing bait as well.
Fishing bait get me more money/hour than feathers and thread together!

#17
BlackZFireZ

BlackZFireZ
  • Members
  • 14 posts
  • Joined 07-October 09
been running it lately but sometimes i have to watch over the bot, reason is it sometimes wanders back from the end room because of a trail of items that it picks up. so i was thinking if it hadnt picked anything up for a while it makes its way back to the end room, this just might help make you pick up more items if its been wandering away and taking a while to get back

#18
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11
Hello there fellows.
I see you like my script :p
I was on vacation for a few days, so I didn't update it
I will add a RSArea and the id's givven by vyral

BlackZFireZ said:

If you could when you add a gui, etc maybe make it so you can increase the mouse/detection speed. Next you should make one that gets bones and burries them :3 since theres tons of bone drops in there :3

http://i.imgur.com/DlCKS.jpg

Check out MitchBones :D

#19
BlackZFireZ

BlackZFireZ
  • Members
  • 14 posts
  • Joined 07-October 09
Just wondering but did you fix the Rightclick and take bit of the code? because the old one just rightclicked then clicked cancel all the time

#20
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11

BlackZFireZ said:

Just wondering but did you fix the Rightclick and take bit of the code? because the old one just rightclicked then clicked cancel all the time

Almost my friend.

For some fucking reason *** is censored.
b.o.t = censored!!!

FIX:

Replace rs*** with: r.s.b.o.t (WITHOUT the Dots)!