-
Rs3 vs Osr Botting
What do you use for the rs3 bot
-
need 15 tutorial island accounts
i need too/ skype
-
need 15 tutorial island accounts
i need too
-
Audio / Sound Snippet
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(); }
-
what is the play method ?
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
-
Audio / Sound Snippet
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 ?
-
trade.isSecondInterfaceOpen,have trouble with,,help me
You win, I do not want to ask you again, I'm sorry u can help me ?please
-
trade.isSecondInterfaceOpen,have trouble with,,help me
why laugh? Give me some advice, and beg you ..........
-
trade.isSecondInterfaceOpen,have trouble with,,help me
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
-
trade.isSecondInterfaceOpen,have trouble with,,help me
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
-
trade.isSecondInterfaceOpen,have trouble with,,help me
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
-
About the transaction, please help me
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
-
About the transaction, please help me
Backpack each slot names are not the same
-
About the transaction, please help me
if(trade.isFirstInterfaceOpen()&&!inventory.isEmpty()){ trade.offerAll(); sleep(random(800,1400));} Help me see, how to modify the
-
About the transaction, please help me
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