Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7257
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Sure thing. Granted .
  2. Are you using mirror mode?
  3. Since bans happen with any script; not necessarily. If you can supply me with an account that has access to trollheim I could add it in.
  4. Granted .
  5. Granted.
  6. It seems you've already had your trial once.
  7. Granted.
  8. Yeah. Trial granted.
  9. Sure thing. Granted
  10. Trees are on the roadmap but as the update's quite a big one and my agenda's always fully packed, it'll take a bit of time.
  11. No need to, trial granted :).
  12. Sure thing. Trial granted .
  13. It is flat & trial granted .
  14. Sure thing. Granted .
  15. 12h granted .
  16. Due to the combination of your join date and post count I’m not able to grant you a trial
  17. @Medusaa I had a quick skim through your code. Try looking into using try-with-resource code blocks. You're instantiating an HttpClient and never closing it. Instead of HttpClient httpclient = HttpClients.createDefault(); Try using the Closable option try (CloseableHttpClient httpclient = HttpClients.createDefault()) { // All the other code in here, rather than below your initial HttpClient instantiation } catch (IOException e) { e.printStackTrace(); }
  18. We all know papa Sexplv is S5
  19. @ProjectPact Congratulations, well earned!
  20. Granted. I’ll need some proof of any purchased scripts. Sorry about this buddy .
  21. Due to the combination of your post count + join date, I won't grant you a trial.
  22. The trial was only active for 24 hours, starting the moment I granted it.
  23. The OSBot clients needs updating. Please patiently wait for the devs to fix the client .
  24. Granted .
×
×
  • Create New...