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.

What scripts does osbot need ?

Featured Replies

Hello guys, I have created this thread to ask all of you, What script does osbot needs ?

 

Please feel free to request, Do not hesitate.

All comments and suggestion/requests are allowed!

 

Best regards, Mr Pro Pop.

 

Edited by Mr Pro Pop

aio gwd

something that stops me from logging out at sancrabs so i can reagro

inclient autoclicker

working tele tab scipt

Agility pyramid, devoted safe cracker, rimmington gilded script with phials support, waterfall quester

  • Author

If I bothered to learn npc filtering for npcs that aren't in combat, I'd start on a free AIO GWD doge.png

 

hint hint @@Token

 

 

Here is one, I hope it helps and sorry for my last post!

public void Available() {

		List<NPC> npc = npcs.getAll();
	
		for (NPC n : npc) {
			if (!n.isUnderAttack() && n.getHealthPercent() > 0) {
			npc.add(n);
			log(n.getName());
				
			}
		}

	}
List<NPC> noobs = npcs.getAll().stream().filter(n -> !n.isUnderAttack()).collect(Collectors.toList());

this is why i'm going to have your kids

 

 

Here is one, I hope it helps and sorry for my last post!

public void Available() {

		List<NPC> npc = npcs.getAll();
	
		for (NPC n : npc) {
			if (!n.isUnderAttack() && n.getHealthPercent() > 0) {
			npc.add(n);
			log(n.getName());
				
			}
		}

	}

thx for the help, fam

gonna go with token's method tho cause we're having babies soon

  • Author

this is why i'm going to have your kids

 

thx for the help, fam

gonna go with token's method tho cause we're having babies soon

 

@

As you like, Here is an improvement,

List<NPC> npc = npcs.getAll();
	
		for (NPC n : npc) {
			if (!n.isUnderAttack() && n.getHealthPercent() > 0) {
			npc.add(n);
			for (NPC e : npc) {
				e.interact("Action");
					
				}
			}
		}

	}

Edited by Mr Pro Pop

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.