Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Did you use paypal? Does your paypal have a credit card connected? If not then your payment may take 3 business days to go through, unfortunately.
  2. Ahh yes, forgot about containingText.
  3. Tom

    Chatbox Full O_o

    Dr. Sins to you Hopefully the chatbox is up soon so I can assert my dominance.
  4. Going off this, he would have to check the mini widget for every item that pops up, which might be a pain in the ass to store as it could change depending on how many items are filtered out using the search bar. E.g. User searches Feather Results: [Feather] [blue Feather] [Red Feather] Blue feathers widget might be 399, 11 for example, but if the user searches Blue Feather The result would just be: [blue Feather] and the widget could change to 399, 10
  5. Tom

    Chatbox Full O_o

    @Czar @Valkyr @Acerd Who does this guy think he is? My replacement? You are not the heart Dynasty, you are merely a slave that maintains my control while I am not present.
  6. Tom

    Chatbox Full O_o

    Yeah its full of your shit valkyr All seriousness even I havent had that error I take it back
  7. Tom

    osFisher

    Trial added
  8. 2556
  9. Tom

    Banned

    Badluck, power of johnny sins was not with you.
  10. Nice mate I do 24 hours with beaks though
  11. Tom

    Keylogged?

    Of course he can be, if hes using an old version of java, or if they have been improved since he could have been 420rekt by a java drive-by.
  12. What would your fusion name be, what powers would you have and how would you fuse? @Czar How would your fusion look like? Johnny Sins Are you good or evil? Both What is your purpose? pfft, truth is a subjective term
  13. Anti Patternisation (is that even a word?) is definitely one of the hardest things to account for in a script, you can always reduce it by a certain extent, and be placed outside the obvious group of bad scripts, but there will most likely be some sort to trace regardless of how much effort you put in.
  14. Bro diamond 3, which is equivalent to silver 5 on NA
  15. ur full of shit acerd go back to chatbox u dog
  16. In over 1000 hours played on the OCE server, I have NEVER experienced such "drophack", so either servers have been mucking up, or someshit aint right.
  17. No I am asking you what server you play on, you blind or sumting?
  18. LMAOAOOOOOOOOOOOOAOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  19. Oliver man atleast you dont have a scroll bar like me, all dem kids wants the Sins D. Seems like something bugged out man, got like 30 messages instantly
  20. What league server? Don't bother saying EU because that answers my question
  21. Probably just servers mane
  22. If you're up for it, I can give your computer a look over in teamviewer or something, tell you what is unneeded depending if you use it or not, etc. Can discuss more in the chatbox, but unfortunately im banned.
  23. Might be worth creating a thread in the client bugs subforum, that way it will be fixed as soon as possible
  24. Oh shit didn't see that, one moment ill edit the post when i figure something out. public boolean clickRandomXY(Shape region) { Rectangle r = region.getBounds(); int maxX = (int) r.getMaxX() - 1; int maxY = (int) r.getMaxY() - 1; int minX = (int) r.getMinX() + 1; int minY = (int) r.getMinY() + 1; int x, y; x = rand(minX, maxX); y = rand(minY, maxY); if(x < maxX && x > minX && y < maxY && y > minY){ return !mouse.click(x, y, false); //This will return true as long as the client thinks it clicked } //I think you can also do if r.contains(){..................} return false; }
×
×
  • Create New...