Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Savage's Lumby Swamp Miner

Featured Replies

What does this script do? It mines coal/Mithril in the south lumby swamp, it doesn't put priority on either, just goes to whichever is closer.
Currently has smoking rock detection
Pickaxe head recovery (Will pick up the head and logout)
If for some reason the pickaxe DOES get broken, it'll logout so you won't get banned.

requirements: wield a rune pickaxe
Here's the download: Click here
If you use this script, please report all bugs here, and show proggies. If this gets over saturated it will be taken down
ToDo list:
Add better walking method
Add exp counter
Add Gem counter.
Add Gui to pick to mine coal, coal/mith, or coal/mith/adamant <--- Doing this tomorrow, but adamant will be untested.

Here's a short proggy: ZAEUuCN.png

Edited by SavageNerdz

good job buddy keep it up. people could just calculate xp/h with the coal/h...but yeah adding it would help.

  • Author

good job buddy keep it up. people could just calculate xp/h with the coal/h...but yeah adding it would help.

 

True, but meh, i would like to have it cause i'm lazy ;p

If anyone is going to complain about it being slow, remember this is one of the few unsaturated mining spots left... Don't complain when it's free. >_>

long timeInMillis = System.currentTimeMillis() - timeStart;
			int hours,mins,secs;
			hours = (int) (timeInMillis/3600000);
			timeInMillis = timeInMillis - hours*3600000;
			mins = (int) (timeInMillis/60000);
			timeInMillis = timeInMillis - mins*60000;
			secs = (int) (timeInMillis/1000);
			String h,m,s;
			h = Integer.toString(hours);
			if(hours<10)
			{
				h = "0"+h;
			}
			m = Integer.toString(mins);
			if(mins<10)
			{
				m = "0"+m;
			}
			s = Integer.toString(secs);
			if(secs<10)
			{
				s = "0"+s;
			}
			

 g.drawString("Time: "+h+":"+m+":"+s, 1, 1);

This is code for adding time, you're welcome smile.png

Edited by 25sittin25m

long timeInMillis = System.currentTimeMillis() - timeStart;
			int hours,mins,secs;
			hours = (int) (timeInMillis/3600000);
			timeInMillis = timeInMillis - hours*3600000;
			mins = (int) (timeInMillis/60000);
			timeInMillis = timeInMillis - mins*60000;
			secs = (int) (timeInMillis/1000);
			String h,m,s;
			h = Integer.toString(hours);
			if(hours<10)
			{
				h = "0"+h;
			}
			m = Integer.toString(mins);
			if(mins<10)
			{
				m = "0"+m;
			}
			s = Integer.toString(secs);
			if(secs<10)
			{
				s = "0"+s;
			}
			

 g.drawString("Time: "+h+":"+m+":"+s, 1, 1);

This is code for adding time, you're welcome smile.png

 

 

Get rid of your conditionals and string concatenation...

g.drawString(String.format("Time: %02d:%02d:%02d", hours, mins, secs), 1, 1);

Gratz on script. Out of interest, is Lumby closest coal spawn to bank?

  • Author

.class file's don't work for OSBot?

 

Yes they do, drag the whole folder not just the .class files

 

.class file's don't work for OSBot?

 

Yes they do, drag the whole folder not just the .class files

 

I did that but when i refreshed it didn't work so i posted, afterwards I had closed the client and reloaded and noticed that the script was in there, thanks will test it out :)

  • 6 months later...

Outdated. If the author wishes to update, they can PM. I'm closing the thread and moving it to the outdated scripts section.

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.