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.

Gabriel Ramuglia

Members
  • Joined

  • Last visited

  1. What is PA? hw mouse is for stealth injection. no need to use it for mirror.
  2. You could use sandboxie instead of a VM. Definitely use one or the other due to random.dat
  3. If the goal is to sell the accounts as F2P trade-restrictions-removed accounts, why bother putting membership onto the accounts? Just bot some stuff in f2p that doesn't earn much money, but builds up some stats. Then you don't have to earn back the bond cost. It's hard to avoid bans on brand new accounts while doing efficient money makers.
  4. That's stupid. A stick of ram uses like 3w. A fully loaded server like the above will be like 200w under heavy load, closer to 100w idle. Yeah this is much better than the first one you looked at. Dual E5-2680v4 would be even better and should cost about the same. 450w is fine.
  5. Most useful post ever. Exactly what I was looking for.
  6. You still need help with this? I have a solution.
  7. Don't you literally just talk to one NPC with the correct items in inventory and then the quest is done?
  8. The github link doesn't work?
  9. Another way to do it is with scroll wheel up or down, provided the mouse is onscreen: if (zScale > 500) { ctx.log("Z scale > 500. Zooming out. 181 is max zoom out. 1448 is max zoom in). "); if (ctx.getMouse().isOnScreen()) { ctx.getMouse().scrollDown(); sleep(rand(50,150)); ctx.getMouse().scrollDown(); sleep(rand(50,150)); ctx.log("Former Z scale = " + zScale + ". New Z scale = " + thisCamera.getScaleZ()); } } else if (zScale < 300) { ctx.log("Z scale < 300. Zooming in. 181 is max zoom out. 1448 is max zoom in). "); if (ctx.getMouse().isOnScreen()) { ctx.getMouse().scrollUp(); sleep(rand(50,150)); ctx.getMouse().scrollUp(); sleep(rand(50,150)); ctx.log("Former Z scale = " + zScale + ". New Z scale = " + thisCamera.getScaleZ()); } } else { ctx.log("Z scale = " + zScale); }
  10. "Misthalin Mystery", 1535
  11. Can you provide an example of this? Edit: it was easier to just refactor the code to not extend methodprovider, and have all of the functions expect you to pass in the methodprovider context as an argument.
  12. You can prob get banned if all you do straight off tut island is kill chickens. Don't need to use a bot client to get banned for it. Switch to cows after gaining a few levels, and mix in some other tasks. Also, do a quest or two as the first thing you do on your account is best. No-quest accounts get banned a lot quicker. Lots of low level F2P content (filling water jugs, mining clay, killing chickens) is for all intents and purposes "forbidden" due to heavy botting.
  13. Can woodcut farmed trees. They regrow and nobody else can chop yours down. Nevermind, forgot about random chop downs. Wouldn't work very well.
  14. record an hour long macro. not much reptition in that case.

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.