Search results

  1. DreTaX

    AdvancedTester (RecoilTest/JumpTest) - Update

    User under test will JUMP if he presses F5 (Hack button)
  2. DreTaX

    RustBuster

    ? Sent From My Samsung Galaxy S4
  3. DreTaX

    Approved AdvancedTester (RecoilTest/JumpTest)

    When I get home lal Sent From My Samsung Galaxy S4
  4. DreTaX

    Approved AdvancedTester (RecoilTest/JumpTest)

    Nope. Some hacks do not allow turning them off. I didn't put the update on, but the newest makes the player jump if he presses the hack button.
  5. DreTaX

    Fougerite Official

    Try this. (Clean ulink.dll and assembly)
  6. DreTaX

    Fougerite Official

    This shitty Rsut Ulink is getting shitter all the time. I will see if i can patch that.
  7. DreTaX

    Player Logging

    Something with EAC. I will check It out.
  8. DreTaX

    Player Logging

    http://fougerite.com/resources/admintools.119/
  9. DreTaX

    Fougerite Official

    ////KillMessages //By ABC function On_PlayerHurt(HurtEvent) { if (HurtEvent.Victim == null || HurtEvent.Attacker == null || HurtEvent.Sleeper) { return; } var a = HurtEvent.DamageAmount; var b = HurtEvent.Attacker.Name; if (b == "MutantWolf") { if (a > 10 &&...
  10. DreTaX

    Fougerite Official

    [9/5/2015 12:55:20 AM] [Error] [Magma] Error invoking function On_PlayerHurt in tishi plugin. What's tishi?
  11. DreTaX

    Fougerite Official

    Try 1.4.4
  12. DreTaX

    Approved AdminPlus

    Yes, but Rust++ stores the admins ID as ulong. You need to use Player.UID
  13. DreTaX

    Fougerite Official

    I don't think that's Fougerite. Do you have EAC? Which version?
  14. DreTaX

    Approved AdminPlus

    You just add flags in the admins.xml under the user. Player.Moderator checks if the player has the Moderator flag. https://github.com/Notulp/Fougerite/blob/master/Fougerite/Fougerite/Player.cs#L426 in a plugin you would do: if not Server.HasRustPP: return...
  15. DreTaX

    Approved AdminPlus

    Moderator flag feature was added later and jakkee still uses the mosderator plugin as a dependency. If he updates It then It will support It.
  16. DreTaX

    Approved HungerGames

    DreTaX updated HungerGames with a new update entry: 1.4.8 Read the rest of this update entry...
  17. DreTaX

    HungerGames - 1.4.8

    Performance tweaks. Using 1.1.8 methods
  18. DreTaX

    Approved BannedPeople

    CanBan refers to the Rust++ permission. Give him the permission called Moderator and It will work.
  19. DreTaX

    Approved EasyAirdrops

    //Plugin:EasyAirDrops //Author:CorrosionX //Version:1.1 function On_PluginInit(){ if(!Plugin.IniExists("EasyAirdrops")){ var setini = Plugin.CreateIni("EasyAirdrops"); setini.AddSetting("Settings", "PlayersRequired", 3); //Default setini.AddSetting("Settings"...
  20. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.1.8 Read the rest of this update entry...