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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. Yeah i noticed and gave up
  2. Chris replied to sohail's topic in Others
    supply the account and supplies
  3. I'll make you one for 2$
  4. go to link he provides> then copy the top share link>paste into browser>goes to download page add in some extra paint features! http://osbot.org/forum/topic/59590-the-full-paint-tutorial-all-aspects-covered-pug-tutorials/
  5. Chris replied to sohail's topic in Others
    give me an acount that can do this and i'll make one for you
  6. need price and add my skype osbotsinatra1 +10 mining + 35 smithing *
  7. u gotta slap it a lil and it will go to 500mb
  8. Chris replied to Chris's topic in Accounts
    This is being sold to Bellic for 5m tomorrow unless anyone can 1 up for a quick sale tonight. my skype is osbotsinatra1 add me to get started
  9. Chris replied to Chris's topic in Accounts
    got 5m through skype from bellic
  10. Chris replied to Framble's topic in Botting & Bans
    dat delayed ban
  11. Chris replied to K00wal's topic in Archive
    sure and ill release for free
  12. I want to to select the talisman and interact with the ruins but it only returns the option for tiaras aka "Enter" Entity ruins = s.objects.closest("Mysterious ruins"); if (ruins != null) { s.sleep(s.random(3000)+500); if (s.getInventory().contains("Air talisman")) { if (s.getInventory().getSelectedItemName().equals("Air talisman")) { ruins.interact("Use"); s.sleep(s.random(300) + 600); } else { s.inventory.getItem("Air talisman").interact("Use"); //if first statement is not true it will select it again (Hoping ) } } else { ruins.interact("Enter"); //if you are using a tiara it will just call 'enter' and go inside s.sleep(s.random(300) + 1000); } }
  13. Chris replied to risky's topic in Runescape 2007
    Can I buy like 2m?
  14. I test my scripts on flagged ips ;) GL
  15. ahh hot damn folks! Sinatra scripter noob did it again! thanks again!
  16. added
  17. Issue Code Source package me.sinatra.machine.Activities; import me.sinatra.machine.util.Activity; import org.osbot.rs07.api.filter.Filter; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; /** * Created by Sinatra on 8/5/2015. */ public class attackTarget implements Activity { @Override public boolean shouldDoActivity(Script s) { return ((!s.myPlayer().isAnimating()) && (s.myPlayer().isVisible()) && (!s.myPlayer().isUnderAttack())); } @Override public int doActivity(Script s) throws InterruptedException { final NPC cow = s.npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().equals("Cow") && !npc.isUnderAttack() && npc.getHealth() > 0 && s.map.canReach(npc); } }); if (!cow.isVisible() || (cow == null)) { s.camera.toEntity(cow); s.sleep(s.random(2000)); } else { cow.interact("Attack"); s.sleep(s.random(300)+3000); } return (s.random(500,2000)); } } Need help
  18. Chris replied to ownage999's topic in Spam/Off Topic
    how much
  19. 1.3$
  20. osbotsinatra1 can do the questing
  21. Chris replied to Hashtag Sk00n's topic in Runescape
    Cannon ogres

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.