Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local userId = "475706351"
- local thumbType = Enum.ThumbnailType.HeadShot
- local thumbSize = Enum.ThumbnailSize.Size420x420
- local content, isReady = game.Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Script By JohnyGaming#2917", -- Required
- Text = "Weakest Dummy POV script created by JohnyGaming#2917, please credit me if you make a video with this script! :)", -- Required
- Icon = content, -- Optional
- Duration = 10
- })
- game:GetService("RunService").RenderStepped:Connect(function()
- game.Workspace.CurrentCamera.CameraSubject = game.Workspace.Live:FindFirstChild("Weakest Dummy")
- game.Players.LocalPlayer.Character.Humanoid.Health = (game.Workspace.Live:FindFirstChild("Weakest Dummy").Humanoid.Health + 1)
- game.Workspace.Live:FindFirstChild("Weakest Dummy").Humanoid.HealthDisplayType = Enum.HumanoidHealthDisplayType.AlwaysOff
- game.Players.LocalPlayer.PlayerGui.Hotbar.Backpack.Hotbar:FindFirstChild("1").Base.ToolName.Text = "Piercing Air"
- game.Players.LocalPlayer.PlayerGui.Hotbar.Backpack.Hotbar:FindFirstChild("2").Base.ToolName.Text = "Menacing Stare"
- game.Players.LocalPlayer.PlayerGui.Hotbar.Backpack.Hotbar:FindFirstChild("3").Base.ToolName.Text = "Fatal Breath"
- game.Players.LocalPlayer.PlayerGui.Hotbar.Backpack.Hotbar:FindFirstChild("4").Base.ToolName.Text = "Invisible Poke"
- game.Players.LocalPlayer.PlayerGui.ScreenGui.MagicHealth.TextLabel.Text = "USELESS MODE"
- 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)
- end)
Advertisement
Add Comment
Please, Sign In to add comment