Jump to content

Swizzbeat

Members
  • Posts

    7986
  • Joined

  • Last visited

  • Days Won

    58
  • Feedback

    100%

Everything posted by Swizzbeat

  1. >> and << operators I'm assuming just wait/put out data. Obviously it's just printing out text and then waiting for input to store in a variable.
  2. Look up a youtube video random(45, 55)
  3. Detection for second screen that the correct options are ticked and the other person didn't quickly switch something to scam.
  4. You should be using an ArrayList here (while programming to the interface as well): List<ScriptTask> tasks = new ArrayList<ScriptTask>(); LinkedList orders elements sequentially, so their good when you need to add/remove things. ArrayList on the other hand has faster read access. It's not a big deal here but it's just something I noticed As for your actual question, most likely client is returning null because you don't have an instance of it. Actually, on second look that is 100% the issue because you're extending Script in your class which is giving you another instance of script besides the one that was actually initialized. You need to pass the Script instance from your main class to the separate classes you use.
  5. Welcome to OSBot @Timekeeper! Enjoy your stay
  6. I'm 18 and I still play every now and then O_o
  7. The idea behind this is you can see what accounts have logged on using that IP address. Useful for when you want to check if someone is a ban evader.
  8. A shorthand way of doing something just depends on the program you're using. It's completely different in IntelliJ
×
×
  • Create New...