Advertisement
JacobRoblox

Untitled

Sep 13th, 2020
758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. -- Made by Ted
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local MadebyTed = Instance.new("TextLabel")
  6. local PrisonlifeFucker = Instance.new("TextLabel")
  7. local PrisonLife = Instance.new("TextButton")
  8.  
  9. ScreenGui.Parent = game.CoreGui
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. main.Name = "main"
  13. main.Parent = ScreenGui
  14. main.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  15. main.Position = UDim2.new(0.487400532, 0, 0.287246734, 0)
  16. main.Size = UDim2.new(0, 341, 0, 228)
  17. main.Active = true
  18. main.Draggable = true
  19.  
  20. MadebyTed.Name = "Made by Ted"
  21. MadebyTed.Parent = main
  22. MadebyTed.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  23. MadebyTed.BackgroundTransparency = 1.000
  24. MadebyTed.Position = UDim2.new(0.413489729, 0, 0.780701756, 0)
  25. MadebyTed.Size = UDim2.new(0, 200, 0, 50)
  26. MadebyTed.Font = Enum.Font.SourceSans
  27. MadebyTed.Text = "Made by Ted"
  28. MadebyTed.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. MadebyTed.TextScaled = true
  30. MadebyTed.TextSize = 14.000
  31. MadebyTed.TextWrapped = true
  32.  
  33. PrisonlifeFucker.Name = "Prison life Fucker"
  34. PrisonlifeFucker.Parent = main
  35. PrisonlifeFucker.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  36. PrisonlifeFucker.BackgroundTransparency = 1.000
  37. PrisonlifeFucker.Size = UDim2.new(0, 341, 0, 50)
  38. PrisonlifeFucker.Font = Enum.Font.SourceSans
  39. PrisonlifeFucker.Text = "Prsion life Fucker"
  40. PrisonlifeFucker.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. PrisonlifeFucker.TextScaled = true
  42. PrisonlifeFucker.TextSize = 14.000
  43. PrisonlifeFucker.TextWrapped = true
  44.  
  45. PrisonLife.Name = "Prison Life"
  46. PrisonLife.Parent = main
  47. PrisonLife.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  48. PrisonLife.BackgroundTransparency = 0.500
  49. PrisonLife.Position = UDim2.new(0.20527859, 0, 0.416666657, 0)
  50. PrisonLife.Size = UDim2.new(0, 200, 0, 50)
  51. PrisonLife.Font = Enum.Font.SourceSans
  52. PrisonLife.Text = "PrisonLife"
  53. PrisonLife.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. PrisonLife.TextScaled = true
  55. PrisonLife.TextSize = 14.000
  56. PrisonLife.TextWrapped = true
  57. PrisonLife.MouseButton1Down:connect(function()
  58. loadstring(game:HttpGet("https://pastebin.com/raw/WtuzWN4a", true))()
  59. PrisonLife.Visible = false
  60. PrisonlifeFucker.Visible = false
  61. MadebyTed.Visible = false
  62. main.Visible = false
  63. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement