Advertisement
Meliodas0_0

anti kick jb

Mar 11th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. local screnv = getsenv(game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript)
  2. local real_pcall = screnv.pcall
  3. screnv.pcall = function(f)
  4. for _,v in next,getupvalues(f) do
  5. if v == screnv then
  6. for k2,v2 in next,getupvalues(f) do
  7. if v2==false then
  8. setupvalue(f,k2,true)
  9. end
  10. end
  11. screnv.pcall = real_pcall
  12. break
  13. end
  14. end
  15. return real_pcall(f)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement