Jump to content

Naked

Suspended
  • Posts

    1158
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Naked

  1. Probably worth less than the bond used to make it. 1m?
  2. Bans happen every day. Also depends on p2p vs f2p. P2P bans on the weekend are lower. F2P there isn't that much of a difference.
  3. Naked

    Main account

    200-250m to the right buyer
  4. 30-40m seems about right
  5. Why would you need such cancer?
  6. Filter<Player> playerFilter = player -> myPlayer().getArea(5).contains(player) && player.isVisible() && !playerNames.contains(player.getName());
  7. Bad proxy source. Flagged IPs.
  8. Those are the worst. Glad I got out while I could.
  9. if(bank.isOpen()){} Should be the same thing .interact(TREE_NAME, "Chop"); for example Widgets are just the overlay in the game. You won't use widgets when interacting with the actual world, just things in your inventory/bank/menus, etc Java doesn't support pointers. Seriously tho just read a lot of snippets
  10. You have an accident or a crazy ex?
  11. Short update: I took the farm down temporarily (kind of). I wasn't happy with how little it was producing (still decent but not great). It didn't feel worth my time in some regards. Working on a p2p farm to the same quantity scale, but higher gp/hr. I have lots of big goals for this, although I will likely share much less for method safety reasons.
  12. Naked

    ban :(

    Botting = bans
  13. Naked

    .

    I mean, you wouldn't want Slicer's help with that unless you're fine with a C in elementary addition.
  14. public void onResponseCode(int code) throws InterruptedException { log("Code: " + code); switch(code){ case 4: log("BANNED"); sleep(3000); System.exit(0); } }
  15. Do the thing where you hit the thing real gud
×
×
  • Create New...