Advertisement
Guest User

FE GOD

a guest
Feb 19th, 2017
9,917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. FE Godmode
  2. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4. l.Parent = game.Players.LocalPlayer.Character
  5. l.Name = "Humanoid"
  6. wait(0.1)
  7. game.Players.LocalPlayer.Character["1"]:Destroy()
  8. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  9. game.Players.LocalPlayer.Character.Animate.Disabled = true
  10. wait(0.1)
  11. game.Players.LocalPlayer.Character.Animate.Disabled = false
  12. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement