XxTw1st3d_D3m0nxX

God Mode For Sword Simulator

Apr 12th, 2020
2,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. local s = Instance.new("Sound", workspace)
  2. s.Volume = 1
  3. s.SoundId = "rbxassetid://195868961"
  4. s.Looped = false
  5. s:Play()
  6. wait(3)
  7. local s = Instance.new("Sound", workspace)
  8. s.Volume = 1
  9. s.SoundId = "rbxassetid://2846842890"
  10. s.Looped = true
  11. s:Play()
  12. -- script line 2 start
  13. game:GetService("StarterGui"):SetCore("SendNotification", {
  14. Title = "Sword Simulator God Mode";
  15. Text = "this script was made by XxTw1st3d_D3m0nxX, Hell's Immortality!";})
  16.  
  17. while true do -- repeat destroy pvp if it find it in ur character
  18. wait() -- how many seconds of destroying pvp again if it found
  19. if game.Players.LocalPlayer.Character:FindFirstChild("pvp") then -- check
  20. game.Players.LocalPlayer.Character.pvp:Destroy() -- god mode
  21. end
  22. end
  23. for i = 1,10 do -- remove hats 10 times if the player has more hats than just one
  24. game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory"):Destroy() -- delete
  25. end
  26. game.Players.LocalPlayer.Character.Humanoid.Animator:Destroy() -- freeze
  27. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200 -- walkspeed
  28. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200 -- jumppower
  29. game.Players.LocalPlayer.Character.Shirt:Destroy() -- no shirt
  30. game.Players.LocalPlayer.Character.Pants:Destroy() -- no pants
  31. -- credit XxTw1st3d_D3m0nxX
  32. -- sword simulator god mode (no respawn) -- Greaties Weapon of Hell
Advertisement
Add Comment
Please, Sign In to add comment