1. What are the chances of a false-positive on the anti-wallhack?
     
  2. What about doors?
     
  3. I need vidéos ... No reason why doors would fall off
     
  4. I haven't tested yet...
     
  5. still needs improvements, but this plugin should stop players from wallhacking at least.
    [DOUBLEPOST=1429517769][/DOUBLEPOST]from what i've tested there are no doors falling out :/
    [DOUBLEPOST=1429518178][/DOUBLEPOST]As for the false detections, yes if players build on them they will get detected as wallhacking (well usually they wont but they can) that's why i didnt add the autoban yet i need to improve, but at least you wont have players wallhacking on your server :p
     
  6. So.. Some people lagging when running...

    Someone get ban when jumped and get headshoot...
     
  7. you saw it or he tells you that?
    because the flyhack checks if there is a ground 5m under you, so people jumping can't get detected.
    and normally if they lag they get detected 1 time out of 2, so don't get autobanned.
    again i need videos if you have some :x
     
  8. he said that jumped... Never mond about this.

    What about lagging movement?
     
  9. lagging movement, what do you want me to do xD?
    they will spamm the server but they won't get banned ;)
     
  10. Dude said that server get him back for 2-3 steps...
     
  11. oh then that's facepunch anti speedhack XD
    my speedhack doesn't teleport players back ;)
     
  12. Earlier today chat was spammed by the anti-fly when a player was swimming in some deep water :D
     
  13. Ah thanks ^^ ill fix that ^^
     
  14. So... Problem with doors. People moving through them quickly and closing doors, but if it's quick - it pushes them back :(
     
  15. nothing to be done here,
    the door needs to be open for the protection to be deactivated.
    if it's not there is nothing that can be done to not push them back.
    unless removing the door protection ^^
     
  16. How can I swith off doors protection, please?
    [DOUBLEPOST=1429533721][/DOUBLEPOST]Reneb, please..
     
  17. remove it from the code where door.hinged is
     
  18. So, remove like this?


    Code:
    if (block.blockDefinition != null && (block.blockDefinition.hierachyName == "wall" || block.blockDefinition.hierachyName == "door.hinged"))if (buildingblock.blockDefinition.hierachyName == "wall" || buildingblock.blockDefinition.hierachyName == "door.hinged")
    to:

    Code:
    if (block.blockDefinition != null && (block.blockDefinition.hierachyName == "wall"))if (buildingblock.blockDefinition.hierachyName == "wall")