Advertisement
ROBYPASSBLOX

My own gui

Jun 5th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. -- Made by shatteredxclouds
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local Name = Instance.new("TextLabel")
  8. local Prisonbreaker = Instance.new("TextButton")
  9. local Khols = Instance.new("TextButton")
  10. local Close = Instance.new("TextButton")
  11. local expertmain = Instance.new("Frame")
  12. local expert = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.Workspace
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = ScreenGui
  21. Main.BackgroundColor3 = Color3.fromRGB(74, 255, 46)
  22. Main.Size = UDim2.new(0, 388, 0, 204)
  23. openmain.Active = true
  24. openmain.Draggable = true
  25.  
  26. Name.Name = "Name"
  27. Name.Parent = Main
  28. Name.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  29. Name.Size = UDim2.new(0, 388, 0, 40)
  30. Name.Font = Enum.Font.GothamBlack
  31. Name.Text = "SinZ"
  32. Name.TextColor3 = Color3.fromRGB(131, 131, 131)
  33. Name.TextScaled = true
  34. Name.TextSize = 14.000
  35. Name.TextStrokeColor3 = Color3.fromRGB(176, 0, 2)
  36. Name.TextWrapped = true
  37.  
  38. Prisonbreaker.Name = "Prisonbreaker"
  39. Prisonbreaker.Parent = Main
  40. Prisonbreaker.BackgroundColor3 = Color3.fromRGB(255, 41, 44)
  41. Prisonbreaker.Position = UDim2.new(0, 0, 0.377450973, 0)
  42. Prisonbreaker.Size = UDim2.new(0, 110, 0, 50)
  43. Prisonbreaker.Font = Enum.Font.GothamBold
  44. Prisonbreaker.Text = "PrisonBreaker V1.5"
  45. Prisonbreaker.TextColor3 = Color3.fromRGB(69, 22, 207)
  46. Prisonbreaker.TextScaled = true
  47. Prisonbreaker.TextSize = 14.000
  48. Prisonbreaker.TextStrokeColor3 = Color3.fromRGB(179, 0, 2)
  49. Prisonbreaker.TextWrapped = true
  50. Prisonbreaker.MouseButton1Down:connect(function()
  51. loadstring(game:HttpGet("https://pastebin.com/raw/R2RNREJN", true))()
  52. end)
  53.  
  54. Nezmy.Name = "Nezmy"
  55. Nezmy.Parent = Main
  56. Nezmy.BackgroundColor3 = Color3.fromRGB(255, 41, 44)
  57. Nezmy.Position = UDim2.new(0.559278369, 0, 0.377450973, 0)
  58. Nezmy.Size = UDim2.new(0, 110, 0, 50)
  59. Nezmy.Font = Enum.Font.GothamBold
  60. Nezmy.Text = "Nezmy"
  61. Nezmy.TextColor3 = Color3.fromRGB(69, 22, 207)
  62. Nezmy.TextScaled = true
  63. Nezmy.TextSize = 14.000
  64. Nezmy.TextStrokeColor3 = Color3.fromRGB(179, 0, 2)
  65. Nezmy.TextWrapped = true
  66. Nezmy.MouseButton1Down:connect(function()
  67. loadstring(game:HttpGet("https://pastebin.com/raw/QVuSXQrN", true))()
  68. end)
  69.  
  70.  
  71. Close.Name = "Close"
  72. Close.Parent = Main
  73. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  74. Close.Position = UDim2.new(0.808313012, 0, -0.0246660411, 0)
  75. Close.Size = UDim2.new(0, 74, 0, 45)
  76. Close.Font = Enum.Font.GothamBlack
  77. Close.Text = "X"
  78. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. Close.TextScaled = true
  80. Close.TextSize = 14.000
  81. Close.TextWrapped = true
  82. Close.MouseButton1Down:connect(function()
  83. main.Visible = false
  84. end)
  85. expert.Visible = true
  86.  
  87. expertmain.Name = "expertmain"
  88. expertmain.Parent = ScreenGui
  89. expertmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. expertmain.Position = UDim2.new(0.00883392245, 0, 0.583665311, 0)
  91. expertmain.Size = UDim2.new(0, 100, 0, 22)
  92.  
  93. expert.Name = "expert"
  94. expert.Parent = expertmain
  95. expert.BackgroundColor3 = Color3.fromRGB(255, 3, 15)
  96. expert.Position = UDim2.new(0, 0, 5.96046448e-08, 0)
  97. expert.Size = UDim2.new(0, 100, 0, 22)
  98. expert.Font = Enum.Font.GothamBold
  99. expert.Text = "Open"
  100. expert.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. expert.TextScaled = true
  102. expert.TextSize = 14.000
  103. expert.TextWrapped = true
  104. expert.MouseButton1Down:connect(function()
  105. expertmain.Visible = false
  106. Main.Visible = true
  107. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement