Jump to content

Tom

Scripter III
  • Posts

    5332
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. 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.
  2. 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; }
  3. 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.
  4. Welcome back, some useful, quick information for people new to the API
  5. Tom

    osFisher

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

    Anne

    does cortana shit out of her ass?
  9. Seems you're new here
  10. Always enjoyed the taste of my own dick, try a better insult next time
  11. got what u deserved you peasant muggle
  12. You can check if your player is animating, or check if you successfully interacted with e.g. if(object.interact("Open")){ }
  13. 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
  14. What is the solution to isis
  15. The customer support guy on the phone probably doesn't know that, and they want to make the customer happy.
  16. 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)
  17. What script? i might be able to ask the creator for you
  18. You might also have outdated drivers, updating them can't hurt.
  19. D2NT Throwback Once a botter always a botter
  20. > not being banned from chatbox > 2016
  21. hey man we arent all scripter III like you!!!!!!!!!!!!!!!!!!!
×
×
  • Create New...