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.

Leaderboard

  1. Czar

    Global Moderator
    17
    Points
    23654
    Posts
  2. Fruity

    Scripter II
    7
    Points
    4966
    Posts
  3. Rage Blend

    Members
    6
    Points
    611
    Posts
  4. Jams

    Trade With Caution
    6
    Points
    2812
    Posts

Popular Content

Showing content with the highest reputation on 08/16/15 in Posts

  1. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  2. we didnt want to talk to you in chatbox, we arent gonna want to talk to you here. /thread
  3. Been down pretty much all day except for a couple of hours, I shouldn't of turned my bot off..
  4. MTD Host Quests + Skills + Items Demon Host Quests + Skills + Items For the quest bosses just safe spot them with magic
  5. Nah mate.. South here UK SOUTH US is not the only country you know )))
  6. americans tend to think that way
  7. I live in the UK which is in the midwest unless you're saying america is the world now in which case no i don't live in the midwest of america
  8. 2 points
    get 55 slayer
  9. You have around 5 open invoices for the script... You tried to purchase the script using account credit but because you went back a page the transaction is still pending even though $4.49 was used to complete the transaction and then you tried to buy it again and so on. I will forward this to @Maldesto so he can have a closer look!
  10. Fast mode is less reliable but incredibly higher xp/hr, only use that if you are babysitting the bot :P If not, then don't enable fast mode As for the astral rune, yes I will fix that ASAP
  11. There u go, nub.
  12. Apa was talking about divine utilities as the script that records paths. I'm going to update it soon Op for the failsafe I suggest making a fail safe timer. On the onloop you can throw in a simple method that just reset the timer to 0 whenever it animating and not fighting. Within that method you can add the if statement. If it passes the time frame end script. This doesn't not track your experience gain. But your players activity. Remember give the timer a decent amount of time. Cuz I know you have to walk to bank and back. Enjoy
  13. 2 points
    Once I'm 99 range I will be using your mage script aswell/
  14. This happenned to me i shouldn't turned off my bot omg ( Was botting all day but i stopped it and bot was down e.e
  15. Servers are currently down and will be back shortly. please wait. @Fruity
  16. Thought I'd also post this:
  17. We both seem to have the problem not being able to provide chatbox conversation. Thats why i don't even mention it, which you are now doing. So I will ask you a simple question to check your credibility. 1.Did I or did I not provide a screenshot of the stats. (you stated above yes) Because you can state as much as you want and so can I. That's why only provide what I can provide. ------------------------------------------------------------ So you had a first glance at the stats in the chatbox. You claim to ask "I ask for stats so I can give a price based on what combat stats you have" Yet you did ask if i had the teles and a house at relleka. This has to do more with the quests then with the stats. None the less it is absurd you would only check these and not the other stats. I attached the picture where he claims to be a pro quester. SO doesnt a pro quester know most things out of his head. Especially when you did the quest just YESTERDAY. If you ask anyone what he did yesterday he will be capable of telling what he did so why whouldn't you be able to remember atleast some of the stats. And once again a pro quester, so you have done this quest already quite a few times. SO there is some sort of routine. THis quest wasnt even 24hours ago. (attached picture) ---------------------------------------------------------------------------- Thirdly we already had an agreement before agreeing to the tos. I had let him lookup the stats, even told it him twice(second time he said i have already seen stats). So in good faith knowing he had everything checked and asked about quests done and etc. You can't make a deal knowing everything you had to know and then leave out information to me. The "verbal" agreement was there the contract was just a formality. I can't stress it enough that claims to be a pro quester.
  18. eyo friends, Made this logo today, what do you guys think? Greets, Wax A
  19. What would happen if they tried to meet each other? Who would kidnap who?
  20. 1 point
    Atm im pre much botting all the time im awake that i have access to my computer aha xd. Said i was going to use this acc for testing only but i cant stop @Fruity
  21. i don't want to be rash but i got banned for posting a poem in the chatbox
  22. 1 point
    You can get some 70-80 cmb and get +500k per account in p2p :v i think ur idea has no sense but if some1 makes a script for it gl
  23. 1 point
    Bought the script, its great. Got 90 strength botting it while it was free, now getting 90 range with premium. Can u give heads up when the ranging pots are working?
  24. Fixed, will be live within a few hours, apologies guys
  25. That's just bad luck, try using ROW
  26. 1 point
    Absolutely. Is Clan Wars a dangerous minigame? I haven't played it myself. Do you lose items if you die?
  27. -----Trial Request----- User ID:98546-loppuasukas/ Script(s): Zen Range Guild pro Duration(Max 6h): 6h
  28. I could tell by the area you made. It gave you my format ;)Auto path collection give you a random distance. Displays it on the paint. With that being said it randomize when it collects a path. Also removing a tile all you do is right click the tile on the main screen.
  29. Hey! dont worry about spamming the forums, that's what they're for The reason it's not switching to the bank state is because the script reads like an instruction manual - you start at the top and go down. So in the state machine which you have there, it will first check to see if your inventory is full (and if it is, it will return the walktobank state). if not, it will check the next one down the list and so on. The reason that it's not switching to the bank state is because it's always returning walkToBank as your inventory is still full. Put the check for the bank state ABOVE the walkToBank state. That will fix your problem - I hope you understand why this will fix it, if you do not, let me know and i will have another go at explaining it haha. Or just try and think it through logically ;) apa
  30. if (inventory.isFull()) { return State.WALK2BANK; } So if your inventory is full, you always return State.WALK2BANK. I think you want to move if (inventory.isFull() && bankArea.contains(myPlayer())) { return State.BANK; } this before the other if so that it is evaluated first.
  31. 1 point
    Am working on refreshing the crabs / hopping using cave as we speak! expect an update before you wake up. Apa
  32. how tf would i provide proof? A picture of the fucking screen showing i cant login?
  33. Bug report Template: - Mirror or regular client? Regular - Banking method? Host mode - mounted glory and house tabs - Teleport mode? (No butler) Host mode- mounted glory and house tabs - What is your setup? (Staff equipped, lerctern, tabs choosen?) - staff of air, mahogany eagle lectern, varrock teleports - Printscreen with the Osbot console enabled and script paint when getting stuck. - Just hovers over house tabs and clicks them repeatedly.
  34. 1 point
    I will always go for the PC, I just hate their fucking 1 button mouse. Such useless in ARMA III lol.
  35. -----Trial Request----- User ID:10290 Script(s):Zen Magic Duration(Max 6h):6 -----------------------
  36. Copyright infragment, you used one of my 3 dragons.
  37. 1 point
    I am planning on making one once I finish my web

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.