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.

BurritoBug

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by BurritoBug

  1. Goodluck! Omg swag * 9001
  2. I like my drop method, its super quick and accurate, only uses an item on the rare occasion.
  3. Thanks a bunch guys
  4. My drop method occasionally uses an item instead of dropping it, how can i detect if it uses something so i can make it randomly click on the screen to fix it?
  5. Sponsor shows that you're ready to be dedicated to the site for 6 months. VIP doesn't.
  6. import org.osbot.script.Script; import org.osbot.script.ScriptManifest; @ScriptManifest(author = "OSBot community", info = "POWERCHOPPERPRO", name = "POWERCHOPPERPRO", version = Math.PI * 0 * 15 + 16 - 3 * (16.0 / 3) + 0.1) public class POWERCHOPPERPROFUCKJAVACONVENTIONS extends Script { private final int TREE_IDS[] = {1,2,3}; //yinzaddedtreearray private enum State { CHOP, DROP, SLEEP // who needs antiban lol amirite }; public void onStart() { log("Fagget"); //you dont Syso, you log it -.- } public State getState(){ //changed to see if facing a tree return client.getInventory().isFull() ? State.DROP : (myPlayer().isAnimating() && facingTreeID()==true ? State.SLEEP : State.CHOP); //not sure if getFacing works } //yinzadded check to see if facing tree id /** * A method which checks to see if a user is facing the correct tree * @return true - if facing a tree * false - not facing the tree */ public boolean facingTreeID(){ for (int i = 0; i < TREE_IDS.length; i++){ if (TREE_IDS[i] == client.getMyPlayer().getFacingId()){ return true; faceingTreeID.interact("Chop") } } return false; } public int onLoop() { stop(); //;) sorreh :p return 69; } public void onExit() { } private Image getImage(String url) { try { return ImageIO.read(new URL(url)); } catch (IOException e) { return null; private final Image img1 = getImage("http://i58.tinypic.com/15qu640.jpg"); //have a nice unhideable paint public void onPaint(Graphics g) { Graphics2D gr = (Graphics2D) g; gr.drawImage(img1, 0, 0, null); // IMAGE } }
  7. its for my hunting script, i want it to grab the traps, then do the random
  8. BurritoBug posted a topic in Scripting Help
    Can I make the priority of a certain part of my script higher than the priority of a random event? if so, How?
  9. Holy shit man!
  10. Plain and simple, love it
  11. antiban is nothing, bot busting is what worrys you.
  12. #Nerd
  13. BurritoBug replied to Mohammed's topic in Archive
    edit ~ oops dw
  14. I just hopped through every world... WHERE R U?
  15. Whats your favorite dragon weapon?
  16. Yesterday i was running supplies to gwd for me. World hop the account and its outta member...
  17. BurritoBug replied to Jordy's topic in Runescape
    Best of luck, love smithing cape (t)

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.