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.

Argron

Members
  • Joined

  • Last visited

Everything posted by Argron

  1. How do i configure where it compiles to properly?
  2. http://puu.sh/hy7KB.png When you start an eclipse project it automatically makes src/bin folders and compiles into these. I was having troubles for about a week trying to figure it out but when i dragged the class files out of bin into scripts folder they loaded into the bot with no problems. I think it'd be a simple addition and would be beneficial. Can you please add/look into this.
  3. Apparently it can't read scripts out of src/bin folders that eclipse creates when you make a project. It'd be nice if you could add support for this since eclipse is a pretty known and used IDE.
  4. Yes, i have the most up to date client..
  5. Argron replied to Argron's topic in Archive
    What are some good, cheap, paid proxies?
  6. So.... I still haven't figured out the problem and it's co-exisiting in v2.3.64. Any help?
  7. Argron posted a topic in Archive
    I was looking in the 'advanced' tab on the bot and I was wondering where I would find proxy information to enter. I want to bot with a proxy and was wondering a good free proxy I could add in that location. What proxies do you use, and what benefits have you noticed from using it?
  8. So how do I fix this. I wanna start asap.
  9. Yeah I do have java 8.
  10. Filled in Info... Nothing. Delete clayMiner... Nothing.. Where are the local script suppose to display?
  11. Skeleton.java package skeleton; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(name = "ScriptSkeleton", author = "Argron", version = 0.01, info = "", logo = "") public class ScriptSkeleton extends Script { @Override public void onStart() { log("Thanks for choosing ScriptSkeleton"); } @Override public void onExit() { // Code here will execute after the script ends } @Override public int onLoop() { return 100; // The amount of time in milliseconds before the loop starts // over } @Override public void onPaint(Graphics2D g) { // This is where you will put your code for paint(s) } } It's the skeleton posted by 'Alek'.
  12. My local scripts aren't loading into the client. http://puu.sh/hmOzA.jpg http://puu.sh/hmOG4.png How do I make them?

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.