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.

Easy

Trade With Caution
  • Joined

  • Last visited

Everything posted by Easy

  1. Most bots must be f2p, which explains why the f2p ban rate is significantly higher than the p2p.
  2. Your release thread was all I could find regarding the usage of cli, the last place I would have thought to look was the front page of the forum
  3. updated thread, still not working after taking your advice
  4. (I'm trying to run a local script) Starts up osbot, logs into my osbot account, then generates an error saying that the bot failed to initialize. Commands I'm using: java -jar "osbot 2.4.104.jar" -login Flamo:HIDDEN -bot HIDDEN@[member='gmail'].com:HIDDEN:1234 -debug 5005 -script TabFarmer:mule,317 Script manifest I'm using: @ScriptManifest(author = "Flamo", version = 0.03, info = "Tab maker that supports muling, hosting, and tab making.", logo = "", name = "TabFarmer") Debug logs: C:\Users\HIDDEN\Desktop>java -jar "osbot 2.4.104.jar" -login Flamo:HIDDEN -b ot HIDDEN@[member='gmail'].com:HIDDEN:1234 -debug 5005 -script TabFarmer:Mule,317 Debug enabled on port 5005 Starting local script with name: TabFarmer [DEBUG][12/18 02:22:28 AM]: Injected 2 field list filters [DEBUG][12/18 02:22:28 AM]: Injected 2 field filters [DEBUG][12/18 02:22:28 AM]: Injected 2 method list filters [DEBUG][12/18 02:22:28 AM]: Injected 3 method filters In debug mode! Listening for transport dt_socket at address: 5005 Stealth injection class-filter enabled! [DEBUG][12/18 02:22:29 AM]: OSBot is now ready! [INFO][12/18 02:22:31 AM]: Loaded 4 RS accounts! Loaded 2 local scripts and 1 SDN scripts. [INFO][12/18 02:22:32 AM]: Welcome to OSBot 2.4.104! [INFO][12/18 02:22:37 AM]: Updated injection hooks for client revision : 129! [DEBUG][Bot #1][12/18 02:22:37 AM]: Initializing stealth injection bot... [INFO][Bot #1][12/18 02:22:38 AM]: Downloading latest RS2 old-school client para meters... Bot failed to initialize! If you are running OSBot from command-line, ensure tha t the world you entered is valid! If the world you entered is valid, please chec k the OSBot forums for online/offline status.java.net.UnknownHostException: olds chool317.runescape.com at java.net.AbstractPlainSocketImpl.connect(Unknown Source) [INFO][12/18 02:22:38 AM]: Started bot #1 at java.net.PlainSocketImpl.conn ect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(UnknownSource) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.osbot.Lpt8.IIIIiiiIIIiI(wo:195) at org.osbot.rs07.RS07Parameters.IIIIiiiIIIiI(dp:18) at org.osbot.rs07.RS07Parameters.<init>(dp:249) at org.osbot.core.inject.RS07ClientInjector.inject(yx:75) at org.osbot.rs07.Bot.initialize(ne:439) at org.osbot.Lpt1.run(rv:124) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  5. Easy replied to Adapt's topic in Spam/Off Topic
    wow
  6. About $30, I personally wouldn't pay any more than that
  7. private Timer worldHoppingTimer = new Timer(); public int onLoop() { if (worldHoppingTimer.isActive()) { //do something here int hour = 3600000; int minHours = 1 * hour; int maxHours = 3 * hour; worldHoppingTimer.setTimeout(random(minHours, minHours)); //set the timer to go off in 1 - 3 hours (just an example) } return 100; } public class Timer { private long timeout; public Timer() { timeout = System.currentTimeMillis(); } public boolean isActive() { return timeout > System.currentTimeMillis(); } public void setTimeout(long timeout) { this.timeout = timeout + System.currentTimeMillis(); } public long getElapsedTime() { return System.currentTimeMillis() - timeout; } public String getElapsedToString() { return Format.msToString(getElapsedTime()); } public long getPerHour(long value) { return value * 3600000 / getElapsedTime(); } }
  8. You're definitely being that guy
  9. Can you lift my messaging system restriction? I think you disabled it when you locked this thread
  10. Runescape private servers have nothing to do with both osrs and osbot
  11. Wanna destroy your favourite private server's economy? I'm now accepting RSPS script requests Skype: dan.flamo Original private scripting thread -> http://osbot.org/forum/topic/110654-cheap-flamos-private-script-shop-quick-cheap-experienced-flawless-scripts-off-site-experience/#entry1246731
  12. Thanks for the postcount, friend
  13. Not as hard as finding the matrixes for world to screen xd
  14. Easy replied to Krys's topic in Spam/Off Topic
  15. I wrote the bot. The problem is that it's an actual script, so you'll need to start up the osbot client to run it. Also, the script only supports mirror client, so you'll need VIP as well. My price is 50M 07.
  16. Windows, mac os and linux support. Basically, he wants the program to be made in java, a multi-platform language.
  17. So you want a bot that will reply whenever possible, once per thread, with responses based off of keywords found in the thread and title?
  18. this
  19. Yeah, I'd love to give you a explanation as to why your code is bad. https://www.teamspeak.com/downloads Install teamspeak, join "elitescripts.org" and poke me "Danny" in the java channel. I'm not going to waste my time writing a longwinded post that you won't understand when I could speak to you and clear things up in a fraction of the time.
  20. Yes, it is horrible. The script will fail to run properly and/or crash so frequently that it wouldn't even be worth running. I could waste my time listing out everything that's wrong with this script if I wanted to. My comment has nothing to do with myself, it's about letting him know that he needs to improve if he wants to write a script that won't crash or spam click random rs entities.

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.