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.

Cinnamon

Trade With Caution
  • Joined

  • Last visited

Everything posted by Cinnamon

  1. Cheaper than super energy potions, and regular energy potions restore 40 percent run while strange fruit restore 30 I believe. Still cheaper than regular energy pots.
  2. Congrats on the release bro.
  3. Cinnamon replied to winnerowns's topic in Farewells
    Later dude.
  4. Cinnamon replied to Cinnamon's topic in Spam/Off Topic
    Boss is too generic and is probably already taken. Tell me.
  5. Cinnamon replied to Cinnamon's topic in Spam/Off Topic
    THERES NO MEANING BEHIND IT
  6. Cinnamon replied to Cinnamon's topic in Spam/Off Topic
    No - Taken anyways haha yeah! no :lol:
  7. Cinnamon posted a topic in Spam/Off Topic
    I need a 4-6 letter word for my license plate SUGGEST ME SOME
  8. 3.89 weighted holla Did like 30 sports too Maybe my essay sucked owell
  9. you don't "fail" lol University of Virginia, its like ranked #20 in the nation
  10. I got a 2010 and still didn't get into the school I wanted too. Took it 3 times though.
  11. Not gunna lie the soundtrack "Autumn" was my jam and I put that shit on repeat 24/7
  12. Good luck buddy!
  13. Thanks my babies. :lol:
  14. Cinnamon replied to Jordan's topic in Archive
    Jordan, you were still an amazing asset to the community, both pink and green. Thanks for devoting your time into OSBot, and good luck to your future endeavors.
  15. === All it does once you enter the dream (manually), turn or your prayer (manually) it will drink Prayer Potions for you once your prayer drops below 10%. It will continue doing this until you exit the dream/run out of Prayer Potions. Download it here As I continue to work on it, it'll get better I promise Releases: Release v.1 - Prayer Potion Support
  16. import org.osbot.rs07.api.model.Item; import org.osbot.rs07.script.RandomBehaviourHook; import org.osbot.rs07.script.RandomEvent; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.ui.Skill; @ScriptManifest( author = "Cinnamon", info = "Drinks Praypots for you so you can AFK", logo = "", name = "CinnaNMZ", version = 0) public class CinnaNMZ extends Script { @Override public void onStart() { bot.getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.RUN_AWAY_FROM_COMBAT) { @Override public boolean shouldActivate() { return false; } }); } @Override public int onLoop() throws InterruptedException{ int prayer = skills.getDynamic(Skill.PRAYER); log("Prayer: " + prayer); if(((skills.getDynamic(Skill.PRAYER)*100)/skills.getStatic(Skill.PRAYER)) < 10 ) { for (Item i : inventory.getItems()){ if(i != null && i.getDefinition() != null && i.getDefinition().getActions().length > 0 && i.getDefinition().getActions()[0] != null && i.getDefinition().getActions()[0].contains("Drink")){ i.interact("Drink");; sleep(random(1200,1400));; } } } return random(300,400); } @Override public void onExit() { } }
  17. As a "Chatbox Assistant" your there to enforce rules and assist other in need while in the chatbox. Theres always value in being helpful. I believe you meant to say "I lost interest in the role, but I wouldn't mind receiving it."
  18. Pretty sad how people still need to l2read.

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.