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

Salty as fuck

Trade With Caution
  • Joined

  • Last visited

Everything posted by Salty as fuck

  1. Well, it's a good thing I have this here thread for that there point you're making. And 'one of'. Saying I know about Java doesn't necessarily imply I can list every single function and know exactly what to do in every situation without outside assistance either.
  2. I understand OOP, I don't understand multiple classes.
  3. I don't like it, but for the sake of managing an aio rs script, I may as well
  4. Alright so, I looked at quite a few tutorials, read quite a few posts and i'm still a tad confused. I have a main class and then I have other classes. If I'm trying to use methods in my secondary class, it tends to null out, even though methods are available. Halp pls package AIO; public class wc extends AIORuneScape{ int abc = 5; public void Woodcutting() throws InterruptedException { sleep(500); if (npcs.closest("Banker") != null) { log("test"); } } } This is the secondary class.
  5. Salty as fuck posted a topic in Archive
    Super self-sufficient and attempts to imitate human behaviour. Walks to the nearest bank. Banks all resources gathered and uses them wisely. This is, as the section implies, a developmental thread. Working skills - Agility * Combat Construction * Cooking Crafting Farming * Firemaking Fishing Fletching * Herblore * Hunter * Magic Mining Prayer Ranged Runecrafting Smithing Thieving * Woodcutting Quests - none yet Minigames - none yet Money Making - none yet updates: 3/9/2016 Multiple classes finished woodcutting started mining woodcutting now picks up birds nests antiban specific to skill prioritizes looting feathers over attacking chickens mining supports upto iron ores, supports all pickaxes
  6. literally just checked the api lol thx fam
  7. for instance... if player is closer to position1, make them walk there, else if it's position2, make them walk there
  8. terrible there's absolutely no flow here also, font should be subtle, not the main focus
  9. String txt = ""; public void onMessage(Message message) throws java.lang.InterruptedException { txt = message.getMessage().toLowerCase(); if (txt.contains("whatever you want read from the runescape chat")) { } }
  10. oh, i was wondering where i left that..
  11. Neither script would get you the scripter rank, but here. Go through this. http://osbot.org/forum/topic/28798-pandemics-scripting-series-part-i-setup-and-basic-logic-updated-for-osbot-2/
  12. np goodjob though
  13. you should definitely get a runtime set up in there public void onStart() { startTime = System.currentTimeMillis(); } public String format(long time) { StringBuilder string = new StringBuilder(); long totalSeconds = time / 1000L; long totalMinutes = totalSeconds / 60L; long totalHours = totalMinutes / 60L; int seconds = (int)totalSeconds % 60; int minutes = (int)totalMinutes % 60; int hours = (int)totalHours % 24; if (hours > 0) { string.append(hours + "h "); } if (minutes > 0) { string.append(minutes + "m "); } string.append(seconds +"s"); return string.toString(); } g.drawString("Runtime: " + format((System.currentTimeMillis()-startTime)), 555, 418);
  14. did you make it yourself? a common issue that prevents scripts from starting is people initializing variables outside of the loop or onstart
  15. Avoid buying him - http://www.sythe.org/report-scammer-archive/1939304-joeljbur-scammer.html
  16. Past accounts (if you know of any): Current account: @Joelbjur Reasoning: http://www.sythe.org/report-scammer-archive/1939304-joeljbur-scammer.html Is trying to sell the same account he keeps recovering on here.
  17. appreciate the report, fam regular pots are literally supported for just one npc and i never got into the super pots i gave up on this script after Khaleesi released his slayer script currently just working on an aio runescape script
  18. yes, i'm quite well aware same applies for 3, 8 and 9, but it was the least of my concerns
  19. "File("C:/Users/bjorn/Desktop/TextTest.txt")" nice name, fam
  20. last one looked a little too douchey
  21. nothing wrong with a bit of meth here and there, i guess everything in moderation

Account

Navigation

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.