Reneb updated Enhanced Ban System with a new update entry:
3.0.6
Enhanced Ban System [Replaced]
Discussion in 'Plugin Support' started by Reneb, Oct 28, 2014.
-
You could make your plugin ban for dupe resources and things like learned in recent versions RUST dupe began work in console began to appear the inscription "Assertion failed: split_Amount <= 0" means that the server occurred dupe resources and things, here's an example The plugin "Anti-dupe":
function PLUGIN: OnItemRemovedFromContainer (container, item)
if (not container or not container.playerOwner) then return end
local player = container.playerOwner
local PlyID = rust.UserIDFromPlayer (player)
local name, amm = item.info.shortname, item.amount
if (amm <2) then return end
local ilist = container.itemList: GetEnumerator () while ilist: MoveNext () do local ilname = ilist.Current.info.shortname local ilamm1 = ilist.Current.amount local ilamm2 = ilist.Current.amount-1 if (ilist.Current ~ = item and self.Dupe [PlyID] and self.Dupe [PlyID] .iname == ilname) then if (self.Dupe [PlyID] .iamm == amm) then if (ilamm1 == amm or ilamm2 == amm ) then item: Remove (0) rust.BroadcastChat ("Anti-Dupe", player.displayName .. "is trying to DUPE" ..item.info.displayname) break end end end end
end
but it is no longer supported, it would be very cool if your plug-in for the ban was the dupe, thanks in advance. -
bad idea to make it in lua XD
i have the plugin, but to use it on oxide it's missing a hook.
so it's unusable by anyone exept people that add the hook themselves.
and i wont post it as i dont want hackers to see how i detect them. -
Not banned.
I'am ban myself from first Steam account
Reconnect from another account - not ban -
if you have the same ip it should work fine.
-
-
How is this being caused ?
-
thx probably because you dont know the player.
i'll look into this, you probably dont have an optional dependency.
[DOUBLEPOST=1451220645][/DOUBLEPOST] -
I'am ban myself from first Steam account
Reconnect from another account - not ban
IP not changer
[DOUBLEPOST=1451221324][/DOUBLEPOST]Sorry - working/ Lag server
[DOUBLEPOST=1451221831][/DOUBLEPOST]You can exchange ban system. All players from 1 IP add in 1 table
"steamID": [
"76561111111111111",
"76561111111111112",
"76561111111111113"
],
"reason": "Reason",
"name": "Nick",
"IPs": [
"185.3.35.196"
], -
hi..give it a way to stop the chatinput from plugin......"...was detected to hiting fast..."?at more than 100 players dont see chat=).
pls help me...and sorry for bad english.
sorry wrong thread its from anti cheat sorry...ebs works very nice thx for this plugin!Last edited by a moderator: Dec 27, 2015 -
Reneb updated Enhanced Ban System with a new update entry:
3.0.7
-
I understand this dupe cheat works when a large number of values, you could make the ability to set a maximum value stacks in Inventor player, say 9999 and if suddenly there is something higher than this means that the player uses dyupe
-
actually saw some players duping 750, not anymore so ... the one that you can find on internet works for high numbers, but you can probably dupe the number you want
-
So the following will add IP bans even if the player or IP is offline? I just don't understand where they are saving to or are they referencing something else?
player.ban 127.0.0.1 Hacking -
yes you can.
doesnt matter if he is online or offline this ip wont be able to join back -
So if I wanted to compile one IP banlist on one server, how would I transfer it to another?
-
-
I was able to remove resources when throwing them to the ground, but still Inventor changes the value of the resources that you recommend?
Attached Files:
Last edited by a moderator: Dec 30, 2015 -
-
-
Last edited by a moderator: Dec 30, 2015