Jump to content

Botre

Members
  • Posts

    5883
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Botre

  1. Botre

    Damages

    I would recommend you just go to your local computer shop and let them diagnose your hardware, just add that extra cost to the damages. Or just google ^^
  2. Botre

    Damages

    If anything is electrically damaged it is most likely going to be the PSU and/or motherboard. GPU, CPU and RAM should be fine, unless you're unlucky. Remove all components and test the current flows of all units separately.
  3. What if their system worked like this: Every time you get caught cheating you get a strike. Every x strikes you are penalized by an offence. This would justify botted accounts being worth less, because they could potentially already have strikes and would therefore be closer to an offence. Unless you can prove that there's no such thing as pre-offence strikes, it's hard to guarantee that botted accounts are an equally safe buy when compared to non-botted accounts.
  4. The example you provided is legal dw This however wouldn't be: List<String> list = new ArrayList<>(); Stream<String> stream1 = list.stream(); Optional<String> optional1 = stream1.findAny(); Optional<String> optional2 = stream1.findAny(); // <-- Illegal Stream<String> stream2 = stream1; Optional<String> optional3 = stream2.findAny(); // <-- Illegal That's why it's recommended to keep both the creation and consumption of Streams in the same one line of code.
  5. Stream<Player> ourStream = getPlayers().getAll().stream(); Stream<Player> ourFilteredStream = ourStream.filter(player -> (player.exists(); Keep in mind that you can only consume a stream once. Nice tutorial though
  6. http://programmers.stackexchange.com/questions/149563/should-we-avoid-object-creation-in-java (Just another side of the story I guess, not disagreeing with you but I saw an opportunity to confuse everyone a little bit more and so I figured: why not?)
  7. It's redundant code though. It might matter some day ^^
  8. System.gc() I'm not even kidding.
  9. Scrambled ETNTFWTPSRWS N-word Tower Eiffel Tiger Poo Rhymes Snotty Whiny Scotty
  10. An anonymous implementation would still make the filter custom, making it as a class makes it easier to reuse it in all your yak scripts I guess :p
  11. Botre

    No Gui popping up

    - Name of the script? - Anything logged in the console log?
  12. The ability to grab the OSB username was added back in.
  13. band aids
  14. Faster AND quicker??? Omg usually it's just faster but not quicker, good job.
  15. Hard to tell without seeing the architecture behind it all. Might be this though: s.groundItems.closest(Constants.areaDragons,Constants.loot) == null Try and remove that and see how it affects your CPU ^^
  16. I'm going to watch at least 10 more of them right now.
  17. Makes your jar clickable (opens the OSB client). That's why I don't bother removing it.
  18. Don't, scripter aren't in charge of the administrative side of sales.
  19. Unless you currently have or plan to get a monitor with a 120-240 Hz refresh rate, buying a GPU to meet that 220+ FPS goal is just going to be a waste (more expensive GPU, more expensive PSU and more expensive cooling). Edit: nvm, didn't see the post about your monitor :p
  20. Botre

    Smoking

    3 easy steps to keep cigarettes out of your mouth forever. Drink lava. Cause irreparable damage to mouth and throat. Die in horrible agony.
  21. Botre

    ..

    . . . . . . . . .
  22. Lel. Entrepreneurship is a mindset, not a job.
  23. L2pathfind gower :|
×
×
  • Create New...