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. Can i have the old TV ?
  2. Pretty sure Khaleesi is working on one
  3. I know who can do this;
  4. Depends how many of them you ate.
  5. Prayers api; http://osbot.org/api/org/osbot/rs07/api/Prayer.html You don't have to use any widgets w/e.
  6. use widgets; http://osbot.org/api/org/osbot/rs07/api/Widgets.html
  7. Stealth == Mirror
  8. iJodix replied to Valkyr's topic in Archive
    Web walker ? fok, time to leech.
  9. Didn't expect a thread like this from you @Gilgad
  10. public boolean usePleb(String action, String action2) { // action == the item it is going to select, action2 == in this case, is the ruins Entity ruins = objects.closest(action2); if (inventory.isItemSelected()) { // IF ITEM IS SELECTED if (inventory.getSelectedItemName() == action) { // IF THE SELECTED ITEM IS == action ruins.interact("Use"); } else { inventory.deselectItem(); } } else { inventory.interact("Use", action); // THIS ONE WILL SELECT THE ITEM IF ITEM IS NOT SELECTED } return true; } to use this just use; usePleb("Air talisman", "Mysterious Ruins");
  11. Great, hopefully you'll finish it
  12. 20m 1.4$/m
  13. Haven't changed my ip yet, i'll do that once i feel doing it :p
  14. 2 of my accounts got banned today. RIP But i'm already botting a new one.
  15. The script is removed from SDN.
  16. Thank you!
  17. Ok, it .. kinda moves the camera ? Like few pixels .. I don't have any issues with executing the MoveMouseEvent
  18. Oh sorry, i re-wrote the code to the thread so made a typo.
  19. Ok so, any ideas why this doesn't want to move the camera ? NPC npc = getNpcs().closest(npcFitler); CameraEntityEvent ce = new CameraEntityEvent(npc); execute(ce);
  20. The code @Flamezzz posted is .. so wrong ..
  21. if (!dialogues.inDialogue()) { if (npc != null) { if (npc.isVisible()) { if (npc.interact("Talk-to")) { new ConditionalSleep(random(1000, 2000)) { public boolean condition() throws InterruptedException { return dialogues.inDialogue(); } }.sleep(); } } else { getCamera().toEntity(npc); } } } else { if (dialogues.isPendingOption()) { dialogues.completeDialogue("plebs4free", "plebs4free", "plebs4free","plebs4free"); sleep(random(400, 900)); } if (dialogues.isPendingContinuation()) { dialogues.clickContinue(); sleep(random(400, 900)); } }
  22. Dialogue API; http://osbot.org/api/org/osbot/rs07/api/Dialogues.html

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.