Jump to content

Goaks

Trade With Caution
  • Posts

    211
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Goaks

  1. this is pc. no reg email
  2. lvl 3 brand new. pc please
  3. hand 3 spot on fremmy isles
  4. rock crabs. 20-30k/hr do math
  5. its not because if its moving every time it re loops its recalculating?
  6. this, i believe it searches for the literal string
  7. It is an assumption I made. It is a personal script, thus resulting in 100% of the people using it will move whilst pressing the 'Esc' key. It also makes far more sense in my head to do it this way to reduce botlike actions.
  8. ahh fair enough, ill keep looking. And just to remove the bot like actions. As a person, Id close the bank whilst moving my mouse to the destination. With bots, it appears that it's one action at a time. Such that: move mouse to inv spot close bank with esc key when a real human would move mouse while pressing esc key
  9. I have the code fully set up to: move mouse to invent spot then close bank using Esc key. However, I want to move the mouse to position whilst pressing Esc key. Im under the belief that threads is the way to go with this, start a thread which moves the mouse and the next line will close the bank. However, Im having trouble implementing: all this is in the same class: static Thread moveMouse; @Override public void run() { getMouse().move(getInventory().getMouseDestination(0), false); } //other code above here else if (inventory.getAmount("item") == 14){ bank.depositAll("item"); bank.withdrawAll("item 2"); moveMouse = new Thread(new scriptName()); moveMouse.start(); getKeyboard().typeKey((char) 27); } any help appreciated.
  10. i use it instead of notepad. good for pseudo code etc. If coding, can't beat and IDE
  11. in the long run they will stable out. Personally I think they will fall slightly more..
  12. Currently have an offer for 15m
  13. not interested in other stats so wont be paying. If you're an account creator leave a price for creating such account. I will be buying 10+ of these over time.
×
×
  • Create New...