Jump to content

The Undefeated

Scripter II
  • Posts

    1968
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by The Undefeated

  1. If you got in a dispute, you'll also get placed in TWC while you could be doing nothing wrong.
  2. "COULD". A cryptocurrency like Ethereum is not trustworthy at all. This time it worked out great, but don't trust cryptocurrency.
  3. Don't use your real age pleb. (13 years or younger)
  4. Pretty sure it isn't possible to extend your classes with the main class. Also don't use a while loop in your bank() method. If statement does the job. In your walk method you have double brackets in IF condition for no reason. What you should do is making a constructor in your bank class and pass the Methodprovider through it. No idea if I am explaining it right, here an example: Public class Banking { Methodprovider s; public Banking (MethodProvider s) { this.s = s; } public void bank() { // Here your banking method. } } public class Woodcutter extends Script { public int onLoop() { Banking banking = new Banking(this); banking.bank(); return 100; } }
  5. Also found that. Trying to fix it right now.
  6. Hmm, I see. Actually pushed the wrong version when updating. I'll push out an update this night, will be available in 24 hours. Next time use the bug report in my own thread.
  7. My script. In what interval is it doing that? Please take a look at the "State" on the paint when it's doing that. It might be taking a break.
  8. Muffins has actually scamquitted. I'm applying for CBA.
  9. I still have 7 Steam accounts left with CS:GO on it. No region lock, they have an e-mail set. If you really want the e-mail associated with it I could try and get it. 5M each.
  10. Why is your upload much higher than your download?
  11. But doesn't check woodcutting xp.
  12. https://osbot.org/api/org/osbot/rs07/api/util/GraphicUtilities.html
  13. Stats: Items: Quests: https://gyazo.com/134b01a8b60a805eac28c6b61fd5239d Banmeter: Original email will be provided.
×
×
  • Create New...