1. Reneb updated Enhanced Ban System with a new update entry:

    3.0.6

     
  2. 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.
     
  3. 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.
     
  4. Not banned.
    I'am ban myself from first Steam account
    Reconnect from another account - not ban
     
  5. if you have the same ip it should work fine.
     
  6. No work
     
  7. How is this being caused ?

    banbug.png
     
  8. thx probably because you dont know the player.
    i'll look into this, you probably dont have an optional dependency.
    [DOUBLEPOST=1451220645][/DOUBLEPOST]
    any errors or message sohwing?
     
  9. no error.
    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"
    ],
     
  10. 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
  11. Reneb updated Enhanced Ban System with a new update entry:

    3.0.7

     
  12. 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
     
  13. 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
     
  14. 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
     
  15. yes you can.
    doesnt matter if he is online or offline this ip wont be able to join back
     
  16. So if I wanted to compile one IP banlist on one server, how would I transfer it to another?
     
  17. I also think using LUA is a bad idea, however I have found that you do not need any custom hooks, you can make an AntiSpawn using the available hooks with C#.
     
  18. 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:

    • 3.jpg
      3.jpg
      File size:
      431.3 KB
      Views:
      20
    • 4.jpg
      4.jpg
      File size:
      217.4 KB
      Views:
      23
    • 5.jpg
      5.jpg
      File size:
      430.2 KB
      Views:
      24
    • 6.jpg
      6.jpg
      File size:
      429 KB
      Views:
      20
    • 7.jpg
      7.jpg
      File size:
      427.4 KB
      Views:
      21
    • 8.jpg
      8.jpg
      File size:
      430.1 KB
      Views:
      24
    • 9.jpg
      9.jpg
      File size:
      421.5 KB
      Views:
      23
    • 10.jpg
      10.jpg
      File size:
      739.4 KB
      Views:
      23
    • 11.jpg
      11.jpg
      File size:
      436 KB
      Views:
      23
    Last edited by a moderator: Dec 30, 2015
  19. what hook?
     
  20. With the same hook he mentioned. OnItemAddedToContainer. I guess it's not strictly "AntiSpawn" more, like "SpawnDetector". If you really wanted a true "AntiSpawn" you would have to fix the integer overflow that's happening. Maybe that's the hook you are talking about?
     
    Last edited by a moderator: Dec 30, 2015