Search results

  1. DreTaX

    About me

    I'm still sick as hell, got some strength here to check on the forums. I'm working on my university exams too, give me some time to revive. Been looking at the bans on 1.3.5, wouldn't even expect less. Some of the guy started crying because: "I got banned for unknown hacks! Unban me, shit...
  2. DreTaX

    Solved On_ServerInit C# problem ?

    It's a rust hook. No idea why Is init called there :D
  3. DreTaX

    Important About RustBuster 1.3.4 and Update problems

    I got a nice fever mixed up with pukes. Pretty sick. If I feel better im gonna look into ot. -phone
  4. DreTaX

    Important About RustBuster 1.3.4 and Update problems

    1/14/2017 1:14:25 PM [RustBuster] [color red] Connection timed out! Weak connection maybe?
  5. DreTaX

    Important About RustBuster 1.3.4 and Update problems

    What is the problem? i dont see anything
  6. DreTaX

    RustBuster Client Sided Scripting

    Dear users of Fougerite, How would you imagine RustBuster's Scripting side? Which language? It would download scripts from the server? Do you need any special sorta thing? GUIs? Anything? Add any special obfuscation?
  7. DreTaX

    Solved C# to xml error Dictionary

    [System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]is not supported because it imple ments IDictionary. Try with IDictionary instead of Dictionary i guess.
  8. DreTaX

    Solved Rust Experimental support?

    Pretty complicated. It took me some time to get into It back in the days in 2014-2015. C# and C++ compiled codes are made out of CIL (Instructions). Last time I used CIL to prove my University Teacher that he is wrong. Here is out CIL patcher...
  9. DreTaX

    RustBusterServer - 1.3.5

    Bunch of additions and fixes in the client Added server console command rb.reload (Reloads everything, hwid inis too) /rustbuster reload Added admin hack logs
  10. DreTaX

    Solved Rust Experimental support?

    A simple CIL modification. I used to do that too, and will probably do, when I finally get back as an active dev to pluton.
  11. DreTaX

    RustBusterServer - 1.3.4C

    Added a cfg option to allow newer client to connect Changed some messages Added BASIC API to the Server for plugins to use Logging system changed a bit
  12. DreTaX

    Rust legacy on linux

    fougerite.save or ctrl+c directly in the console to shutdown safely.
  13. DreTaX

    Approved BuildingRestriction

    Change: def On_EntityDeployed(self, Player, Entity): To: def On_EntityDeployed(self,Player,Entity, ActualPlacer): Use ActualPlacer instead of Player
  14. DreTaX

    Rust legacy on linux

    A virtual windows works fine.
  15. DreTaX

    Rust legacy on linux

    I would pick Debian, but the server files are totally fine. I can't help you setup your server on linux. Sorry.
  16. DreTaX

    Rust legacy on linux

    http://crackedrustservers.enjin.com/forum/m/19611458/viewthread/12328363-rust-cracked-server-on-linux However a linux server is unstable afaik.
  17. DreTaX

    Approved DonatorRank

    https://github.com/dretax/Python-Plugins/blob/master/FougeritePlugins/DestroySystem/DestroySystem.py#L307 A dictionary usage, a little import and boom. Seems better. :D