Advertisement
Guest User

Booga Booga Gui Update New

a guest
Sep 10th, 2018
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BoogaBooga = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local user = Instance.new("TextBox")
  7. local pass = Instance.new("TextBox")
  8. local submit = Instance.new("TextButton")
  9. local titlte = Instance.new("TextLabel")
  10. local maingui = Instance.new("Frame")
  11. local spawninfchest = Instance.new("TextButton")
  12. local spawngodhut = Instance.new("TextButton")
  13. local openothergui = Instance.new("TextButton")
  14. local credit1 = Instance.new("TextLabel")
  15. local credit2 = Instance.new("TextLabel")
  16. local close = Instance.new("TextButton")
  17. local opengui = Instance.new("Frame")
  18. local open = Instance.new("TextButton")
  19. --Properties:
  20. BoogaBooga.Name = "Booga Booga"
  21. BoogaBooga.Parent = game.CoreGui
  22.  
  23. logingui.Name = "logingui"
  24. logingui.Parent = BoogaBooga
  25. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  26. logingui.Position = UDim2.new(0.324797839, 0, 0.201581031, 0)
  27. logingui.Size = UDim2.new(0, 262, 0, 296)
  28. logingui.Style = Enum.FrameStyle.DropShadow
  29. logingui.Active = true
  30. logingui.Draggable = true
  31.  
  32. user.Name = "user"
  33. user.Parent = logingui
  34. user.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  35. user.Position = UDim2.new(0.0877862647, 0, 0.175675675, 0)
  36. user.Size = UDim2.new(0, 200, 0, 60)
  37. user.Font = Enum.Font.SourceSans
  38. user.Text = "Username"
  39. user.TextColor3 = Color3.new(1, 1, 1)
  40. user.TextSize = 14
  41.  
  42. pass.Name = "pass"
  43. pass.Parent = logingui
  44. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  45. pass.Position = UDim2.new(0.0954198465, 0, 0.452702671, 0)
  46. pass.Size = UDim2.new(0, 200, 0, 57)
  47. pass.Font = Enum.Font.SourceSans
  48. pass.Text = "Password"
  49. pass.TextColor3 = Color3.new(1, 1, 1)
  50. pass.TextSize = 14
  51.  
  52. submit.Name = "submit"
  53. submit.Parent = logingui
  54. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  55. submit.Position = UDim2.new(0.0877862573, 0, 0.783783793, 0)
  56. submit.Size = UDim2.new(0, 200, 0, 50)
  57. submit.Font = Enum.Font.SourceSans
  58. submit.Text = "Submit"
  59. submit.TextColor3 = Color3.new(1, 1, 1)
  60. submit.TextSize = 14
  61. submit.MouseButton1Down:connect(function()
  62. if user.Text == "Clark" and pass.Text == "Shadow" then
  63. logingui.Visible = false
  64. opengui.Visible = true
  65. end
  66. end)
  67.  
  68. titlte.Name = "titlte"
  69. titlte.Parent = logingui
  70. titlte.BackgroundColor3 = Color3.new(0, 0, 0)
  71. titlte.Position = UDim2.new(0.0877862647, 0, -0.00675676018, 0)
  72. titlte.Size = UDim2.new(0, 200, 0, 29)
  73. titlte.Font = Enum.Font.SourceSans
  74. titlte.Text = "Gui Booga Booga"
  75. titlte.TextColor3 = Color3.new(1, 1, 1)
  76. titlte.TextSize = 14
  77.  
  78. maingui.Name = "maingui"
  79. maingui.Parent = BoogaBooga
  80. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  81. maingui.Position = UDim2.new(0.334231794, 0, 0.213438734, 0)
  82. maingui.Size = UDim2.new(0, 255, 0, 290)
  83. maingui.Visible = false
  84. maingui.Style = Enum.FrameStyle.DropShadow
  85. maingui.Active = true
  86. maingui.Draggable = true
  87.  
  88. spawninfchest.Name = "spawninfchest"
  89. spawninfchest.Parent = maingui
  90. spawninfchest.BackgroundColor3 = Color3.new(0, 0, 0)
  91. spawninfchest.Position = UDim2.new(0.054901965, 0, 0.141379312, 0)
  92. spawninfchest.Size = UDim2.new(0, 200, 0, 50)
  93. spawninfchest.Font = Enum.Font.SourceSans
  94. spawninfchest.Text = "Press U To Spawn Inf Chest After Click"
  95. spawninfchest.TextColor3 = Color3.new(1, 1, 1)
  96. spawninfchest.TextSize = 14
  97. spawninfchest.MouseButton1Down:connect(function()
  98. local plr = game:GetService("Players").LocalPlayer
  99. local mouse = plr:GetMouse()
  100. mouse.KeyDown:connect(function(key)
  101. if key == "u" then
  102. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  103. Torso = game.Players.LocalPlayer.Character.UpperTorso
  104. b = Torso.Position + Torso.CFrame.lookVector * 10
  105. local c = b.x
  106. local d = b.y - 2
  107. local e = b.z
  108. for i = 1,1 do
  109. local A_1 = "Infinity Chest"
  110. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  111. local A_3 = 0
  112. Event:FireServer(A_1, A_2, A_3)
  113. end end end)
  114. end)
  115.  
  116. spawngodhut.Name = "spawngodhut"
  117. spawngodhut.Parent = maingui
  118. spawngodhut.BackgroundColor3 = Color3.new(0, 0, 0)
  119. spawngodhut.Position = UDim2.new(0.054901965, 0, 0.382758617, 0)
  120. spawngodhut.Size = UDim2.new(0, 200, 0, 50)
  121. spawngodhut.ZIndex = 14
  122. spawngodhut.Font = Enum.Font.SourceSans
  123. spawngodhut.Text = "Press J To Spawn God Hut After Click"
  124. spawngodhut.TextColor3 = Color3.new(1, 1, 1)
  125. spawngodhut.TextSize = 14
  126. spawngodhut.MouseButton1Down:connect(function()
  127. local plr = game:GetService("Players").LocalPlayer
  128. local mouse = plr:GetMouse()
  129. mouse.KeyDown:connect(function(key)
  130. if key == "j" then
  131. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  132. Torso = game.Players.LocalPlayer.Character.UpperTorso
  133. b = Torso.Position + Torso.CFrame.lookVector * 10
  134. local c = b.x
  135. local d = b.y - 2
  136. local e = b.z
  137. for i = 1,1 do
  138. local A_1 = "God Hut"
  139. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  140. local A_3 = 0
  141. Event:FireServer(A_1, A_2, A_3)
  142. end end end)
  143. end)
  144.  
  145. openothergui.Name = "openothergui"
  146. openothergui.Parent = maingui
  147. openothergui.BackgroundColor3 = Color3.new(0, 0, 0)
  148. openothergui.Position = UDim2.new(0.054901965, 0, 0.655172408, 0)
  149. openothergui.Size = UDim2.new(0, 200, 0, 50)
  150. openothergui.Font = Enum.Font.SourceSans
  151. openothergui.Text = "Open Other Gui"
  152. openothergui.TextColor3 = Color3.new(1, 1, 1)
  153. openothergui.TextSize = 14
  154. openothergui.MouseButton1Down:connect(function()
  155. loadstring(game:HttpGet(('https://pastebin.com/raw/1DTGk1kh'),true))()
  156. end)
  157.  
  158. credit1.Name = "credit1"
  159. credit1.Parent = maingui
  160. credit1.BackgroundColor3 = Color3.new(0, 0, 0)
  161. credit1.Position = UDim2.new(0.0627451017, 0, -0.0310344845, 0)
  162. credit1.Size = UDim2.new(0, 200, 0, 28)
  163. credit1.Font = Enum.Font.SourceSans
  164. credit1.Text = "Make By ClarkShadow"
  165. credit1.TextColor3 = Color3.new(1, 1, 1)
  166. credit1.TextSize = 14
  167.  
  168. credit2.Name = "credit2"
  169. credit2.Parent = maingui
  170. credit2.BackgroundColor3 = Color3.new(0, 0, 0)
  171. credit2.Position = UDim2.new(0.054901965, 0, 0.906896591, 0)
  172. credit2.Size = UDim2.new(0, 200, 0, 28)
  173. credit2.Font = Enum.Font.SourceSans
  174. credit2.Text = "Facebook Name:Dang Truong Thi"
  175. credit2.TextColor3 = Color3.new(1, 1, 1)
  176. credit2.TextSize = 14
  177.  
  178. close.Name = "close"
  179. close.Parent = maingui
  180. close.BackgroundColor3 = Color3.new(0, 0, 0)
  181. close.Position = UDim2.new(0.905882359, 0, -0.0310344864, 0)
  182. close.Size = UDim2.new(0, 24, 0, 25)
  183. close.Font = Enum.Font.SourceSans
  184. close.Text = "X"
  185. close.TextColor3 = Color3.new(1, 1, 1)
  186. close.TextSize = 14
  187. close.MouseButton1Down:connect(function()
  188. maingui.Visible = false
  189. opengui.Visible = true
  190. end)
  191.  
  192. opengui.Name = "opengui"
  193. opengui.Parent = BoogaBooga
  194. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  195. opengui.Position = UDim2.new(-0.0094339624, 0, 0.488142282, 0)
  196. opengui.Size = UDim2.new(0, 95, 0, 35)
  197. opengui.Visible = false
  198. opengui.Style = Enum.FrameStyle.DropShadow
  199.  
  200. open.Name = "open"
  201. open.Parent = opengui
  202. open.BackgroundColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  203. open.Position = UDim2.new(0.042105265, 0, -0.0059523955, 0)
  204. open.Size = UDim2.new(0, 73, 0, 19)
  205. open.Font = Enum.Font.SourceSans
  206. open.Text = "Open"
  207. open.TextColor3 = Color3.new(1, 1, 1)
  208. open.TextSize = 14
  209. open.MouseButton1Down:connect(function()
  210. maingui.Visible = true
  211. opengui.Visible = false
  212. end)
  213. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement