Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Warning Lua!
- local ScreenGui = Instance.new("ScreenGui")
- local WarnFrame = Instance.new("Frame")
- local OPENING = Instance.new("TextButton")
- local WarnText = Instance.new("TextLabel")
- local WARN = Instance.new("ImageLabel")
- local WARN_2 = Instance.new("ImageLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- WarnFrame.Name = "WarnFrame"
- WarnFrame.Parent = ScreenGui
- WarnFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- WarnFrame.Position = UDim2.new(0.197294235, 0, 0.162637368, 0)
- WarnFrame.Size = UDim2.new(0, 536, 0, 307)
- WarnFrame.Visible = true
- WarnFrame.Active = true
- WarnFrame.Draggable = true
- OPENING.Name = "OPENING"
- OPENING.Parent = WarnFrame
- OPENING.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- OPENING.BackgroundTransparency = 1.000
- OPENING.Position = UDim2.new(0.320895523, 0, 0.657980442, 0)
- OPENING.Size = UDim2.new(0, 200, 0, 84)
- OPENING.Font = Enum.Font.SourceSans
- OPENING.Text = "Ok!"
- OPENING.TextColor3 = Color3.fromRGB(255, 0, 0)
- OPENING.TextScaled = true
- OPENING.TextSize = 14.000
- OPENING.TextWrapped = true
- OPENING.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/mTJ0dbzC", true))()
- WarnFrame.Visible = false
- end)
- WarnText.Name = "WarnText"
- WarnText.Parent = WarnFrame
- WarnText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- WarnText.BackgroundTransparency = 1.000
- WarnText.Size = UDim2.new(0, 545, 0, 178)
- WarnText.Font = Enum.Font.SourceSans
- WarnText.Text = "WARNING! THIS EXPLOIT SCRIPT WILL CAUSE LAGS IF YOU ARE READY TO GO PLEASE HIT Ok! (This is Health Saftey For Roblox)"
- WarnText.TextColor3 = Color3.fromRGB(255, 0, 0)
- WarnText.TextScaled = true
- WarnText.TextSize = 14.000
- WarnText.TextWrapped = true
- WARN.Name = "WARN"
- WARN.Parent = WarnFrame
- WARN.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- WARN.Position = UDim2.new(0, 0, -0.198697075, 0)
- WARN.Size = UDim2.new(0, 70, 0, 61)
- WARN.Image = "rbxassetid://48914156"
- WARN_2.Name = "WARN"
- WARN_2.Parent = WarnFrame
- WARN_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- WARN_2.Position = UDim2.new(0.884328365, 0, -0.198697075, 0)
- WARN_2.Size = UDim2.new(0, 62, 0, 61)
- WARN_2.Image = "rbxassetid://48914156"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement