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.

iJodix

Trade With Caution
  • Joined

  • Last visited

Everything posted by iJodix

  1. iJodix replied to iJodix's topic in Archive
    It happened once again but no Crash Reports.
  2. iJodix replied to iJodix's topic in Archive
    Had to enable the Crash Report in Chrome, wasn't enabled by default so unfortunately no Cache Report was saved. If it happens next time, i'll let you know.
  3. iJodix posted a topic in Archive
    Happened when it tried to load new region aka "Loading - please wait." [ERROR][Bot #1][03/06 08:02:41 AM]: Error on random executor! java.lang.RuntimeException: Read timeout at client.nat.stream.Stream.m14(Native Method) at client.emu.Static.getCacheInt(Unknown Source) at client.emu.EmuClient.getLoginState(Unknown Source) at org.osbot.rs07.api.Client.getLoginStateValue(bn:212) at org.osbot.rs07.api.Client.getLoginState(bn:241) at org.osbot.rs07.api.Client.isLoggedIn(bn:211) at org.osbot.rs07.randoms.WelcomeScreen.shouldActivate(jc:109) at org.osbot.rs07.event.RandomExecutor.run(wj:130) at java.lang.Thread.run(Unknown Source)
  4. iJodix replied to Fused's topic in Archive
    Adblock, that's all.
  5. iJodix replied to Fused's topic in Archive
    Windows 7 Home Premium, odd that it isn't working for you, did you re-download the Mirror Client since they updated it ?
  6. iJodix replied to Fused's topic in Archive
    I guess, Use this link to install 64 bit chrome; https://www.google.com/chrome/browser/beta.html
  7. iJodix replied to Fused's topic in Archive
    Everything seems to be working for me now, Using 64bit Chrome/Java, Try chrome://help to see what version of chrome you running.
  8. iJodix posted a topic in Archive
    Getting this message; "Could not open stream connection" Using 64 bit Java & Waterfox 64 bit
  9. Thanks for the update, hopefully it'll work as good as it looks.
  10. iJodix replied to iJodix's topic in Scripting Help
    RS2Object bankBooth = objects.closest("Bank booth"); if (bankBooth != null) { if (bankBooth.interact("Bank")) { while (bank.isOpen()) { sleep(random(800, 1200)); bank.depositAll(); sleep(random(800, 1200)); bank.close(); sleep(random(800, 1200)); } } } This one just hovers the close button, so am guessing that isOpen() works in this case but i also tried widgets.bank.close(); & widgets.bank.isOpen(); & widgets.bank.depositAll(); and it doesn't do anything, i guess i must be doing something wrong then.
  11. iJodix replied to iJodix's topic in Scripting Help
    I guess whoever posted those scripts on pastebin got em by decompiling. And thanks, i will.
  12. [INFO][Bot #1][03/05 08:26:31 PM]: RS2Widget[] getChildWidgets() children.length != accessor.length! Please report to developers!
  13. iJodix replied to iJodix's topic in Scripting Help
    Not really decompiling, if i struggle with something, i just get reference from codes posted to pastebin.
  14. iJodix replied to iJodix's topic in Scripting Help
    To check if the bank interface is open. bank.isOpen(), bank.depositAll() none of them works.
  15. iJodix posted a topic in Scripting Help
    It works but is it the right way of using the new widget system ? if (bankBooth.interact(new String[] { "Bank" })) sleep(random(800, 1200)); { if (widgets.isVisible(12)) { inventory.interact("Deposit-All", new String[] { "Bones" }); } }
  16. [ERROR][Bot #1][03/05 10:47:33 AM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.api.Widgets.get(nj:204) at org.osbot.rs07.api.DepositBox.close(do:115) Getting this error while it tries to close the deposit box interface.
  17. iJodix replied to Maxi's topic in Releases
    Yeah, my bad, was in hurry. Though, when we can expect a fix to this slow interaction ? EDIT:// I just noticed that when it tries to interact with something, the cpu usage skyrockets
  18. iJodix replied to Maxi's topic in Releases
    Corrupted jar file? EDIT:// Works, will test.
  19. Having the same issue.
  20. It hovers the tree for a while and then after 20-30 seconds, it clicks on it. Also, with dialogues, it takes around 5-10 seconds until it clicks on it. This is how my code looks; private void interactWithSeamanPay() throws InterruptedException { if(getInterfaces().getChild(548, 116).isVisible()) { sleep(random(600, 1000)); dialogues.clickContinue(); sleep(random(600, 1000)); dialogues.clickContinue(); sleep(random(600, 1000)); dialogues.selectOption("Yes please."); sleep(random(600, 1000)); dialogues.clickContinue(); sleep(random(600, 1000)); } } private void deposit() throws InterruptedException { RS2Object bankBooth = (RS2Object)objects.closest(new String[] { "Bank deposit box" }); if (inventory.isFull()) { if (bankBooth != null) { if(bankBooth.isVisible()){ if (bankBooth.interact(new String[] { "Deposit" })) sleep(random(800, 1200)); { while (depositBox.isOpen()) { sleep(random(800, 1200)); depositBox.depositAllExcept(new String[] { "Rune axe" }); log("Depositing willows..."); sleep(random(800, 1200)); depositBox.close(); sleep(random(800, 1200)); } } }else { getCamera().toEntity(bankBooth); } } } } private void chop() throws InterruptedException { Entity tree = objects.closestThatContains(TREE_NAME); if(!myPlayer().isAnimating() && (!myPlayer().isMoving())) if(tree != null) { if(WILLOWS_AREA.contains(tree)) if(tree.isVisible()){ if (tree.interact("Chop down")) { log("Chopping tree..."); sleep(random(600, 700)); while (myPlayer().isMoving()) { sleep(100); } sleep(random(600, 700)); } }else{ localWalker.walk(tree, true); } } }
  21. isVisible() & interacting is broken ? It takes now like 2-3 minutes until it interacts with anything. Didn't have this problem until this update. EDIT:// It takes alot of time for bot to interact with anything, dialogues, objects etc..
  22. One of my accounts got banned today aswell. Solution to this; 1 gets banned, create another 5.
  23. Chopping yews at grand exchange, it happens every 2-3rd banking time, it opens the bank interface, then closes it from [X] and it does it for 2-4 times. Sadly one of my accounts just got perm banned

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.