Guest User

Untitled

a guest
Apr 3rd, 2024
25,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. local userId = "475706351"
  2. local thumbType = Enum.ThumbnailType.HeadShot
  3. local thumbSize = Enum.ThumbnailSize.Size420x420
  4. local content, isReady = game.Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  5.  
  6. game:GetService("StarterGui"):SetCore("SendNotification",{
  7. Title = "Script By JohnyGaming#2917", -- Required
  8. Text = "Weakest Dummy POV script created by JohnyGaming#2917, please credit me if you make a video with this script! :)", -- Required
  9. Icon = content, -- Optional
  10. Duration = 10
  11. })
  12.  
  13. game:GetService("RunService").RenderStepped:Connect(function()
  14. game.Workspace.CurrentCamera.CameraSubject = game.Workspace.Live:FindFirstChild("Weakest Dummy")
  15. game.Players.LocalPlayer.Character.Humanoid.Health = (game.Workspace.Live:FindFirstChild("Weakest Dummy").Humanoid.Health + 1)
  16. game.Workspace.Live:FindFirstChild("Weakest Dummy").Humanoid.HealthDisplayType = Enum.HumanoidHealthDisplayType.AlwaysOff
  17. game.Players.LocalPlayer.PlayerGui.Hotbar.Backpack.Hotbar:FindFirstChild("1").Base.ToolName.Text = "Piercing Air"
  18. game.Players.LocalPlayer.PlayerGui.Hotbar.Backpack.Hotbar:FindFirstChild("2").Base.ToolName.Text = "Menacing Stare"
  19. game.Players.LocalPlayer.PlayerGui.Hotbar.Backpack.Hotbar:FindFirstChild("3").Base.ToolName.Text = "Fatal Breath"
  20. game.Players.LocalPlayer.PlayerGui.Hotbar.Backpack.Hotbar:FindFirstChild("4").Base.ToolName.Text = "Invisible Poke"
  21. game.Players.LocalPlayer.PlayerGui.ScreenGui.MagicHealth.TextLabel.Text = "USELESS MODE"
  22. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1058.20776, 405.988922, 22984.7266, -0.993376911, -1.33441e-08, 0.114901379, -6.79208112e-09, 1, 5.74144821e-08, -0.114901379, 5.62537998e-08, -0.993376911)
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment