Jump to content

The Undefeated

Scripter II
  • Posts

    1968
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by The Undefeated

  1. 16m bid.
  2. Depends on how big your goldfarm is, if it was much bigger and all using the same POH it would be pretty suspicious when JMods take a look.
  3. Already thought you were doing that but isn't it kinda risky considering that all the bots are in 1 POH? Your whole farm could be wiped at once.
  4. The Undefeated

    RIP

  5. If asauced2 and asauceda2 stops complaining about other people and starts learningvto script on his own. It ain't hard.
  6. It's just coincidence.
  7. What if the username has more than 1 space?
  8. How do I trade people with a space in their username? name.replaceAll(" ", "\\u00a0") This code doesn't work.
  9. Step 12.
  10. How many of your bots got banned may I ask?
  11. You wanna play with me?
  12. I am much better because i check woodcutting xp
  13. Try this for all open instances until you find the right one.
  14. 75-125m (?)
  15. Does it come with the original email?
  16. getObjects().closest(16469).interact("Smelt"); new ConditionalSleep(5000) { @Override public boolean condition() { return getWidgets().getWidgets().isVisible(162,546); } }.sleep(); getWidgets().interact(311,14,"Smelt X"); new ConditionalSleep(5000) { @Override public boolean condition() { return getWidgets().isVisible(162, 32); } }.sleep(); getKeyboard().typeString("" + random(33, 95)); This is the code I'm using. In a fresh script with only this running it does not work.
  17. You can't interact with only the root ID, and both 15 and 16 don't work. Does the same thing as described in my first post.
  18. Checked all widgets close to the widget of the bronze bar. 100% sure the widget for bronze bar is 311,14.
×
×
  • Create New...