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.

LoudPacks

Members
  • Joined

  • Last visited

Everything posted by LoudPacks

  1. Did they turn on range only and chin u lol?
  2. I don't see anything wrong
  3. I recommoned LoudPacks. Actually nvm hes a fuckin noob
  4. LoudPacks replied to qw3's topic in Archive
    public boolean imAlone() { int amount = 0; for (Player player : getPlayers().getAll()) { if (player != null && !player.getName().equalsIgnoreCase(myPlayer().getName())) { amount++; } } return amount == 0; } -------------------------------------------------------------------------------------------------------------- if(!imAlone()){ getWorlds().hopToP2PWorld(); } or if(!imAlone()){ exit(); } -------------------------------------------------------------------------------------------------------------- //would have to pull the CB level from the player menu or pull their highscores and do the math which would probably be better //Could also make an Area and if Area.contains(player) -> hop / log out (if you want to limit it to a certain area vs every tile thats loaded. http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/
  5. LoudPacks replied to Zenplay's topic in Archive
    50 M - 100 M but I'm not that good at price checking accounts.
  6. It was my father who paid but It was $2500 or $3500 but the way his master card works they pay you pack a portion of car down payments so in actuality he probably only paid $1500 out of pocket I think it works out to. They also needed room for the new 2016s so they slashed the prices of the 2015s
  7. Nice, I just got a brand new 2015 civic for $99 a mo. lmao leased of course.
  8. Petition lmao nah imo it looks dumb and the pink green contrast is no good for the eyes.
  9. Ok so I found this guy's YouTube channel. He has several programming series but one I found particularly useful is his series on Intro to Java Programming. My friend wanted to learn Java and is taking AP Computer science at his school but wanted more resources and I ended up finding this. He goes over almost all of the important fundamentals required in order to be come a competent functional java programmer. If anyone is new to Java or wants to learn the basics before diving into script development this is definitely the guy to watch! https://www.youtube.com/playlist?list=PL9DF6E4B45C36D411
  10. There are a lot of trusted people on this website. I actually just trusted my 80m bank to Debuffed workers and got a fighter torso for 5M gp. I got it back in a couple hours with all my stuff and the torso. Look in the marketplace.
  11. Entity wheat = getObjects().closest(WHEAT_NAME);
  12. why u sooo meeeeen
  13. You can request money to one of your emails and checkout as a guest using the prepaid card. I do this all the time.
  14. Check my sig for more details.
  15. Oh shit your right, it doesnt even do anything now that I think about it. It does work for my needs since wasLooted is still in the return. I should remove the xp tho because your right its useless and even if it worked that would be the condition that should initiate the waiting LOL
  16. You can use a filter. I made a script very similar to this which also alches the looted nats. Heres an example using filters, although i prefer to use lambas rather than the traditional way of filtering: chest = getObjects().closest(o -> o.getPosition().equals(new Position(2671, 3301, 1))); // filters out every entity that's not at the specified position (ie. chest 2) if(chest.interact("Search for traps")){ log("Attempting to loot chest..."); new ConditionalSleep(15500, 17550){ @Override public boolean condition() throws InterruptedException { int start = getSkills().getExperience(Skill.THIEVING); return ((getSkills().getExperience(Skill.THIEVING) > start) || wasLooted); } }.sleep(); // I have a method that wasLooted that uses game messages to see if its already looted and then the wait time is adjusted accordingly
  17. My account is half banned as well and i did 80 - 99 in about a week and half using an Apple Script I wrote. No bans or anything and I was running it a good majority of the day, and theres no breaks since it not a real script.
  18. Hey guys! I am releasing a script that kills animated armor sets in the Warriors Guild in order to farm Warrior Guild tokens. I will be adding defender support soon so you will be able to both farm tokens and defenders, however for now it only farms tokens at a rate of about 2K / Hr on higher level accounts. Features: - Auto logout if all out of supplies - Supports special attack weapons (DDS, D Scim) - Supports food (lobster, swordfish, shark) - Supports all types armor sets steel - rune - 2K Warrior Guild token per hour Proggies: *MORE COMING SOON* Directions: 1.) Gather supplies in bank (food, platebody, platelegs, full helm, spec weapon (optional)) 2.) Stand in Warrior Guild Bank 3.) Start scripts 4.) Get tokens! Coming Soon: - Cyclops support - AIO - farm tokens then kill cyclops - These features will increase the price to around $6.99 when released so buy now to grandfather yourself. Downloads: http://osbot.org/forum/store/product/585-tokendefenders/ ($3.75) - 2 hour trials available!
  19. Looks good, I would totally use it.
  20. I feel you man. I've been trying to finish my paper since 4 PM, it's not 1:10 AM....... I need to fucking get back to work but the internet keeps me from being productive.
  21. Oh yea, that x4 90m win really made me hard
  22. Well I mean i've had good luck
  23. I lost 3 accs today myself. Logged on in the morning, thought maybe it was just an update but I got the ban hammer

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.