Advertisement
Guest User

Gui Ki

a guest
Mar 18th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1.  
  2. local BloxburgGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Main = Instance.new("Frame")
  5. local Title = Instance.new("TextBox")
  6. local Title_2 = Instance.new("TextBox")
  7. local Cashier = Instance.new("TextButton")
  8. local Hairdresser = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local ScriptCredits = Instance.new("TextBox")
  11. local ScriptCredits_2 = Instance.new("TextBox")
  12. local Open = Instance.new("TextButton")
  13. --Properties:
  14. BloxburgGui.Name = "Bloxburg Gui"
  15. BloxburgGui.Parent = game.CoreGui
  16.  
  17. Frame.Parent = BloxburgGui
  18. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  19. Frame.Position = UDim2.new(0.0230414607, 0, 0.555205047, 0)
  20. Frame.Size = UDim2.new(0, 144, 0, 34)
  21. Frame.Style = Enum.FrameStyle.DropShadow
  22.  
  23. Main.Name = "Main"
  24. Main.Parent = Frame
  25. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Main.Position = UDim2.new(1.75965476, 0, -9.33012486, 0)
  27. Main.Size = UDim2.new(0, 291, 0, 317)
  28. Main.Visible = true
  29. Main.Style = Enum.FrameStyle.DropShadow
  30. Main.Active = true
  31. Main.Draggable = true
  32.  
  33. Title.Name = "Title"
  34. Title.Parent = Main
  35. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  36. Title.Position = UDim2.new(-0.0112894066, 0, -0.029483784, 0)
  37. Title.Size = UDim2.new(0, 282, 0, 26)
  38. Title.Font = Enum.Font.SciFi
  39. Title.Text = "Bloxburg Gui"
  40. Title.TextColor3 = Color3.new(1, 1, 1)
  41. Title.TextSize = 14
  42.  
  43. Title_2.Name = "Title"
  44. Title_2.Parent = Main
  45. Title_2.BackgroundColor3 = Color3.new(0, 0, 0)
  46. Title_2.Position = UDim2.new(-0.00860878825, 0, 0.937726557, 0)
  47. Title_2.Size = UDim2.new(0, 280, 0, 26)
  48. Title_2.Font = Enum.Font.SciFi
  49. Title_2.Text = "Bloxburg Gui"
  50. Title_2.TextColor3 = Color3.new(1, 1, 1)
  51. Title_2.TextSize = 14
  52.  
  53. Cashier.Name = "Cashier"
  54. Cashier.Parent = Main
  55. Cashier.BackgroundColor3 = Color3.new(0, 0, 0)
  56. Cashier.Position = UDim2.new(0.131759241, 0, 0.209779173, 0)
  57. Cashier.Size = UDim2.new(0, 200, 0, 43)
  58. Cashier.Font = Enum.Font.SciFi
  59. Cashier.Text = "Cashier"
  60. Cashier.TextColor3 = Color3.new(1, 1, 1)
  61. Cashier.TextSize = 14
  62. Cashier.MouseButton1Down:connect(function()
  63. loadstring(game:HttpGet("https://raw.githubusercontent.com/AAigars/Lua/master/Bloxy%20Burgers.lua", true))()
  64. end)
  65.  
  66. Hairdresser.Name = "Hairdresser"
  67. Hairdresser.Parent = Main
  68. Hairdresser.BackgroundColor3 = Color3.new(0, 0, 0)
  69. Hairdresser.Position = UDim2.new(0.131759241, 0, 0.383280754, 0)
  70. Hairdresser.Size = UDim2.new(0, 200, 0, 43)
  71. Hairdresser.Font = Enum.Font.SciFi
  72. Hairdresser.Text = "Hairdresser"
  73. Hairdresser.TextColor3 = Color3.new(1, 1, 1)
  74. Hairdresser.TextSize = 14
  75. Hairdresser.MouseButton1Down:connect(function()
  76. loadstring(game:HttpGet("https://raw.githubusercontent.com/AAigars/Lua/master/Hairdresser.lua", true))()
  77. end)
  78.  
  79. Close.Name = "Close"
  80. Close.Parent = Main
  81. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  82. Close.BorderColor3 = Color3.new(0, 0, 0)
  83. Close.Position = UDim2.new(0.936445415, 0, -0.0264234096, 0)
  84. Close.Size = UDim2.new(0, 19, 0, 25)
  85. Close.Font = Enum.Font.SciFi
  86. Close.Text = "X"
  87. Close.TextColor3 = Color3.new(1, 1, 1)
  88. Close.TextSize = 14
  89. Close.MouseButton1Down:connect(function()
  90. Frame.Visible = true
  91. Main.Visible = false
  92. end)
  93.  
  94. ScriptCredits.Name = "ScriptCredits"
  95. ScriptCredits.Parent = Main
  96. ScriptCredits.BackgroundColor3 = Color3.new(0, 0, 0)
  97. ScriptCredits.BackgroundTransparency = 0.5
  98. ScriptCredits.Position = UDim2.new(0.0111503601, 0, 0.820953131, 0)
  99. ScriptCredits.Size = UDim2.new(0, 186, 0, 28)
  100. ScriptCredits.Font = Enum.Font.SciFi
  101. ScriptCredits.Text = "Scripts Made By @Luaa#0381"
  102. ScriptCredits.TextColor3 = Color3.new(1, 1, 1)
  103. ScriptCredits.TextSize = 14
  104.  
  105. ScriptCredits_2.Name = "ScriptCredits"
  106. ScriptCredits_2.Parent = Main
  107. ScriptCredits_2.BackgroundColor3 = Color3.new(0, 0, 0)
  108. ScriptCredits_2.BackgroundTransparency = 0.5
  109. ScriptCredits_2.Position = UDim2.new(0.0105372667, 0, 0.703548491, 0)
  110. ScriptCredits_2.Size = UDim2.new(0, 207, 0, 28)
  111. ScriptCredits_2.Font = Enum.Font.SciFi
  112. ScriptCredits_2.Text = "Gui made By @Supersohan#5678"
  113. ScriptCredits_2.TextColor3 = Color3.new(1, 1, 1)
  114. ScriptCredits_2.TextSize = 14
  115.  
  116. Open.Name = "Open"
  117. Open.Parent = Frame
  118. Open.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  119. Open.BackgroundTransparency = 0.5
  120. Open.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  121. Open.Position = UDim2.new(0.112069771, 0, -0.0978662893, 0)
  122. Open.Size = UDim2.new(0, 98, 0, 23)
  123. Open.Font = Enum.Font.SciFi
  124. Open.Text = "Open"
  125. Open.TextColor3 = Color3.new(1, 1, 1)
  126. Open.TextSize = 14
  127. Open.MouseButton1Down:connect(function()
  128. Main.Visible = false
  129. Frame.Visible = true
  130. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement