Jump to content

Mysteryy

Scripter II
  • Posts

    2568
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Mysteryy

  1. Yea any teacher with a brain will compare the line spacing and font size between papers and notice. ^_^
  2. Dude if your not white, any school will pay you to go there. -.-
  3. If you know how to multithread you can easily make a listener in a new class that implements Runnable. You can basically make this new thread constantly watch your inventory slots and check if anything changes, or whatever you are trying to make it do. Just make a new class that implements Runnable, make that class do whatever you want, then in Script thread, Thread thread = new Thread(ClassName) then start the thread. I haven't used that in a while, but its something like that. Just look up the basics of multi threading and you can easily find how to make it. ^_^
  4. Goodluck nub sauce. xD I am in the same boat right now. ^_^
  5. Yea I saw that. I might get me one or two to mess aroudn with. :P
  6. Just read a little article about it, I have never heard of them until now. Seems like a decent idea. So basically its a tiny computer that you can run linux on?
  7. Yea, bring jdk and the client on a flash drive and then try to install it. My guess is that if you dont have download permissions, you dont have install permissions either. You can always install another OS on the computer if you are that dedicated, but dont get caught.
  8. If you are trying to run a java program on a system that doesnt have java, you cant use the program. Same goes for any language. For example, if you try to give me instructions in german, I will just look at you, because I have no clue how to speak german. ^_^
  9. Glad you figured it out. If you need help with anything else, feel free to make another topic or send me a pm. ^_^
  10. Randoms are going to be optional according to the blog. In other words, the user can opt to do the random, but if you ignore it nothing will happen. ^_^
  11. You need to find the axis of rotation for the object in order to make it spin in a uniform manner. Finding the axis of rotation for a uniform object is easy, but non uniform objects are much harder, which is what makes it difficult. The fact that it spins in a direction other than horizontal is probably because you are applying a force in a non uniform direction, even though you might think you are, making it spin non horizontally.
  12. Uhm, do you mean stop as in remove the random handler for a certain random event?
  13. Here is my solution, dont recover it. You stated that you sold the account, and now you want to come back and play RS again so you are trying to recover the account? Account recovery after selling an account is against the rules on OSBot. If you make an attempt to do this in the OSBot market, you will be banned.
  14. Well I botted one of them for like 4 years now off and on, and never had even a 2 day ban. Then a couple of weeks ago it got hit finally. Its not like I actually cared since I never even play RS, but I lost like 30 mill along with that account as well. t.t
  15. I think bans are actually higher than they were a few months ago, of course that is just my opinion. I never got banned on my accounts until a couple of weeks ago, not sure what caused it. I had two accounts, one was 6 years old, and the other was at least 8 years old. They were both banned within a week or two of eachother. t.t
  16. This is a basic concept of java. You need to make a new object of Gui type, you also need to make getters in your Gui class, not in your Script thread. These getters will return variables that are set based on user interaction with the gui. To keep the gui open, you can use a while loop in your script onStart method.
  17. Turn on mouse coordinates on the client, put your mouse on the left side, then the right side. Subtract and that is approximately the width of it. Do the same with the top and bottom of the chat and that will be ~= to the height. ^_^
  18. In your script thread you need to make a new instance of the gui. ed. Gui gui = new Gui(); then you need to find a way that you like to connect the gui and script thread to get the options. For example in your gui, you can make a method public String getTreeName() and then after the uses selects a tree to chop, you use that method to get the tree name. This is just an example, but you can figure it out if you mess with it. ^_^
  19. Why would an antiban enum contain a null type. :P
  20. You unregister the antiban behaviours in the script thread. I am at work so I cant get the exact code, but you can find it if you look in the api. ^_^
  21. Welcome to OSBot. Dont hesitate to message me if you ever need help with anything. ^_^
  22. Uh you mean not using the mini map?
  23. To be @Maldesto's master and make him do whatever I say.
  24. Eric failed the 5th grade.
×
×
  • Create New...