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.

kadiem

Members
  • Joined

  • Last visited

Everything posted by kadiem

  1. no use still https://pastebin.com/E5J3bjHz
  2. ok changed, still not working https://pastebin.com/CTmrkeEW so why the conditionalsleep is not working?
  3. here is the full code https://pastebin.com/tzeyduae
  4. ok i changed player to myPlayer() no difference still.
  5. forget about the rest the problem is the conditionalsleep is not working.
  6. ok but i used myPlayer() insted of player in the conditionalsleep
  7. removed the !, still not working if(furnacearea.contains(player)){ //Make rings Goldbar.interact("Use"); furnace.interact("Use"); sleep(random(1000,1500)); getWidgets().get(446,8).interact("Make-X"); sleep(1000); getKeyboard().typeString(NumGB, true); new ConditionalSleep(random(3000, 5000)) { public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); }
  8. So how do i type the code you just confused me, because as i understand the the condition is if the player is animating the bot will sleep and i wrote player.isAnimating() so why the bot still working?
  9. didn't get you, what do you mean?
  10. I don't think the problem is in that part because the script is working, the problem is in the sleep, conditionalsleep is not working.
  11. changed to Use no difference and no I'm not checking if the furnace or gold bar exist I'm just making the client Use gold on furnace. Entity furnace = objects.closest("Furnace"); Item Goldbar = inventory.getItem("Gold bar");
  12. so i did this Goldbar.interact("use"); furnace.interact("use"); sleep(random(1000,1500)); getWidgets().get(446,8).interact("Make-X"); sleep(3000); getKeyboard().typeString(NumGB, true); sleep(1000); new ConditionalSleep(random(3000, 5000)) { public boolean condition() throws InterruptedException { return !myPlayer().isAnimating(); } }.sleep(); and it didn't work, what did i do wrong?
  13. I don't know how to use conditionalsleep yet, so I'm stuck with the normal sleep and if statements :p now.
  14. Goldbar.interact("use"); furnace.interact("use"); sleep(1000); getWidgets().get(446,8).interact("Make-X"); sleep(1000); getKeyboard().typeString(NumGB, true); sorry not a fancy code my first script.
  15. i made player as an entity Player player = myPlayer();
  16. here is the code :- if(furnacearea.contains(player)){ if(!myPlayer().isAnimating()){ //Make rings MakeRings(); } }else{ //Go to furnacearea walking.webWalk(furnacearea); } and my player won't stop moving how?
  17. let's say i have an entity and i want to cursor to move in a circular way like x2+y2=radius around that entity, i know the move command in the API but how do i implement that x2+y2=radius?
  18. I meant i did everything he did until this point, and i dont know what you mean by you have to implement the method(s) from script but i get this menu and it says add the unimplemented method but i don't know if it will change the script function
  19. Hello everyone, I was just following this guide then i got this problem even though i did everything he did, what did i do wrong?
  20. Nvm it was just bot could not attack while my health is low and have no food in the inventory
  21. i dont know really but it work fine for few seconds then stops
  22. i just bought VIP and when i start script it works for few seconds then stop

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.