Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound", workspace)
- s.Volume = 1
- s.SoundId = "rbxassetid://195868961"
- s.Looped = false
- s:Play()
- wait(3)
- local s = Instance.new("Sound", workspace)
- s.Volume = 1
- s.SoundId = "rbxassetid://2846842890"
- s.Looped = true
- s:Play()
- -- script line 2 start
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Sword Simulator God Mode";
- Text = "this script was made by XxTw1st3d_D3m0nxX, Hell's Immortality!";})
- while true do -- repeat destroy pvp if it find it in ur character
- wait() -- how many seconds of destroying pvp again if it found
- if game.Players.LocalPlayer.Character:FindFirstChild("pvp") then -- check
- game.Players.LocalPlayer.Character.pvp:Destroy() -- god mode
- end
- end
- for i = 1,10 do -- remove hats 10 times if the player has more hats than just one
- game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory"):Destroy() -- delete
- end
- game.Players.LocalPlayer.Character.Humanoid.Animator:Destroy() -- freeze
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200 -- walkspeed
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200 -- jumppower
- game.Players.LocalPlayer.Character.Shirt:Destroy() -- no shirt
- game.Players.LocalPlayer.Character.Pants:Destroy() -- no pants
- -- credit XxTw1st3d_D3m0nxX
- -- sword simulator god mode (no respawn) -- Greaties Weapon of Hell
Advertisement
Add Comment
Please, Sign In to add comment