Trosk

Recoil Zombie Insta Kill script

Aug 3rd, 2020 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local env = getsenv(game:GetService("Players").LocalPlayer.PlayerScripts.Shockwave)
  2. local dialog = env.Dialog
  3. local callServer = debug.getupvalue(dialog, 2)
  4. local hook
  5.  
  6. hook = hookfunction(callServer, function(...)
  7. local t = {...}
  8.  
  9. if t[1] == "YWHY" then
  10. for i = 1, 100 do
  11. pcall(hook, ...)
  12. end
  13. else
  14. return hook(...)
  15. end
  16. end)
Add Comment
Please, Sign In to add comment