Maxdace66

[LUA] GMOD Disable Anti Family Sharing

Apr 9th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. --[[
  2.  
  3. Disable Anti Family Sharing
  4.  
  5. ]]--
  6.  
  7.  
  8.  
  9. hook.Remove("PlayerAuthed", "CheckFamilySharing")
  10. hook.Remove("PlayerAuthed", "PlayerAuthed-NetSend")
  11. hook.Remove("ULibPostTranslatedCommand", "BanHook")
  12. hook.Remove("CheckPassword", "Extra-BanChecks")
Add Comment
Please, Sign In to add comment