Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2. --[[ANTI CHEAT BYPASSES, THANKS TO GEORGE]]--
  3. --PG
  4. hook.Remove("PlayerBindPress","CheckIllegalBind")
  5. hook.Remove("PlayerBindPress","CheckIllegalKeys")
  6. hook.Remove("PlayerBindPress","CheckIllegalKey")
  7. hook.Remove("PlayerBindPress","DetectBinds")
  8. hook.Remove("PlayerBindPress","CheckStupidStrafe")
  9. --TWOSCORE
  10. timer.Destroy("ConVarCheck")
  11. --GAC
  12. local override = debug.getupvalue(_G["hook"]["Add"], 2)
  13. if(override == "reportme") then
  14. debug.setupvalue(_G["hook"]["Add"], 2, function(abuse) print("you tried to report me for: "..abuse) end)
  15. end
  16.  
  17. for k,v in pairs(hook.GetTable()["OnGamemodeLoaded"]) do
  18. if(debug.getupvalue(v,1) == "runstringov") then
  19. debug.setupvalue(v,3,function() print("I KILLED IT") end)
  20. end
  21. end
  22. --[[-------------------------------------]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement