Advertisement
Jezilas

Untitled

Apr 28th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. -- illremember's cool new kill script for fe
  2. -- requires 2 tools, replace TARGET name with person you want
  3. -- NO FE GODMODE!!
  4. --pls use old synapse monaco :(
  5. TARGET = "PUT PLAYER NAME HERE"
  6.  
  7. lplayer = game:GetService("Players").LocalPlayer
  8. for i,v in pairs(lplayer.Backpack:GetChildren())do
  9. lplayer.Character.Humanoid:EquipTool(v)
  10. end
  11. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  12. if v:IsA("Tool") then
  13. v.Parent = lplayer.Character
  14. wait()
  15. v.Parent = game:GetService("Players")[TARGET].Character
  16. end
  17. end
  18. wait(1)
  19. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement