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.

csrules20

Members
  • Joined

  • Last visited

Everything posted by csrules20

  1. anyone know a good guide for making a paint?
  2. so when my profile is out of food i want to eat.. else i want to logout how do i change this code to make this happen? if (player.getHealth()<25) { if(inventoy.has(361)) player.(interact("Eat")) else {player.logout();} }
  3. Nevermind i got that code to work.. my next thing i wanted to do was to make a paint that told the xp / hour in the skill im training plus hitpoints etc... sadly i have no idea how to even attempt this so any points in the right direction would be greatly appreciated!!
  4. can you explain that for loop? is it looping through an array? Because i tried implementing that code but now the bots does nothing
  5. Hi my name is Andrew and I am very new to writing my own scripts. I tried to code my own goblin killer but it is very slow and is just not as effective as id like it to be. I don't have any specific questions right now but here is my code, any suggestions? And also how do i post my code neatly like above? @Override public int onLoop() throws InterruptedException { Player myself = myPlayer(); NPC victim = npcs.closest("Goblin"); if(!myself.isUnderAttack()){ if(victim != null){ if(victim.isAttackable()){ victim.interact("Attack"); sleep(random(2000, 3000)); } } } // TODO Auto-generated method stub return 50; }

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.