R-AntiCheat [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Sep 9, 2014.
-
How do i set this up where it doesn't tell the users what a one user is doing? It told me I was speed hacking earlier too when I wasn't. Has anyone noticed this thing picking up on hacks that arn't occuring. How do I enable it to kick after like the 3rd repeat.
-
Only those who are logged into Rcon can see if anyone gets detected by the anticheat. If you mean you don't want the players to see if someone is banned from the server then go into your config file and open AntiCheat.json and change
Code:"Settings: Broadcast Bans to Players": true,
Code:"Settings: Broadcast Bans to Players": false,
You can always turn off so the anticheat doesn't ban for Speedhacking, but i highly recommend you keep it on. I haven't had much problem with it banning people who doesn't hack when it comes to this. However you should consider to turn off the Walkspeedhack, as people gets detected for it when f.e removing parts of their base etc.
Again if you want to turn of either WalkSpeedHack or the Speedhack you find the option to do so in the AntiCheat.json -
hello guys i use the R-AntiCheat but the celling anti cheat dont work..
How i can fix this?
this is the .txt file
Code:{ "PunishByBan":true, "useAntiWallSpeedHack":true, "FlyDetectionsForPunish":1, "NotifyInChat":false, "SpeedDetectionsForPunish":1, "useAntiJumphack":true, "AirdropAutoLootDetectionsForPunish":2, "NotifyInConsole":true, "NotifyAdmins":true, "Version":"1.5", "useAntiBlueprintUnlocker":true, "PunishForAirdropAutoLoot":true, "useAntiSpeedhack":true, "timeofcheck":1800, "PermanentCheck":false, "useAntiAirdropAutoLoot":true, "useAntiCeilingSpawnRemoval":true, "JumpDetectionsForPunish":1, "useAntiFlyhack":true, "PunishForBlueprintUnlocker":true, "PunishForCeilingSpawnRemoval":true, "PunishByKick":false, "NotifyInChatName":"r-AntiCheat" }
Last edited by a moderator: Jul 8, 2015 -
yeah ceiling anticheat not working properly, but it has nothing to do with config. This plugin is really broken and it should be fixed...
-
but it wont, at least not by me.
-
Anyone else having issues with the percentage value for rNoRecoil? I set the percentage to 65, but every now and again, it still bans people for 1 no-recoil detection out of 13 kills (1/13) or something really similar, which is clearly not a 65 percent detection ratio.
-
I see there is a method to allow admins to "bypass" the anti-speed. It seems to be done by suppressing the "punish" action based on these permissions:
Permissions / SpeedDetection Ignore:
Players with admin permissions will be ignored by the Speedhack detections
Admins are: rcon.login & oxide permission: cananticheat
I see in the code where this seems to be accomplished:
static void Punish(PlayerClient player, string reason)
{
if (player.netUser.CanAdmin())
{
Debug.Log(string.Format("Ignored punish on {0} because he is an admin.",player.userName));
if(player.GetComponent<PlayerHandler>() != null) GameObject.Destroy(player.GetComponent<PlayerHandler>());
return;
}
Is this universal, and applies to suppress the punish action for all anticheat "events" for admins, since they all use the same Punish() function, or just the Speedhack as indicated in the overview? -
I was wondering, could anyone possibly tweak the R anticheat:
1. Much more sensitive no recoil
2. head shot numerous times in a row (punish able)
3. k/d with how many headshots and how many hours played
Best regards -
- You can configurate recoil in configuration
- about second there is something like this in configuration, but not particulary headshots, it takes outofrange
- Why? There will be a lot false positives!
-
There are too many cheaters in legacy currently. About 50 daily bans with Family Share blocker. Mostly speed hackers. That's why Id like something of this feature -
-
Is that really in seconds? 60 minutes? -
-
When i installed R Anti cheat for my last oxide version
This message in cmd rust server was:
Code:[Oxide] 10:15 AM [Warning] Ignored obsolete game extension reference 'Oxide.Ext. RustLegacy' in plugin 'AntiCheat'
-
I can't get the plugin to work.
I dropped it into the normal plugin folder, but it doesnt seem to work.
+ removed all other anti cheats.
I am using Oxide 1.18
[DOUBLEPOST=1439743131][/DOUBLEPOST]https://i.gyazo.com/045d3e16a95e00c9193f31f129847e6a.png (where it's located) -
doesn't work for oxide 1.18 only 2.0
-
Do 1.18 plugins work for 2.0?
-
Wulf Community Admin
-
7:46 AM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.RustLegacy' in plugin 'AntiCheat'
7:46 AM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.RustLegacy' in plugin 'CopyPaste'