Advertisement
HackerWRD

.......................

Jul 18th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. --Warning Lua!
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local WarnFrame = Instance.new("Frame")
  5. local OPENING = Instance.new("TextButton")
  6. local WarnText = Instance.new("TextLabel")
  7. local WARN = Instance.new("ImageLabel")
  8. local WARN_2 = Instance.new("ImageLabel")
  9.  
  10. --Properties:
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. WarnFrame.Name = "WarnFrame"
  16. WarnFrame.Parent = ScreenGui
  17. WarnFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  18. WarnFrame.Position = UDim2.new(0.197294235, 0, 0.162637368, 0)
  19. WarnFrame.Size = UDim2.new(0, 536, 0, 307)
  20. WarnFrame.Visible = false
  21. WarnFrame.Active = true
  22. WarnFrame.Draggable = true
  23.  
  24. OPENING.Name = "OPENING"
  25. OPENING.Parent = WarnFrame
  26. OPENING.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  27. OPENING.BackgroundTransparency = 1.000
  28. OPENING.Position = UDim2.new(0.320895523, 0, 0.657980442, 0)
  29. OPENING.Size = UDim2.new(0, 200, 0, 84)
  30. OPENING.Font = Enum.Font.SourceSans
  31. OPENING.Text = "Ok!"
  32. OPENING.TextColor3 = Color3.fromRGB(255, 0, 0)
  33. OPENING.TextScaled = true
  34. OPENING.TextSize = 14.000
  35. OPENING.TextWrapped = true
  36. OPENING.MouseButton1Down:Connect(function()
  37. loadstring(game:HttpGet("https://pastebin.com/raw/mTJ0dbzC", true))()
  38. WarnFrame.Visible = false
  39. end)
  40.  
  41.  
  42. WarnText.Name = "WarnText"
  43. WarnText.Parent = WarnFrame
  44. WarnText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. WarnText.BackgroundTransparency = 1.000
  46. WarnText.Size = UDim2.new(0, 545, 0, 178)
  47. WarnText.Font = Enum.Font.SourceSans
  48. WarnText.Text = "WARNING! THIS EXPLOIT SCRIPT WILL CAUSE LAGS IF YOU ARE READY TO GO PLEASE HIT Ok! (This is Health Saftey For Roblox)"
  49. WarnText.TextColor3 = Color3.fromRGB(255, 0, 0)
  50. WarnText.TextScaled = true
  51. WarnText.TextSize = 14.000
  52. WarnText.TextWrapped = true
  53.  
  54. WARN.Name = "WARN"
  55. WARN.Parent = WarnFrame
  56. WARN.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. WARN.Position = UDim2.new(0, 0, -0.198697075, 0)
  58. WARN.Size = UDim2.new(0, 70, 0, 61)
  59. WARN.Image = "rbxassetid://48914156"
  60.  
  61. WARN_2.Name = "WARN"
  62. WARN_2.Parent = WarnFrame
  63. WARN_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. WARN_2.Position = UDim2.new(0.884328365, 0, -0.198697075, 0)
  65. WARN_2.Size = UDim2.new(0, 62, 0, 61)
  66. WARN_2.Image = "rbxassetid://48914156"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement