Skip 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.

Th3

Veteran
  • Joined

  • Last visited

Everything posted by Th3

  1. I'm looking for someone to service several new accounts to get Level 18 Slayer Level 19 Crafting Level 30 Ranged Level 35 Woodcutting or only Level 18 Slayer Level 30 Ranged Please quote me per account for both of those and supplies needed.
  2. Choose. I'll start. @Acerd
  3. I use same gpu and cpu as Imateamcape
  4. Th3 posted a topic in Accounts
    .
  5. Do your friends know you are gay?
  6. Have you tried restarting your sister's laptop?
  7. hpbarloopcycle is used to detect if hp bar is visible or not by comparing it to game cycle.
  8. sup

    Th3 replied to talonsgp's topic in Introductions
    Welcome to youtube, enjoy your stay
  9. try something like this AffineTransform transformer = canvas.getTransformer(); Point p = e.getPoint(); int mouseX = p.x; int mouseY = p.y; double zoom = e.getUnitsToScroll() < 0 ? 1.05 : 1 / 1.05; deltaX = (int) ((transformer.getTranslateX() * zoom) - ((mouseX * zoom) - mouseX)); deltaY = (int) ((transformer.getTranslateY() * zoom) - ((mouseY * zoom) - mouseY)); transformer.setToScale(transformer.getScaleX() * zoom, transformer.getScaleY() * zoom); transformer.translate(deltaX, deltaY); canvas.repaint();
  10. threw this together quick. the @ Override is one line, osbot forums think's it's a member so it separated it public void moveInvItem(int from, int to) { if (from < 0) return; Rectangle toRec = InventorySlotDestination.getSlot(to); getMouse().continualClick(new RectangleDestination(getBot(),InventorySlotDestination.getSlot(from)), new Condition() { @[member=Override] public boolean evaluate() { if (toRec.contains(getMouse().getPosition())) return true; getMouse().move(new RectangleDestination(getBot(),toRec)); return false; } }); } example usage moveInvItem(getInventory().getSlot(ITEMID),SLOTID);
  11. here is a slightly more optimized version of how it should work. We don't need to do extra calculations when they are not needed. private State getState() { boolean fullINV = inventory.isFull(); Player me = myPlayer(); if (me.getAnimation() != -1) return State.WAIT; if (fullINV && !powerChop) return State.BANK; if(fullINV && powerChop) return State.POWERCHOP; if(!Camelot_Trees.contains(me) || !EdgeVille_Trees.contains(me)) return State.WALK; return State.CHOP; }
  12. You probably paid with paypal check.
  13. Th3 replied to Th3's topic in Spam/Off Topic
    Which one of you edited the thread? show yourself
  14. This is a simple and elegant script made by @Token and myself. It removes messages posted by @Acerd from the chatbox. To activate simply open browser console (f12) when you enter chat box and copy/paste the following in there. setInterval(function(){ jQuery(".chat-message span:contains('Acerd')").each(function( key, value ) { jQuery(value).parent().parent().hide();});}, 1000);
  15. I'm not talking about configs, there are hooks in the game pack that provides grand exchange data. How else do you think osbuddy gets the status of ge offers.
  16. Yes the 2nd part is possible.
  17. Gym, meditate and get a gf. They all help with endorphins.
  18. Bby please use PDO queries.
  19. Th3 replied to Th3's topic in Spam/Off Topic
    Nah man. whoever got it, it's fair game.
  20. Th3 posted a topic in Spam/Off Topic
    I posted old rs mule rsn and pass in chat by accident in chat. Gave someone like 30-40m gift. AHK is great. LOL

Account

Navigation

Search

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.