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
    12
    Points
    23408
    Posts
  2. Maldesto

    Administrator
    7
    Points
    19230
    Posts
  3. Apaec

    Scripter III
    5
    Points
    11174
    Posts
  4. NoahTheWeebWolf

    Trade With Caution
    4
    Points
    2923
    Posts

Popular Content

Showing content with the highest reputation on 08/19/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. 3 points
    MyObject object = new MyObject(); public int onLoop(){ String shit = object.getCombobox().getSelectedItem().toString(); } Advice, learn basic java.
  3. 3 points
    Sending @Maldesto a PM is like sending your ex a holiday card.
  4. if(Anthony == nub){ https://www.youtube.com/watch?v=Mdil7v1J5es }else{ Top kek }
  5. 2 points
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports mining every location in motherlode (Also top level) - Pick areas to mine in or use specific veins to mine - Included leveling you from 1-30 before going to motherlode - Pickaxe upgrading - Pickaxe special attack - Can use diary and agility shortcuts - Avoid other players option - Possible to enable the upgraded sack extension - Depositbox instead of bank option - Humanlike idles and interactions - Option to buy coal bag at 100 golden nuggets and stop script - 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 612::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 managers you do not need to specify -script 612): -script 612:TaskList1.4515breaks (With breaks) -script 612:TaskList1.4515breaks.discord1 (With breaks & discord) -script 612:TaskList1..discord1 (NO breaks & discord) Proggies:
  6. Prozen's Clay Miner Will be on SDN soon! Why did I make this script? I have been wanting to become a scripter for OSBot for awhile now. I decided to start with something easy. I will be pushing out AIO scripts and alot more useful ones. Features: Highly Responsive Script Deathwalks From Lumbridge Banks Clay & Gems Can Run For Very Long Periods Of Time Avoids Mugger (Mines Other Clay Which Mugger Cannot Get To) Upcoming Features: Avoiding Mugger (Mines Other Clay Which Mugger Cannot Get To) Walk To Varrock West & Start Mining From Any Location (Waiting For OSBot's Web Walker) Hops Worlds If The Mine Exceeds Eight Players (Optional) Known Bugs: Walking is buggy due to my current path walker. (Will Be Fixed Very Soon!) Proggies: Please Note: This proggy really sucks because of my mining level. I am currently working on some better ones.
  7. 2 points
    @Maldesto get rid of this guy
  8. 2 points
    https://youtu.be/Y4OLQB7ON9w?t=2m55s
  9. How the elf have I not seen this until now? I will add him/her on skype right away.
  10. Please report on sythe.org also
  11. You didn't get those 100 posts but you got TWC.
  12. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
  13. .... The problem we're facing here is statements like In Java, Objects are passed by reference, and primitives are passed by value. This is half incorrect. Everyone can easily agree that primitives are passed by value; there's no such thing in Java as a pointer/reference to a primitive. However, Objects are not passed by reference. A correct statement would be Object references are passed by value. This may seem like splitting hairs, bit it is far from it. There is a world of difference in meaning. The following examples should help make the distinction. ... Interesting article: http://javadude.com/articles/passbyvalue.htm
  14. i am free to do powerleveling and questing, only thing i ask is if you choose to use me but dont trust me trade your valuables to another account and only leave what is needed for what you want, i am available most days almost 24/7 all services will be hand done no botting, i record all of my services so i have proof i am not botting so that way i am not liable for any bans you may get if you have botted If you want something done and want it botted i will do it depending on the skill and if i have a good bot for it, if the account gets banned i will not be held responsible but i will also not charge anything
  15. 1 point
    a straight forward way to do it is to have your class called 'Gui' which contains the code for your gui. in that class, you have an actionlistener for your start button which gets the current selected settings and sends them statically to your main class. here's how the actionlistener goes: btnStart.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent arg0) { //code here eg: Main.food = (String) foodComboBox.getSelectedItem(); setVisible(false); } }); and your main class: //vars: public static String food; Gui GUI; @Override public void onStart() { GUI = new Gui(); GUI.setVisible(true); log("======================================================================"); log("script started or whatever"); } @Override public int onLoop() { while(GUI.isVisible()) sleep(400); return 200; } then the gui will feed you the values chosen on the gui when the start button is pressed, at the same time as running the script (breaking the while loop) and closing the gui. apa ps sorry for any typos, wrote most of the code in the reply box so there may be a few errors
  16. 1 point
    Script seems to be working fine for me... it banks and cooks no problem have you tried in injection mode? Put your raw fish at the top of your main tab of your bank and try again! apa
  17. I've already gotten 1 spear, 2 g helms, and 3 v skirts as well as other stuff from just botting 2 nights, great script.
  18. Hey! I saw this guide for 1-55 slayer on an obby mauler, I'd reccomend it! walks you through all the steps. https://www.youtube.com/watch?v=fdz3enuZ3xg
  19. 1 point
    Looks good, congrats
  20. 1 point
    If you're risk fighting 20m why not do it in a very isolated area?
  21. My addiction level isnt that strong yet :ph34r:
  22. Bought multiple skills, friendly user +1
  23. 1 point
    Hey! Worldhopping doesn't work in mirror mode. I believe this is a known issue now and the devs are aware. We just gotta wait for a fix apa
  24. 1 point
    just stats for now want to know what these stats are worth non botted and no mute/bans
  25. Hey, can i please get a trial?
  26. I was using normal dropping, because anti-pattern would just spam drop the same fish and would take 3x longer for the inventory to be dropped - could just be my latency though. I'm barb fishing atm with the big rod for agil/str xp. I'm on default zoom & fixed mode.
  27. Sorry for your loss, everyone gets played eventually and it seems they got you. I apologize, I tried to figure out who it was, no luck.
  28. This proves right here that bellic, you are wrong and not getting a refund, this dispute is closed. She clearly states her name is 6usa in game, and you failed to trade with her. You got scammed by an impostor.
  29. @Arctic chinned for me, i would highly advise you use him. However 30K chins will not be enough i do not think.
  30. its working now, but thank you for being up to date and responding quickly
  31. Could I get a trial please? Thanks! Edit: Sorry, didn't see your Trial request thread in your signature. Will go request over there.
  32. 1 point
    Thanks everyone. First script to release is a Hill Giant FTP with banking + safe spot ranging.
  33. The staff has decided not to remove the feedback. Your customer was not pleased with the experience you provided and has left his thoughts as a caution to other users.
  34. done, enjoy trial another update is here guys, Version 0.36 - added stop when out of runes support for most of the spells the rest of the spells will be added today, just needed to get the main ones out there
  35. Version 0.23 - Added improvements to camera system - Added improvements to object identification update will be live within a few hours, enjoy ;)
  36. This script is insane. Bought it, gotten me from 80-93 cooking in one day now. Only issue is that sometimes it clicks on a grape before fermenting it, causing it to glitch up at the banking. (It won't see the option to bank since it'll be ''Use grape with... banker''. Other than that, flawless.
  37. I found fletching is one of the skills that generally results in less bans from botting.
  38. free purple purple wants a refund i think i posted in wrong section can someone move
  39. 1 point
    i like the transparent one, but up 2 u mate
  40. Okay, so I just finished fairy rings for my web walker. I know there was a tutorial released a while back, but I can't seem to find it, so I am releasing this. I have an enum for the location codes, but its not done yet so I am not releasing it yet To see it in action, please visit this post The fairy ring class Use as instance.setRing("dkr");

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.