Search results

  1. DreTaX

    Rust Legacy Server Files Download Corrupt?

    One of them is not cracked, but idk which. I think the first is clean. https://mega.nz/#!KUBnRRjK!LUymXmJzM1qORgq5qHENQrMx5sKu7CJqc0QUQNkxK_0 https://mega.nz/#!mY4jkSgA!s-FkoXxJUuHwer0oo2BDkvKBee4PjxZjJYNRgyan5FM
  2. DreTaX

    Approved Wiper

    Nothing serious just does damage to entities using the configured damage. /wipecheck checks if the owner of the buildings is inactive for x days.
  3. DreTaX

    Approved RockBaseFinder

    It's an option not to call the teleport event.
  4. DreTaX

    Approved RockBaseFinder

    Change Player.TeleportTo(Player.X, NewY, Player.Z) to Player.TeleportTo(Player.X, NewY, Player.Z, False) Maybe It will fix It.
  5. DreTaX

    Export BanList from DataStore

    Ummmmmmmmmmmmmm. I finally have time to do stuff... Yeah, I'm sure I can do some sort of thing like that. I'm currently checking what can I do about EAC. Then gonna go on RustBuster then probs gonna look into this.
  6. DreTaX

    Shutdown / Restart Plugin

    I'm looking in it.
  7. DreTaX

    Shutdown / Restart Plugin

    Try this. Also rustpp.shutdown should be using the same method now.
  8. DreTaX

    [REQ] ModeratorAccess Login/Logout

    I see. Hummm.
  9. DreTaX

    Shutdown / Restart Plugin

    Test this please. Commands: /shutdown /shutdown urgent - Immediately shuts down the server without saving New cfg option: shutdown_trigger=10 ; Triggers timer every 10 seconds Permission for shutdown cmd: CanShutdown Kill command should be fixed
  10. DreTaX

    how configure drop++?

    Min=0 and Max=0
  11. DreTaX

    how configure drop++?

    Simply go through every ini, check if there is M4 and put those values to 0. That should work.... https://db.tt/Q9PZPWma
  12. DreTaX

    how configure drop++?

    Dude Oxide plugins won't work on hour platform.
  13. DreTaX

    Approved GeoIP

    @PearlJ Edit https://stats.pluton-team.org/PlutonGeoIP/?ip= to http://stats.pluton-team.org/PlutonGeoIP/?ip= for now
  14. DreTaX

    Approved Proxy Checker

    Use this. import clr clr.AddReferenceByPartialName("Fougerite") import sys import Fougerite import re class ProxyChecker: def On_PlayerConnected(self, Player): try: Message = str(Web.GET("http://iphub.info/api.php?ip=" + Player.IP + "&showtype=4"))...
  15. DreTaX

    Solved sleepers time.

    Use this one instead.
  16. DreTaX

    Solved sleepers time.

    This one should then. I added new config options so delete ur config. Turn debug to true and type /sleepers to reload the config. The console should tell you if someone's sleepers should be removed.
  17. DreTaX

    how configure drop++?

    What's wrong? It's not hard to configure it
  18. DreTaX

    Approved GeoIP

    Oh crap. I'm contacting iScripters now.
  19. DreTaX

    Some info about RustBuster

    Since you guys asked me about RustBuster, currently I rewrote the SSL part 2 times now, since as I mentioned before the Microsoft SSL API failed to work on Mono, and Mentalis API only works on .NET 1.0..... I rewrote the SSL part, and successfully switched the client side to SecureBlackBox's...
  20. DreTaX

    Fougerite Official

    I can look at It.