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.

Token

Script Officer
  • Joined

  • Last visited

Everything posted by Token

  1. Token replied to Vitanet's topic in Spam/Off Topic
    35-40
  2. I did, IRS only targeted coinbase. There is nothing on coinbase to take.
  3. That's coinbase though, people who use coinbase don't actually do anything illegal, they just trade bitcoins 24/7
  4. Add my skype: tokenscape
  5. shitposting
  6. Don't look that much at clock rates and check the architecture instead. I personally own both Ivy Bridge and Haswell CPUs, and at a lower clock rate, the Haswell one outputs double performance when it comes to botting. I believe i7 hyperthreading may also be useful because the JVM runs at least 25 threads.
  7. You got BTC?
  8. It's already lower than anyone else sells even on the forums, not gold sites
  9. Only accepting BTC A middleman will be used PM/post/skype Current stock: N/A Rate is $1.10/m Skype: tokenscape
  10. Are you attempting to run 2 bots in 1 client?
  11. Just start bots with -bot flag from CLI, you don't need OSBot to store them anywhere
  12. That's not something you want to fix... I wish my profit would exceed 31 bits
  13. Jagex is not able to detect you are running an un-official client
  14. @@Override public void onStart() { ExecutorService executor = Executors.newCachedThreadPool(); executor.submit(() -> { while (bot.getScriptExecutor().isRunning()) { if (... condition to interrupt ...) { bot.getEventExecutor().interrupt(); } try { Thread.sleep(100); } catch (InterruptedException e) { log(Throwables.getStackTraceAsString(e)); } } }); } @@Override public int onLoop() { log("Executing loop"); execute(new Event() { @@Override public int execute() { try { sleep(10000); } catch (InterruptedException e) { setFailed(); } setFinished(); return -1; } }); return statement; }
  15. Yes but earlier in the shitbox I told you to click out of the OSBot window and click back on it and you said it disappears
  16. But the window is still there so there shouldn't be any error message yet
  17. That's in a fresh terminal as you switched to /home in that one The full path is cd /home/<USER>/Downloads
  18. As I told you earler in the shitbox, run OSBot from a terminal and post the error messages when it disappears
  19. Responses are not instant, I'm using the same API as you. CleverBot generates a limited set of responses for every message you give. I use a recursive algorithm with a variable depth to ensure a larger pool of messages. You should query CleverBot on a separate thread using a Callable<String> to provide a Future<String> for when the processing is done.
  20. I think you misunderstood the role of university. It won't find you a job, it will just give you a diploma that proves you have the minimum knowledge a programmer requires. MINIMUM is not what you need in the industry.
  21. So if I get your post right, you have no experience and you don't have skills either? Go for an internship instead of a job.
  22. I'm not the creator of mirror mode so I can't provide more accurate insight into this problem but judging from the error message you can try the following 1. Install the latest JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2. Make sure the JAVA_HOME environment variable is set on your system Windows: Press super + r start cmd execute the command "where java" Linux: execute "which java" The output should contain a line for the JDK folder, not only JRE (if you also have JRE installed) 3. Go to {JDK}/lib/ and look for the file tools.jar which contains the Attach API used to attach to Java processes If this one is missing, you can find it on google but it should be included in the JDK Make sure the JVM you are attaching to is supported by mirror mode
  23. Yep. We can ban you all day long. We won't ever get rid of you.

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.