Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. smac_eyetest:
  2. CUserCmd checks on various items, including:
  3. -Checking if the eyeangles are out of a valid range. The pitch must have an absolute value of 135 and the yaw must have an absolute value of 270. Roll does not get checked
  4. -Checking for duplicate user commands. If you use the same command_number, tick_count, or buttons for a certain period of time, they ban you.
  5. smac_aimbot:
  6. Checks for viewangle jumps over 45 degrees leading to a kill. Ignores melee weapons.
  7. smac_autotrigger:
  8. Detects a jump as soon as you land (bunnyhopping), or IN_ATTACK being added and removed every other tick ("auto fire")
  9. smac_commands:
  10. Simply blocks certain commands from being executed, such as changelevel, and checks if you disconnect with a reason over 235 characters in length.
  11. smac_css_antiflash:
  12. Sends a usermessage named Fade (index 12) to the client forcing them to have a white screen whenever they get flashed for a very short period of time.
  13. smac_css_fixes:
  14. Stops players from respawning if they rejoin. Also prevents a player from defusing a bomb if they can't see it.
  15. smac_hl2dm_fixed:
  16. Slays you and alerts admins if you switch teams after launching a projectile using the physcannon. Blocks a bunch of commands if you've performed them in rapid succession, such as crouching or toggling the flashlight.
  17. smac_eac_banlist:
  18. Kicks you out if you have a ban on EAC, including VAC (actually checks their database for the VAC ban.).
  19. smac_esea_banlist:
  20. Kicks you out if you have a ban from ESEA.
  21. smac_kac_banlist:
  22. Kicks players on the KAC banlist.
  23. smac_rcon:
  24. Fixes some bugs relating to RCON in older games. Also has the ability to only allow some IPs to use RCON.
  25. smac_cvars:
  26. Checks if a player has a convar, if they are missing one, or if a convar has an illegal value. If it fails to get the value of a certain convar, it will kick you. It also doesn't do a check on FCVAR_USERINFO convars, so tell people to setinfo 0penscript 1, and they'll get banned, lol.
  27. smac_speedhack:
  28. Checks if you've sent too many commands. If you're ping spikes above 5ms, it will ignore you, otherwise it will slow you down and alert admins.
  29. smac_spinhack:
  30. Detects if you're viewangles change more than 1440 degrees in one second. Can be slightly bypassed by increasing mouse sensitivity to 6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement