FatalityHubCreator

Plates Of Fate

Aug 26th, 2018
3,176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. -- https://www.roblox.com/games/564086481/Plates-of-Fate-Mayhem
  2. -- The difference between most other godmode scripts for this game, is this script is much better at keeping you alive.
  3.  
  4. PLAYER = game:GetService("Players").LocalPlayer
  5. -- Change "LocalPlayer" to the name of the player you want to FE godmode
  6. -- Or keep it at localplayer to do yourself.
  7.  
  8. game:GetService("RunService").Heartbeat:Connect(function()
  9. game:GetService("Workspace").RemoteEvents.TakeDamageEvent:FireServer(PLAYER.Character.Humanoid, -999999999, "D=9Vb7aMuZt!8aMH")
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment