Search results

  1. AWA

    New version of anti-cheat script!

    Replace your event handler with this: "hackFlag" addPublicVariableEventHandler { _array = _this select 1; _player = _array select 0; _hackType = _array select 1; _hackValue = format ["%1", _array select 2]; diag_log format ["AWA ANTI-HACK: %1 (%2) was detected for %3 with...
  2. AWA

    New version of anti-cheat script!

    You mean a message appearing for all the players?
  3. AWA

    New version of anti-cheat script!

    player removeWeapon _x; hackFlag = [player, 'Hacked Item', _x]; publicVariableServer 'hackFlag';
  4. AWA

    New version of anti-cheat script!

    The code which is commented out there is Not working Made 100% by me On-topic: I don't recommend to use auto-banning for now, people can be banned on server restarts by that.
  5. AWA

    New version of anti-cheat script!

    The only thing that this and monky monitor has in common is the variable 'scan'.
  6. AWA

    New version of anti-cheat script!

    I know, read the comments in the code.
  7. AWA

    New version of anti-cheat script!

    Working on a fix for the false bans.
  8. AWA

    New version of anti-cheat script!

    You can run it through the mission too, but it's easier for hackers to bypass it then. For the illegal weapons, you can add [] spawn { while {true} do { _items = weapons player; { if (_x in _items) then...
  9. AWA

    New version of anti-cheat script!

    This time I've started completly from scratch, and I haven't removed anything from the code! Not properly tested yet. Can be used in combination with pyBeScanner with strict remoteexec scanning to auto-ban. All hack attempts detected are logged to arma2oaserver.rpt. This script remotly...
  10. AWA

    Was it a bad idea or a good one?

    Use pyBEScanner instead
  11. AWA

    SQL: Survivor History

    Thanks!
  12. AWA

    Help with setpos.txt filter

    Isn't it supposed to be like this? 2 "" !"Concrete_Wall_EP1"
  13. AWA

    BanZ Union - Shared ban list between reputable server owners

    How do I register for this? Can't see any "form below" on the website.
Back
Top