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.

Viston

Trade With Caution
  • Joined

  • Last visited

Everything posted by Viston

  1. Viston replied to Charlotte's topic in Spam/Off Topic
    Arghh, not so bad today, pretty chilly
  2. Viston replied to Saiyan's topic in Spam/Off Topic
    I always kept this in mind. If I enjoy doing it -> I can get a job. Since if you master something > More job potential. Same goes for programming I think. If you learn programming yet don't enjoy it, you can't master it.
  3. Lmfao, the fuck is this
  4. Contabo as well, but might change soon.
  5. The account got banned like 6 months ago, I applied for a recovery + unban in May with a different ip. I managed to recover the account, but they didn't unban. They said fuck off
  6. Viston replied to Acke's topic in General Help
    If you have dynamic ip address, you are able to change it from your internet control panel.
  7. Viston replied to Acke's topic in General Help
    Proxy?
  8. But seems like it's useless, even if the Ips are different imo. I've tried it on 2 accounts, even though I have a dynamic ip address, still no luck.
  9. PoH: Fairy ring, Spirit Tree, Ornate Jewelery Box, Ornate reju pool. Quest cape - 252 quest points. 750m bank - Might remove them, but please give quote on both. Full Elite void Not planning on selling it right now. Considering maxing out.
  10. Just realised you edited your thread, I'll just leave this here, in case someone else needs help Also, I suggest having a look at conditional sleeps, makes your script 100x better and less trouble.
  11. So to edit your code, it should be something like this import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(name = "BananaPicker", author = "Abysm", info = "Picks bananas in karamja", version = 0.1, logo = "") public final class BananaPicker extends Script { private final Area BananaArea = new Area(2914, 3161, 2926, 3154); private final Area DepositArea = new Area(3045, 3235, 3050, 3237); @Override public final int onLoop() throws InterruptedException { if (canPickBananas()) { Pick(); } else { deposit(); } return random(150, 200); } private void Pick() { RS2Object fullTree = getObjects().closest(2073); if (!BananaArea.contains(myPosition())) { getWalking().webWalk(BananaArea); } else if (!getInventory().isFull()) { if (fullTree.interact("Pick") { //Conditionalsleep } } private boolean canPickBananas() { return !getInventory().isFull(); } private void deposit() throws InterruptedException { if (!DepositArea.contains(myPosition())) { getWalking().webWalk(DepositArea); } else if (!getDepositBox().isOpen()) { getDepositBox().open(); } else if (!getInventory().isEmptyExcept("Coins")) { getDepositBox().depositAllExcept("Coins"); } else { stop(true); } } }
  12. Bro, use IDs. The ID changes when it has bananas and when it doesn't. The ID for the tree with bananas is 2073. The ID for the tree without bananas is 2078. So int fullTree = 2073; int emptyTree = 2078; if (fullTree) { if (fullTree.interact("Pick")) { conditionalSleep -> emptyTree, 5000); } } You might want to play around with the conditional sleep to fit you.
  13. @Alek I've also faced this problem. Is it not possible to hide the text or something?
  14. Depends what you'll be using the mouse recorder for. You won't be able to use the mouse recorder to carry out tasks for you, which requires interacting with the game screen. e.g the main screen where your player is, due to the camera rotating every few seconds, putting your mouse recorder offset. However, for alching I think it's safer to use an autoclicker that has the ability to randomize its click every click. e.g 1 click wait 30ms, 1 click wait 23ms, 1 click wait 42ms, 1 click wait 62m etc.
  15. Looking good. But what's the idea behind this? Like does the user have the ability to control the temperature of the shower, before taking the shower?
  16. Goodluck bud, seems promising
  17. Why double threeeeeeeeead
  18. No delayed ban then
  19. If you don't want to get banned. Just stop scripting on it now, wait like a week. Delayed bans are usually issued pretty quick. Hence why I'm telling you to wait for a week.
  20. Getting your other account banned is random. Usually, if all accounts get banned together, it's called chain-ban. I've recently had 4 accounts banned together, while my main isn't banned yet.
  21. 2k17 Censoring swear words?

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.