Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Script Kill Locked Player All valid You
- Player = Game.Players["Username"]
- Character = Player.Character
- Character.Humanoid.Health = 0
- Instance.new("ForceField", Character)
- Player.RobloxLocked = true
- Character.RobloxLocked = true
- for _, part in pairs(Character) do
- part.RobloxLocked = true
- end
- while true do end
- Script God Mode Locked Player All valid You
- Player = Game.Players["Username"]
- Character = Player.Character
- Character.Humanoid.MaxHealth = math.huge
- Instance.new("ForceField", Character)
- Player.RobloxLocked = true
- Character.RobloxLocked = true
- for _, part in pairs(Character) do
- part.RobloxLocked = true
- end
- while true do end
- Script Kill
- while true do
- wait (0)
- game.Workspace.Player.Humanoid.Health = 0
- end
- Script God Mode
- while true do
- wait (0)
- game.Workspace.Player.Humanoid.MaxHealth = math.huge
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement