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.

_

Featured Replies

this would be pretty much the majority of your script: 

and then just make the bot hop around and grab player data

  • Author
On 12/23/2019 at 3:36 PM, ez11 said:

this would be pretty much the majority of your script: 

and then just make the bot hop around and grab player data

 

 

 

Edited by cydrex

Done this myself, but then I stopped playing and never added multiple locations and it only supports rev cavs. I had mine to where it had four different Discord channels. Skulled no matter what, +1 Items & skulled, mace/craws, and skulled with X loot. By far the +1 was the channel I used the most, and we maced ones worth macing.

  • Author
On 12/24/2019 at 2:21 AM, Duhstin said:

Done this myself, but then I stopped playing and never added multiple locations and it only supports rev cavs. I had mine to where it had four different Discord channels. Skulled no matter what, +1 Items & skulled, mace/craws, and skulled with X loot. By far the +1 was the channel I used the most, and we maced ones worth macing.

 

Edited by cydrex

Heres a very old one i had for a diff bot that isnt around anymore lol, maybe something useful in there idk

https://github.com/IY/RatFinder/blob/master/RatFind.java

also here is another that "Checks items and combats of runescrafts, sends data to the server" and uses a similar getOthersEquipment

https://raw.githubusercontent.com/fireflypie/rckiller/master/src/Main.java

and last off all an api by liverare

https://osbot.org/forum/topic/127712-detect-worn-items-of-other-players/?do=findComment&comment=1463059

Edited by Sweepy

9 hours ago, cydrex said:

i cant get web walking working in loop. how i call class where web walking is? id like to have example for that

getWalking().webWalk(YourAreaHere);

  • Author
On 12/24/2019 at 9:36 AM, Sweepy said:

Heres a very old one i had for a diff bot that isnt around anymore lol, maybe something useful in there idk

https://github.com/IY/RatFinder/blob/master/RatFind.java

also here is another that "Checks items and combats of runescrafts, sends data to the server" and uses a similar getOthersEquipment

https://raw.githubusercontent.com/fireflypie/rckiller/master/src/Main.java

and last off all an api by liverare

https://osbot.org/forum/topic/127712-detect-worn-items-of-other-players/?do=findComment&comment=146305,

 

Edited by cydrex

  • Author

 

 

	@Override
	public int onLoop() throws InterruptedException {
		Position myPos = myPosition();
		Position targetPos = new Position(2946, 3819, 0);

		if (myPos.equals(targetPos)) {


			if(this.hopper.isHopping()) {
				return this.hopper.execute();
			} else {
				this.hopper.hop(FrostHopper.HopMode.F2P);
			}
			return 1000;
		} else {
			getWalking().webWalk(targetPos);
		}
		onStart();
		return 0;
	}

re widget

Edited by cydrex
added code

  • Author

odoes frost hopper work? i cant get to work 

 

Edited by cydrex

  • cydrex changed the title to _

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.