This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # threshold at which clients get disconnected | |
| SIGNAL_THRESH="-96" | |
| # exclude this client | |
| # TODO make this an array | |
| EXCLUDE="AA:BB:CC:DD:EE:FF" | |
| wl_path="/usr/sbin/wl_atheros" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <sdktools> | |
| #include <dhooks> | |
| int CHookMgr_PlayerRunCmd_LINUX[] = | |
| { | |
| 0x55, 0x89, 0xE5, 0x57, | |
| 0x56, 0x83, 0xEC, 0x30 | |
| }; |