[ Scanner System ] Class(es): Scout Description: An alias system that makes using the Scout's scan ability easier. Pressing "x" toggles the power of the scan (10, 30, 100) and pressing "z" does the scan. Code: alias tf_s1 "bind x tf_s2;bind z scan10;echo Scan Range 10" alias tf_s2 "bind x tf_s3;bind z scan30;echo Scan Range 30" alias tf_s3 "bind x tf_s1;bind z scan100;echo Scan Range 100" bind x "tf_s1" // Get more aliases from The TF Anti-Cheat Project: // http://that.co.nz/anti-cheat // http2//anticheat.com // http://redirect.to/anticheat