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.

hansen19498

Members
  • Joined

  • Last visited

  1. What do you use for the rs3 bot
  2. i need too/ skype
  3. private Sound s;int XX=1; if(XX==1){s.play(); sleep(random(1013, 1233));return State.WAIT;} After the implementation, stuck public static void main(String args[]) { final Sound s = new Sound("C:/1.wav"); s.play(); try { Thread.sleep(5000); } catch (final InterruptedException e) { e.printStackTrace(); } s.play(); }
  4. http://osbot.org/forum/topic/103067-audio-sound-snippet/?p=1255205 I've added all the code, but I do not know how to call it and can play it I've added all the code, but I do not know how to call it and can play it For example: stop (); The game will stop. This should be play () ;? or .... I do not know, I hope you can understand what I mean private Sound s; int XX=1; if(XX==1){s.play(); sleep(random(1013, 1233));return State.WAIT;} After the implementation, stuck
  5. How to use it? For example, what a code, I can play For example, what a code, I can play If I want to make a sound, what code do I need? what is the play method ? what is the play method ? what is the play method ? what is the play method ?
  6. You win, I do not want to ask you again, I'm sorry u can help me ?please
  7. why laugh? Give me some advice, and beg you ..........
  8. if(trade.isFirstInterfaceOpen()) {CNUM=trade.getTheirOffers().getAmount("rune ore");log("CNUM="+CNUM)}//CNUM=10 //but if(trade.isSecondInterfaceOpen()) {CNUM=trade.getTheirOffers().getAmount("rune ore");log("CNUM="+CNUM)}//CNUM=0 it isnt working Clearly, when the second trading window opens, trade.getTheirOffers().getAmount it isnot working
  9. SecondInterfaceOpen, but the other has quickly removed items, bot in the automatic trading time, but no way to detect, because the final step of the transaction, can only determine whether the other party to accept ,,,, I hope that the last step through what verification
  10. when trade.isSecondInterfaceOpen, I can not read the number of other items, the use of what "api" or a good solution? (I was deceived, the first transaction window and the second transaction window, the number of different items) If, isSecondInterfaceOpen, what "api" can read each other "value" SecondInterfaceOpen, but the other has quickly removed items, bot in the automatic trading time, but no way to detect, because the final step of the transaction, can only determine whether the other party to accept ,,,, I hope that the last step through what verification
  11. public static final String[] goods_ID = { "Amulet of strength","Strength potion(3)","Strength potion(2)", ,"Air rune","Water rune","earth rune","firer rune" ,"Blue wizard hat","Blue wizard robe" , "wizard hat" ,"Shade robe top","Shade robe"} if(trade.isFirstInterfaceOpen()&&!inventory.isEmpty()){ trade.offerAll(goods_ID); sleep(random(800,1400));} My test results, the mouse will move on each item, but does not click
  12. Backpack each slot names are not the same
  13. if(trade.isFirstInterfaceOpen()&&!inventory.isEmpty()){ trade.offerAll(); sleep(random(800,1400));} Help me see, how to modify the
  14. My backpack is full, full of different items, (note). I want all the items automatically placed in the first trading window. I can not find the api, who can help me thank you

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.