Search results

  1. DreTaX

    Tphere and tpto

    Well the code that I posted doesn't do It, but yes. Anyone can do this sadly, even on Oxide, and on RustEssentials. It would be hard for anyone to bypass this. The host can do this by simply getting the current slots of the server, and checking if it equals with the slots that the person paid for.
  2. DreTaX

    Approved Group++

    Full error from the logs please.
  3. DreTaX

    Tphere and tpto

    I have no idea if this thing will work. Create the ReservedSlots.py for It. import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite ReservedSlots = 10 # <- Set that to the max reserved slots red = "[color #FF0000]" class ReservedSlots: server = None Diff = 0 Slots...
  4. DreTaX

    Tphere and tpto

    I guess It's possible to do It. Interesting though, the class contains info about the values but the wiki doesn't lol.
  5. DreTaX

    Solved airdrops in 1.0.7B

    You think you can try this? import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite class WhatEver: SupplyDrop = None def On_PluginInit(self): self.SupplyDrop = Util.TryFindReturnType("SupplyDropZone") def On_Command(self, Player, cmd, args): if...
  6. DreTaX

    Tphere and tpto

    You can set the default flags in the rust++.cfg. then you can use the /addadmin command, ehich shouldnt give RCON. Sent from my Samsung Galaxy S4
  7. DreTaX

    Approved TpFriend

    DreTaX updated TpFriend with a new update entry: Fixes/Additions Read the rest of this update entry...
  8. DreTaX

    TpFriend - Fixes/Additions

    Fixes I added anti-dizzy hack so It won't allow people to fall through ceilings at all.
  9. DreTaX

    Approved DeathMSG

    3.5.1 Is the latest. It's also on my github and on fougerite.
  10. DreTaX

    Approved DeathMSG

    DreTaX updated DeathMSG with a new update entry: Fixes Read the rest of this update entry...
  11. DreTaX

    DeathMSG - Fixes

    BannedPeople usage fixes.
  12. DreTaX

    Approved IdIdentifier

    DreTaX updated IdIdentifier with a new update entry: Fixes Read the rest of this update entry...
  13. DreTaX

    IdIdentifier - Fixes

    Fixes
  14. DreTaX

    Approved DeathMSG

    DreTaX updated DeathMSG with a new update entry: Fixes Read the rest of this update entry...
  15. DreTaX

    DeathMSG - Fixes

    Lots of code fixes Update range.ini Update DeathMSGConfig Added an option which supports you to use BannedPeople's Inifile, so you can use only one ini instead of two.
  16. DreTaX

    WPE Exploit Patcher

    DreTaX submitted a new resource: WPE Exploit Patcher - Assembly DLL to bypass a Rust Exploit Read more about this resource...
  17. DreTaX

    WPE Exploit Patcher - WPE Exploit Patcher

    This is included in Fougerite 1.1.0+ This is included in Fougerite 1.1.0+ This is included in Fougerite 1.1.0+ This is included in Fougerite 1.1.0+ This is included in Fougerite 1.1.0+ This is included in Fougerite 1.1.0+ This is included in Fougerite 1.1.0+ This is included in Fougerite 1.1.0+...
  18. DreTaX

    Solved waiting for character ???

    When this happens, grab your output.log
  19. DreTaX

    Adding new objects

    I wish I would be a C# pro, but I would need to look for a better IDE than the Visual Studio. Sent from my Samsung Galaxy S4
  20. DreTaX

    Adding new objects

    Well yeah. The harder but nicer thing is what we want to do is that the extra client communicates with the server and would be able to download the installed mods. Even allow us to create the client sided mod, and allow us to ban the client via processor ID. Or the simpler thing is that the...