Jump to content

Pseudo

Trade With Caution
  • Posts

    628
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Pseudo

  1. I wasn't trolling, here's another chop method: if (client.getInventory().getItemForName("Bronze Axe") != null) { selectInventoryOption(client.getInventory().getSlotForId("Bronze Axe", "Chop"); sleep(random(5000000000, 600000000); That's more efficient than the last one.
  2. Why would you even need people to submit code for this, snippets are supposed to be at least something worth spending the time to make/have a solid function and don't take 5 seconds to create. public void chopTree(String s) { Entity tree = closestObjectForName(s); if (tree != null) { if (tree.isVisible()) { tree.interact("Chop down"); sleep(random(50000000000, 600000000);
  3. That's how most people would feel, but this has been the reputation downfall of unregulated SDN bot sites before, where 'trusted' Script Writers have released scripts that work fine, but after a few days/weeks they pushed malicious updates to the code in order to profit from it. Perhaps there could be a section for scripts that haven't been regulated yet, and that should be ran at your own risk.
  4. Did you not read? It's still going to be hand regulated..
  5. i only run 7 accounts, so not really a huge farm, but this WILL ruin osbot for my sole use. Not necessarily, depends on the decision the Script Writer makes, not everything will be instanced.
  6. Script instancing, will help minimize gold farming/crashing of certain methods.
  7. Lol, lookup the 'this' keyword...
  8. i think it's better for you to calm down and drink some tea tea is good for everyone apart from blk ppl
  9. Give me a shout if you need an additional server-sided content developer.
×
×
  • Create New...