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. Maldesto

    Administrator
    18
    Points
    19230
    Posts
  2. Czar

    Global Moderator
    15
    Points
    23417
    Posts
  3. Extreme Scripts

    Trade With Caution
    9
    Points
    10702
    Posts
  4. Khaleesi

    Developer
    7
    Points
    27742
    Posts

Popular Content

Showing content with the highest reputation on 02/04/16 in Posts

  1. 14 points
    It's a boy!!! We went last night and found out! We haven't seen the baby since this picture below, the ones we got last night were clear and everything we could see his arms, legs, ears, and male part. As many of you know, and many of you don't. My wife and I have been trying to have a baby for almost 2 years now. She has PCOS, and it wasn't easy. We had just given up and wanted to stop stressing out. It was making us fight more than ever, and just get depressed. We were on our last round of medicine, which you are supposed to try and conceive 5 times in a 10 day span or so. We only did it one time(which was because we wanted too.) A month later, we found out! We go February 3rd to find out the sex!
  2. ๐Ÿ‘‘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
  3. Runescape updated, client hasn't, please calm your tits and wait till the developers update the client. And for god sakes don't come to the chatbox and ask "OMG HALP MY BOT NO WORK AFTER UPDATE, PLS FIX" You will just piss people off and noone will help you. -Much love, Vilius and the osbot community p.s really calm yo tits.
  4. Checks if your health is above x%: private boolean healthAbovePercent(double p) { boolean flag = false; double dynamicLvl = getSkills().getDynamic(Skill.HITPOINTS); double staticLvl = getSkills().getStatic(Skill.HITPOINTS); if (dynamicLvl >= staticLvl * p) { flag = true; } return flag; } Note: don't flame I like to post basic snippets to help beginning scripters. Being able to search for simple snippets makes it easier to learn at the beginning.
  5. Script started to bug: Start's > Only developer console > not the screen where u can choose from list.. map .. And just walks to random places and for the rest nothing!!
  6. also good as scales going down in price resulting in cheaper xp :goodjob:
  7. Mirror mode tile flags are still bugged unfortunately, so this script works best with stealth injection until mirror mode client gets an update (FWIW: canReach is bugged, including all tile flags occasionally, completely messes up any walking code)
  8. 2 points
    Whenever these pictures gets posted on social media, when somebody is having a baby, I'm like "Am I the only one who can't see shit and wtf is it supposed to be"
  9. 2 points
    Maldesto.Jr Confirmed
  10. Synchronized blocks are a bit old-fashioned and verbose IMO, I would recommend using the java.util.concurrent package where possible. The Reentrant Lock object basically encapsulates the behavior you are describing in a simple object you can pass around more easily. import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public class LockExample { public static void main(String[] args) { new Script().onStart(); } private static class Script { private Gui gui; public void onStart() { Lock lock = new ReentrantLock(); gui = new Gui(lock); new Thread(gui).start(); System.out.println("Script pre-lock"); lock.lock(); System.out.println("Script post-lock"); } } private static class Gui implements Runnable { private final Lock lock; public Gui(Lock lock) { this.lock = lock; } @Override public void run() { lock.lock(); /* * Simulate user behavior. */ for (int i = 1; i < 4; i++) { try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } System.out.println("Gui has had the lock for " + i + " seconds"); } onFinalAction(); } public void onFinalAction() { lock.unlock(); } } } Script pre-lock Gui has had the lock for 1 seconds Gui has had the lock for 2 seconds Gui has had the lock for 3 seconds Script post-lock
  11. Typically caused by inefficient code. Without a snippet tho, we can't help much.
  12. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Multiple modes: Varrock - Walk to sawmill and bank Varrock - Walk sawmill / Varrock teleport (tablet) Varrock - Walk sawmill / Varrock telkeport (spell) Woodcutting guild - Banks for logs Woodcutting guild - Chop logs Castle wars - Balloon method / Ring of dueling Castle wars - Ring of elements / Ring of dueling POH butler mode Castle Wars - House teleport (Tab OR Spell) / Ring of dueling POH butler mode Camelot PVP - House teleport (Tab OR Spell) / Camelot teleport (Tab or Spell) - Potion support - Normal butler / Demon butler - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 463:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot manager you do not need to specify '-script 844'): -script 844:TaskList1.4515breaks (With breaks) -script 844:TaskList1.4515breaks.discord1 (With breaks & discord) -script 844:TaskList1..discord1 (NO breaks & discord)
  13. 1 point
    Molly's Planker This script makes planks at Varrock East for gold. Buy HERE Requirements: None for regular method, for balloon method you need rings of dueling, willow logs(1 per run), be under 40KG weight with full inventory of coins + logs(wear graceful items for example) and you must have completed the quest Enlightened Journey. Features: - Hopping out of bot worlds - Stamina potion usage - Regular energy pot usage, this can be used in conjunction with stamina pots to reduce the amount of stamina pots used - Makes normal, oak, and teak planks -Enlightened journey balloon support Setup: Start at Varrock East, have coins and logs in bank and let it do work! CLI Setup: Proggies: Normal planks, no stam pots used:
  14. Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N
  15. 'the intelligent choice' by Czar Buy (only $4.99) Want to buy the bot, but only have rs gp? Buy an OSBot voucher here old pictures
  16. legend says he still has his virginity today...
  17. @czar when you run out of a inventory full of pots, bot wont return to bank to get more. Just continues to fight. Other than that this script is amazing. I have achieved 99 range 100% at experiments using this script
  18. Ok thankyou very much and i also just noticed that the gp tracker and hourly profit tracker isnt working. Can you please look into this? As i said thankyou very much Very nice script
  19. 1 point
    Theres the next admin
  20. 1 point
    Congratulations!
  21. 1 point
    Happy for you man
  22. 1 point
    Gratz on the little one. Be sure to teach him the ways of RS.
  23. 1 point
    Oh right okay that makes sense. Congratulations none the less!
  24. 1 point
    Gratz fren Maldesto Jr 4 cba
  25. 1 point
    Congratulations! I'm happy for you
  26. 1 point
    congratulations. how come the foetus is so small? how far is your wife?
  27. 1 point
    gratz big daddy
  28. 1 point
    That's actually really kind of you
  29. Negative: Negative feedback is meant for trades to where you have not received the item you have paid for or someone has taken away money given to you for a service No trade took place, abusing the feedback system again will result in an infraction next time. Report the user via the report button on the threads he has posted on if you want it removed and him to be punished, don't use the feedback system for that. Feedback removed.
  30. 1 point
    Don't be a greyname, vote !
  31. This is caused by too much "Memory Pressure" to the JVM heap. Read up on it if your interested, but basically every time you fill the available heap (which happens often), a "Garbage Collection" (aka GC) routine is ran to clear up some memory. This is most likely the lag, as it takes over the thread execution while it clears space in the memory. The larger the heap, the longer to clean it up as well (500mb or less is best size for heap, defaults to 500mb).
  32. goodluck selling, those autowins are pretty high tho
  33. i missed u flex
  34. The 2 for 1 deal will return once my next batch of scripts are released (at least 6 scripts), and the deal will not be 2 for 1, it will be 3 for 1, to celebrate a total of 20 scripts (soon to be) :D glad to hear these positive reviews, good luck all ;)
  35. My character will fish perfectly, run to the bank stall, and then just sit there... It won't bank and just stands there until it logs out due to inactivity. Is anyone else having this problem? Is there a way to fix it? Other than that, this is a great script~!
  36. Hello! As the year 2015 is coming to an end, I figured it would be a great time to rework & update my entire script series. (Previously known as OG Scripts) I present to you..... Here are all of the fresh new logos for my premium scripts currently known as OG's Green Dragon killer, OG's Blue Dragon Killer, OG's TzHaar Fighter, and OG's Combat Bundle. Over the past few weeks I have been adding features like safespotting/potion support/special attacks to all of these scripts, as well as fixing up existing bugs. I still have a few big updates planned, but I am very eager to get the power of a webwalker behind some of my scripts. (Thanks to the OSbot Dev Team) Couldn't forget about my free scripts either! OG's Simple Fighter, and OG's Knife Smither will also be receiving full graphical rework/improvement as well. I am really excited to see what 2016 brings, happy botting everybody!

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.