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.

LifezHatred

Members
  • Joined

  • Last visited

Everything posted by LifezHatred

  1. Created this in like 30 minutes, It shouldn't ever get stuck and isn't too predicatable/detectable had this run for about 2 hours now and no problems, post proggies =D http://up.ht/19nVoHe Let me know if you run into any bugs/problems while running this, if so post what happened and/or screen shot of it NOTE: turn run away from combat random off! during using an agility bot. a monster that can attack you could appear in a area like at the top of the tree and trap you cuz of the script pausing and the bot wont click the only way out (an object) Pictures of longest runs: (none yet =[) updated, hopefully fixed a rare occuring bug
  2. soz but its very detectable n sucks in general it double clicks every object, and clicks the same coordinate everytime for every object passed
  3. what randoms? just curious because the only one i can think of that you'd need to drop something would be the grave digger random and i'm pretty sure that one has a deposit box there
  4. bs, i released trading "hooks" (which they aren't hooks) during the trial era (selected few programmers to test bot before released to public) it honestly wouldn't be too hard, if you give me details i could make you one
  5. wouldn't waste my time, just for that tho, ima make a bot for reporting botters
  6. i've ran across a problem i've tried many ways to get the player animation but they all giive errors tried getClient().getMyPlayer().getAnimation()getMyPlayer().getAnimation()getAnimation()
  7. LifezHatred replied to LifezHatred's topic in Archive
    its chill i got it working but the api is now the only bug =[
  8. LifezHatred posted a topic in Archive
    Can't find the error with this, log spams Error while executing Script! import org.osbot.script.Scriptimport org.osbot.script.ScriptManifest @ScriptManifest(name = "Iron Miner", author = "LifezHatred", version = 1.0D, info="Banks and mines iron")class IronMiner extends Script { def ironRockId = 2093 def emptyRockId = 452 def MineRock = null enum State { Mining, Looking, Idle, Droping, WalkingTo, WalkingFrom, Banking } def state = State.Looking int onLoop() { switch(state) { case State.Mining: return doMine() case State.Looking: return getRock() case State.Idle: return doIdle() case State.Droping: return dropOre() } return 600 } int doIdle() { return 600 } int dropOre() { return 600 } int doMine() { if(MineRock != null || mineRock.isInArea() || mineRock.exists()) { return 600 + gRandom(200,400) } else { state = State.Looking return 600 } } int getRock() { MineRock = closestObject(2093) if(distance(MineRock.getPosition() > 5)) { //will add idle state here if(gRandom(100) < 10) { return 1200 + gRandom(1000, (1000*120)) } return 600 + gRandom(1000,2000) } else { MineRock.interact("Mine") state = State.Mining return 600 } return 600 }}
  9. It'd be nice to have a Snippets Section where we could post usefull things for script developers
  10. 10/10 cuz i'm scared of admin
  11. Jagex can't do anything, theres nothing illegal about a bot i think wbot was just bullshitting
  12. hey do you guys need someone to help develop random events? i'm very experienced at java, idk if you know me on rune-server or not (user zach.)

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.