Advertisement
Meliodas0_0

Kill others team jb

Feb 16th, 2020
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. KILL OTHER TEAM SCRIPT:
  2. Code:
  3. for a,b in pairs(getgc(true)) do
  4. if typeof(b) == "function" then
  5. for c,d in pairs(debug.getupvalues(b)) do
  6. if typeof(d) == "table" and rawget(d,"FireServer") then
  7. for e,f in pairs(game:GetService("Players"):GetChildren()) do
  8. d:FireServer("gxzzf652","RocketLauncher",f.Character.Head.Position,f.Character.Head.Position,f.Character.HumanoidRootPart)
  9. end
  10. end
  11. end
  12. end
  13. end
  14. --- credits to whomever released the script originally
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement