Jump to content

GaetanoH

Members
  • Posts

    879
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by GaetanoH

  1. ProxyFish, really good ones IMO
  2. Calm down, how is he leeching lol?
  3. if (c.getType() == Message.MessageType.GAME) { String t = c.getMessage().toLowerCase(); try { if (t.contains("you get some logs")) antiBan(); } catch (Exception e) { e.printStackTrace(); } }
  4. So sometimes the scripts actually hovers the tree which is being cut, which I do not want and it's really inefficient. Can't really seem to fix it. if (getObjects().getAll().stream().filter(o -> o.getName().equals(gui.getTree())).count() >= 2) { if (nextTree == null || !nextTree.exists()) { nextTree = getObjects().closest(true, o -> o.getName().equals(gui.getTree()) && o != treeObject && cuttingArea.contains(o) && o.getPosition() != treeObject.getPosition()); } else if (!getMouse().isOnCursor(nextTree)) { nextTree.hover(); } }
  5. You helped me out a lot already thanks man
  6. Is there any way to do it after I've created the form? I have my Woodcutter and the GUI setup but forgot to check Generate into Java source code...
  7. It's kinda suicide, what I would do is bot 1-2 hours and break for around 25-30 minutes.
  8. GaetanoH

    Help please!

    Download the official client of RuneScape and try again!
  9. Did you already send a request on Skype? Can't see anything just yet...
  10. Thank you all and especially Eagle!
  11. Type of design needed: Avatar for forums Skype: gaetano.herman
  12. I'm having some problems answering a question needed for my exams later this month. I got this question: To promote a kind of product, the company put a gift in 1/4 of the packages. Somebody buys 2. What is the chance he has 2 gifts, not sure wether I use binomial deviation or geometric deviation or something else? Thanks in advance, GaetanoH
  13. We just do a lot of things more efficiently than before, I think...
  14. It's a problem with the new client update, you can't make files where you want anymore. Just contact Extreme Scripts with the logs!
  15. https://gyazo.com/f5b42073f6756d466e0e6b2c2040f27a Oh, I forgot I had 81 Dungeoneering and 99 Woodcutting, my bad! Also 95 mining
×
×
  • Create New...