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.

cattycatcat

Members
  • Joined

  • Last visited

Everything posted by cattycatcat

  1. ty house just implented and now it works just as i wanted
  2. Hello guys i finished my shop buying script it works just fine, made simple paint which shows time and money spent but i;m struggling to create buys/hr in my paint.Currently i do it like this: once i bank i just do increase in 27 but due some lagg it can add upto 80+.So if sombody could post flawless solution that would be damn good
  3. Thanks will try
  4. Hello so i have problem with worldhopping (I'm not good at conditional sleep so please help me to solve it ) if(store.isOpen()) { Item test1 = getStore().getItem("Item"); if (test1 != null && getStore().getAmount("Item") > 0) { getStore().buy("Item", 5); } } Item test2 = getStore().getItem("Item2"); if (test2 != null && getStore().getAmount("Item2") > 0) { getStore().buy("Item2", 5); } if (getStore().isOpen()) { getStore().close(); new ConditionalSleep(5500, 6000) { public boolean condition() throws InterruptedException { return !getStore().isOpen(); } }.sleep(); getWorlds().hopToP2PWorld(); new ConditionalSleep(15000, 25000) { public boolean condition() throws InterruptedException { return myPlayer().exists(); } }.sleep(); } } } The problem is after world hop it starts to eat all my cpu.So if sombody could help me that would be great

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.