Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osFisher

    Thanks for this!
  2. Which is really interesting, since the AntiBan is disabled by default.
  3. Just throwing this in for potential buyers, you aren't going to get a better deal than this. Especially for diamond accounts.
  4. Usually I'd ask this question in the chatbox or something, but if you know me well enough you know that my visits to the chatbox usually come to an end relatively quickly. Anyway, I haven't updated my scripts in a while, and I noticed AntiBan#initializeModule has been deprecated. I read through the patch notes, and only thing I could find is that the AntiBan was not enabled by default, hence the initializeModule. Any more info is appreciated, ill return the favour some day.
  5. Tom

    porn

    <
  6. Don't think so.
  7. Let me fix that for you onLoop() { switch (state) { case OPEN_BANK: if(!getBank().isOpen()){ if(banker.interact("Bank")){ state = State.BANK; } } break; case BANK: if(getBank().isOpen()){ bank stuff } break; } return 600; }
  8. Tom

    onPaint caveats

    Caching the Strings isnt really necessary, since they are added to the String pool. In other words You aren't gaining any more efficiency by doing private String timeString = "Time:"; public void print(){ for(int i = 0; i < 5; i ++){ System.out.println(timeString); } } compared to public void print(){ for(int i = 0; i < 5; i ++){ System.out.println("Time"); } } However, it would still be better practice in my opinion, since if you wanted to change it, you would only have to change it in one place.
  9. Welcome back, some useful, quick information for people new to the API
  10. Tom

    osFisher

    It does, just not in the free version osFishingGuild
  11. Congratulations, does this mean you are finally retiring as admin of osbot?
  12. Then stop making stupid statements!!!!!!!!!!!!!!!!!!!!!
  13. Tom

    Anne

    does cortana shit out of her ass?
  14. Seems you're new here
  15. Always enjoyed the taste of my own dick, try a better insult next time
  16. got what u deserved you peasant muggle
  17. You can check if your player is animating, or check if you successfully interacted with e.g. if(object.interact("Open")){ }
  18. Yeah, but that creates a new problem, which is people caring about the people who live in the middle east who did nothing wrong, etc, etc. And then they will come back like cockroaches
  19. What is the solution to isis
  20. The customer support guy on the phone probably doesn't know that, and they want to make the customer happy.
  21. You're like me, being static sucks. I've never had the need to do it, but if you unplugged it overnight while you sleep, you may or may not be given a new one, its hard to tell. Alternatively, call your ISP again and say if they dont change your IP you will move to a new service provider. (even though you probably wont)
  22. What script? i might be able to ask the creator for you
  23. You might also have outdated drivers, updating them can't hurt.
×
×
  • Create New...