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

    Scripter III
    10
    Points
    11174
    Posts
  2. Czar

    Global Moderator
    8
    Points
    23415
    Posts
  3. Maxi

    Developer
    7
    Points
    1430
    Posts
  4. cmb1994

    Trade With Caution
    6
    Points
    160
    Posts

Popular Content

Showing content with the highest reputation on 09/02/15 in Posts

  1. Dear community, For over a week we have been seeing DDoS attacks. We have taken measures to mitigate them, although there are many ways of exploiting the website to DDoS it. When a new type of attack is used that does bypass our DDoS protection measures, we try to mitigate them as fast as possible. The attacks are most likely paid for, so we hope that our active way of handling with it will eventually wear out the attacker's money or will simply get tired of trying. Nobody has claimed any of these DDoS attacks, thus we are unsure of the attackers motivation. We will however take the high road and ignore this childish, jealous or simply destructive behaviour. In the meantime, our main priority is to keep the bot server up and so far it has not gone down. But that doesn't mean we won't do anything we can to keep the forums online. I sincerely apologise for the inconvenience and hope that together with you we can prove these attackers wrong. Meanwhile, I want to thank @Maldesto for his continuous notifications when the site is down due to an attack! Thank you for your attention and enjoy your stay here as much as possible. Regards, The OSBot staff
  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. y = 0 for the x-intercept(s) x = 0 for the y-intercept(s) Skype: osbotsinatra1
  4. Just to let everyone know: 99 herblore achieved with this script. Thank you, Czar!
  5. Steel fuel melts jet beams.
  6. public class YakFilter implements Filter<NPC> { public boolean match(NPC npc) { return npc != null && npc.getName().equals("Yak") && npc.getHealth() > 0 } } ^ Use a custom filter to find the yaks that aren't dying Can be used like so: NPC yak = getNpcs().closest(new YakFilter());
  7. Want to buy with OSGP? Contact me on Discord! Features: - Recently added: Strength pumping - Supports every Bar available - Potion support (Optional) - Restocking coffer (Optional) - Coal bag support - Use a bucket too cool bars (If no ice gloves available) - Ice/gold gaunlets swap when making gold bars for the extra Experience - A clean and easy interface to start and track the script. - Custom webwalking using A* pathfinding algorithm - Randomized pathing system, humanlike paths, no repetitive clicking. - Script will never idle, start script and let it run forever! Antiban / Anti-pattern: - Randomized clicking positions - Random actions to break the pattern - Pathing is andom and close to human behaviour - Random/dynamic sleep times for humanlike interactions How to use CLI parameters: - Example Usage: -script 630:SAVEFILE.BREAKFILE 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: -script 630:SteelCoalBag.4515breaks Frequently asked questions (FAQ): Q: Where can we find this script? A: This can be found at the store here Q: How and where do I start this script? A: Simply start the script at Blastfurnace Q: Why does the script pays the Foreman A: If your smithing level is below 60, you have to pay 2500gp every 10min Will also pay the foreman after every restart Proggies: Blast Furnace Guide:
  8. Would love a trial if possible please! Thanks again
  9. Tha fk! I should do this for my college hw xD
  10. /edit saw signature :P
  11. yes, it eventually is given a question that it can answer. I would just assume that getting most of the questions wrong all of the time would look suspicious.
  12. To fix your implementation, replace .closest("Yak") with .closest(<filter>)
  13. private State getState() { NPC yak = npcs.closest("Yak"); if (yak != null) return State.ATTACK; return State.WAIT; } remove this NPC yak = npcs.closest("Yak"); if (yak != null) return State.ATTACK; return State.WAIT; and you could change it in different ways. Mine may not be the best but it works if (!myplayer().isanimating && !myplayer.isUnderAttack) return State.ATTACK; return State.WAIT; then your case can be changed from to.. case ATTACK: NPC target = npcs.closest(new Filter<NPC>() //add the whole filter code snippet i gave at top. here if (target != null && !combat.isFighting() && target.isAttackable()) { target.interact("Attack"); status = "Interacting with Yak"; sleep(random(500, 800)); } break;
  14. I'm almost done with mine, I'm going to probably be finished either Thursday or Friday. I haven't received a ban in over 500 kills, it's not just about what you're botting it's how badly programmed the script is. If you're using someones script and they say "antiban" and such then they're probably someone who adds rubbish events like hovering a skill or moving the mouse, which isn't even monitored by RuneScape. My script is adaptive, doesn't follow set patterns and is reliable so far. I haven't used it on multiple accounts as I don't have the requirements on other accounts however I've literally been using it from the second I created it and it hasn't got me banned.
  15. Firstly, Wanna let you now I never buy shit for RS. But got old and lazy (maybe cuz of pot) and gave it a shot with your script. HAND DOWN, worth my money! Respects on making this one mate (Y)
  16. Had a 14h/progre with 40 attack 66 str>74 str 31kxp/h AWESOME!
  17. NPC target = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().equals("Yak") && !npc.isUnderAttack() && npc.getHealth() > 0 && map.canReach(npc); } });
  18. Mod edit: we will not accuse any parties of DDoS'ing without proof. Insinuations only lead to provoking and arguments.
  19. Uhm lol I'm a newb but https://gyazo.com/1e9031eaf1699a57f81f914e62c73f71 r, g, and b give off errors, you never gave the variables out. and im lezy
  20. Yes it did, I added a timer of 100-200 milliseconds for each potion made.
  21. 1 point
    haha, a cookie and the feeling of being awesome xd apa
  22. So what you're doing is: > Finding the nearest yak > checking if the chosen yak exists > checking if the chosen yak isn't fighting > checking if the chosen yak isn't under attack what happens if it's fighting, or it's under attack? it will just wait/repeat cycle INSTEAD, you need to FILTER the yaks, and find the closest one which fits certain criteria: (the above conditions), and NOT find the closest yak, and check if it meets criteria As for the two questions; 1. check if the npc's health is above 0, and to make it faster, use the filter I mentioned above 2. you need to check if your character is interacting or being interacted, if it is, don't attack
  23. Just raises more suspicion lel
  24. 1 point
    Im a p mod now gg my account Edit: wrong section, plz no ban
  25. hey czar just wanted to apploigize for being so rude about your ankou script works great now just like all your other script i have got 20hour proggy rn gonna give you the proggy when i hit 99str:D
  26. 1 point
    Botting is life
  27. I've bought the script but when i start the bot i says setting up script and nothing happens.

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.