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.

GPSFiremaker

Featured Replies

  • 2 weeks later...
  • Author
13 minutes ago, ShaunBr said:

not working for me

 

thats not very helpfull for me to fix, whats not working? mirror or normal? what does the log say? what log type?

  • Author

Re-written and download link updated :) let me know what you think if you try it :)

  • 4 weeks later...

Got me 16-50 fm in one go, thanks a lot!

Thanks alot. Will try it out right now!

 

EDIT:

Script seems to be nice!

1d17ab7138179c719651cde66917abce.png

Edited by luckyluuk23

Grats on release bro.

A few tips:

Set a font and color for the paint using
 

g.setFont(new Font("[NAME OF FONT]", Font.PLAIN, [FONT SIZE]);

g.setColor(Color.WHITE);

 

if you use Eclipse it will give you the import options.

An efficient way to get paint to hide is using a clickable rectangle. Here's a method below: (Place it in your onStart void)

		this.bot.addMouseListener(new BotMouseListener() {
			public void mouseClicked(java.awt.event.MouseEvent e) {
				Point point = e.getPoint(); 
				 Rectangle hideButton = new Rectangle(452,326,62,11);
			        if (hideButton.contains(point)) {
			        	showPaint = !showPaint;
			        }
				
			}

			@Override
			public void mousePressed(java.awt.event.MouseEvent e) {
				// TODO Auto-generated method stub
				
			}

			@Override
			public void mouseReleased(java.awt.event.MouseEvent e) {
				// TODO Auto-generated method stub
				
			}

			@Override
			public void mouseEntered(java.awt.event.MouseEvent e) {
				// TODO Auto-generated method stub
				
			}

			@Override
			public void mouseExited(java.awt.event.MouseEvent e) {
				// TODO Auto-generated method stub
				
			}

			@Override
			public boolean blockInput(Point arg0) {
				// TODO Auto-generated method stub
				return false;
			}
			
		});
		
	}

 

Make sure you change the rectangle to your coordinates and add something like

		if (!showPaint) {
			g.drawString("[Show Paint]", 457, 332);
			return;
		}

to your paint method.

Edited by TTScripts

  • Author
1 hour ago, iroll said:

how does this run?

start acc in vwest bank and select the log type on the gui :)

36 minutes ago, TTScripts said:

Grats on release bro.

A few tips:

Set a font and color for the paint using
 


g.setFont(new Font("[NAME OF FONT]", Font.PLAIN, [FONT SIZE]);

g.setColor(Color.WHITE);

 

if you use Eclipse it will give you the import options.

An efficient way to get paint to hide is using a clickable rectangle. Here's a method below: (Place it in your onStart void)


		this.bot.addMouseListener(new BotMouseListener() {
			public void mouseClicked(java.awt.event.MouseEvent e) {
				Point point = e.getPoint(); 
				 Rectangle hideButton = new Rectangle(452,326,62,11);
			        if (hideButton.contains(point)) {
			        	showPaint = !showPaint;
			        }
				
			}

			@Override
			public void mousePressed(java.awt.event.MouseEvent e) {
				// TODO Auto-generated method stub
				
			}

			@Override
			public void mouseReleased(java.awt.event.MouseEvent e) {
				// TODO Auto-generated method stub
				
			}

			@Override
			public void mouseEntered(java.awt.event.MouseEvent e) {
				// TODO Auto-generated method stub
				
			}

			@Override
			public void mouseExited(java.awt.event.MouseEvent e) {
				// TODO Auto-generated method stub
				
			}

			@Override
			public boolean blockInput(Point arg0) {
				// TODO Auto-generated method stub
				return false;
			}
			
		});
		
	}

 

Make sure you change the rectangle to your coordinates and add something like


		if (!showPaint) {
			g.drawString("[Show Paint]", 457, 332);
			return;
		}

to your paint method.

gz on release on a script out almost 3 months ago? XD
font is already set, colour is set on my version but it was just a oversite on the uploaded version, and if I wanted to hide paint I would of added it :) 

26 minutes ago, GPSwap said:

start acc in vwest bank and select the log type on the gui :)

gz on release on a script out almost 3 months ago? XD
font is already set, colour is set on my version but it was just a oversite on the uploaded version, and if I wanted to hide paint I would of added it :) 

I don't know why but you're coming off as very snide. I was only trying to be helpful because the post was commented on recently and I just saw the topic. I was only offering advice and a hide paint option is smart, You should really consider one for your scripts. Best of luck, friend.

thank you will try

and thank you for this script! life saver

  • 2 weeks later...

How much time per day can the script run without risking ban?

  • 1 month later...

Create an account or sign in to comment

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.