Jump to content

Articron

Trade With Caution
  • Posts

    183
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Articron

  1. Dude we out here holy shit

  2. Not to be blunt or anything but this is not that impressive and pretty redudant
  3. CLG, TSM is freelo AF
  4. I am going there too! Student from Belgium!
  5. I came here to see if I can get a free postcount Thread did not dissapoint
  6. Just a driveby post man, just a driveby
  7. The way a conditional sleep functions is amongst these lines : public boolean conditionalSleep(Condition c, long timeout) { Timer t = new Timer(timeout); while ((t.isRunning()) && (!c.validate())) { sleep(20); } c.validate(); return c.validate(); } Condition being following interface: public interface Condition { public boolean validate(); } Excuse the shit indentation :p
  8. If your script somehow has random shit in their inventory it wouldn't drop it (things like gems), which would slow down your xpph
  9. Good use of regex, thanks for the read ;)
  10. much processor, such processing, wow.
  11. League of legends, OSRS, Battleblock Theater, Hearthstone, CS:GO, Evolve (alpha)
  12. My skype: arno_gerver I won't spoonfeed/write the script myself, I will only help you with the problems you encounter.
  13. Yes it is, and you should feel ashamed.
  14. Swizz you fkin slave :'( you ignored my request to add me
  15. There's already thousands upon thousands of software like that called a mouse recorder. Not trying to sound rude, but it's true, lol.
  16. Beastiality? The closest you can get to that: The Human Centipede.
  17. This. In order to write somewhat decent designated code, you need to have a solid fundamental of the language you intend to write in.
  18. I won't vote in favour of removing the limit, but instead a small change in feature where things like spam with the intention of blocking someone out of PM is prevented.
  19. Alternatively, alongside your obfuscation (ProGuard recommended), you could instead distribute a jar file that uses a ClassLoader instance, so you're actual script gets loaded externally, and has less chance of exposing your code.
×
×
  • Create New...