Advertisement
Guest User

booga booga gui

a guest
Feb 19th, 2019
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.58 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local booga = Instance.new("ScreenGui")
  5. local openframe = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local guibooga = Instance.new("Frame")
  8. local god = Instance.new("TextButton")
  9. local emerold = Instance.new("TextButton")
  10. local void = Instance.new("TextButton")
  11. local tpvoid = Instance.new("TextButton")
  12. local infchest = Instance.new("TextButton")
  13. local godhut = Instance.new("TextButton")
  14. local craftiteam = Instance.new("TextBox")
  15. local craft = Instance.new("TextButton")
  16. local map = Instance.new("TextLabel")
  17. local by = Instance.new("TextLabel")
  18. local close = Instance.new("TextButton")
  19. local emeroldframe = Instance.new("Frame")
  20. local EmeraldBlade = Instance.new("TextButton")
  21. local EmeraldPick = Instance.new("TextButton")
  22. local EmeraldAxe = Instance.new("TextButton")
  23. local EmeraldHelmet = Instance.new("TextButton")
  24. local EmeraldChestplate = Instance.new("TextButton")
  25. local EmeraldGreaves = Instance.new("TextButton")
  26. local EmeraldBag = Instance.new("TextButton")
  27. local godframe = Instance.new("Frame")
  28. local GodRock = Instance.new("TextButton")
  29. local GodPick = Instance.new("TextButton")
  30. local GodAxe = Instance.new("TextButton")
  31. local GodHalo = Instance.new("TextButton")
  32. local GodChestplate = Instance.new("TextButton")
  33. local GodLegs = Instance.new("TextButton")
  34. local GodBag = Instance.new("TextButton")
  35. local OOFHorn = Instance.new("TextButton")
  36. local voidframe = Instance.new("Frame")
  37. local VoidShroud = Instance.new("TextButton")
  38. local VoidChestplate = Instance.new("TextButton")
  39. local VoidGreaves = Instance.new("TextButton")
  40. local VoidBag = Instance.new("TextButton")
  41. --Properties:
  42. booga.Name = "booga"
  43. booga.Parent = game.CoreGui
  44.  
  45. openframe.Name = "openframe"
  46. openframe.Parent = booga
  47. openframe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  48. openframe.BorderSizePixel = 0
  49. openframe.Position = UDim2.new(0, 0, 0.670866132, 0)
  50. openframe.Size = UDim2.new(0, 80, 0, 19)
  51.  
  52. open.Name = "open"
  53. open.Parent = openframe
  54. open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  55. open.BorderSizePixel = 0
  56. open.Position = UDim2.new(0.162499994, 0, 0.157894731, 0)
  57. open.Size = UDim2.new(0, 53, 0, 13)
  58. open.Font = Enum.Font.SciFi
  59. open.Text = "OPEN"
  60. open.TextColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  61. open.TextSize = 14
  62. open.MouseButton1Down:connect(function()
  63. guibooga.Visible = true
  64. openframe.Visible = false
  65. end)
  66.  
  67. guibooga.Name = "gui booga"
  68. guibooga.Parent = booga
  69. guibooga.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. guibooga.BorderSizePixel = 0
  71. guibooga.Position = UDim2.new(0.185104042, 0, 0.308661431, 0)
  72. guibooga.Size = UDim2.new(0, 503, 0, 295)
  73. guibooga.Visible = false
  74.  
  75. god.Name = "god"
  76. god.Parent = guibooga
  77. god.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  78. god.BorderSizePixel = 0
  79. god.Position = UDim2.new(0.0278330036, 0, 0.216949165, 0)
  80. god.Size = UDim2.new(0, 127, 0, 36)
  81. god.Font = Enum.Font.Cartoon
  82. god.Text = "Craft GOD Set"
  83. god.TextColor3 = Color3.new(0.0784314, 0.870588, 0.807843)
  84. god.TextSize = 14
  85. god.MouseButton1Down:connect(function()
  86. if god == true then
  87. god = false
  88. godframe.Visible = false
  89. else
  90. god = true
  91. godframe.Visible = true
  92. end
  93. end)
  94.  
  95. emerold.Name = "emerold"
  96. emerold.Parent = guibooga
  97. emerold.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  98. emerold.BorderSizePixel = 0
  99. emerold.Position = UDim2.new(0.373757452, 0, 0.216949165, 0)
  100. emerold.Size = UDim2.new(0, 127, 0, 36)
  101. emerold.Font = Enum.Font.Cartoon
  102. emerold.Text = "Craft Emerold Set"
  103. emerold.TextColor3 = Color3.new(0.0784314, 0.870588, 0.807843)
  104. emerold.TextSize = 14
  105. emerold.MouseButton1Down:connect(function()
  106. if emerold == true then
  107. emerold = false
  108. emeroldframe.Visible = false
  109. else
  110. emerold = true
  111. emeroldframe.Visible = true
  112. end
  113. end)
  114.  
  115. void.Name = "void"
  116. void.Parent = guibooga
  117. void.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  118. void.BorderSizePixel = 0
  119. void.Position = UDim2.new(0.713717699, 0, 0.216949165, 0)
  120. void.Size = UDim2.new(0, 127, 0, 36)
  121. void.Font = Enum.Font.Cartoon
  122. void.Text = "Craft VOID Set"
  123. void.TextColor3 = Color3.new(0.0784314, 0.870588, 0.807843)
  124. void.TextSize = 14
  125. void.MouseButton1Down:connect(function()
  126. if void == true then
  127. void = false
  128. voidframe.Visible = false
  129. else
  130. void = true
  131. voidframe.Visible = true
  132. end
  133. end)
  134.  
  135. tpvoid.Name = "tp void"
  136. tpvoid.Parent = guibooga
  137. tpvoid.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  138. tpvoid.BorderSizePixel = 0
  139. tpvoid.Position = UDim2.new(0.373757422, 0, 0.562711954, 0)
  140. tpvoid.Size = UDim2.new(0, 127, 0, 36)
  141. tpvoid.Font = Enum.Font.Cartoon
  142. tpvoid.Text = "Teleport to VOID"
  143. tpvoid.TextColor3 = Color3.new(0.0784314, 0.870588, 0.807843)
  144. tpvoid.TextSize = 14
  145. tpvoid.MouseButton1Down:connect(function()
  146. game:GetService("TeleportService"):Teleport(2021740958, game.Players.LocalPlayer)
  147. end)
  148.  
  149. infchest.Name = "inf chest"
  150. infchest.Parent = guibooga
  151. infchest.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  152. infchest.BorderSizePixel = 0
  153. infchest.Position = UDim2.new(0.194830984, 0, 0.379661053, 0)
  154. infchest.Size = UDim2.new(0, 127, 0, 36)
  155. infchest.Font = Enum.Font.Cartoon
  156. infchest.Text = "INFINITY Chest (Q)"
  157. infchest.TextColor3 = Color3.new(0.0784314, 0.870588, 0.807843)
  158. infchest.TextSize = 14
  159. infchest.MouseButton1Down:connect(function()
  160. local plr = game:GetService("Players").LocalPlayer
  161. local mouse = plr:GetMouse()
  162. mouse.KeyDown:connect(function(key)
  163. if key == "q" then
  164. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  165. Torso = game.Players.LocalPlayer.Character.UpperTorso
  166. b = Torso.Position + Torso.CFrame.lookVector * 10
  167. local c = b.x
  168. local d = b.y - 2
  169. local e = b.z
  170. for i = 1,1 do
  171. local A_1 = "Infinity Chest"
  172. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  173. local A_3 = 0
  174. Event:FireServer(A_1, A_2, A_3)
  175. end end end)
  176. end)
  177.  
  178. godhut.Name = "godhut"
  179. godhut.Parent = guibooga
  180. godhut.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  181. godhut.BorderSizePixel = 0
  182. godhut.Position = UDim2.new(0.556659997, 0, 0.379661053, 0)
  183. godhut.Size = UDim2.new(0, 127, 0, 36)
  184. godhut.Font = Enum.Font.Cartoon
  185. godhut.Text = "GOD HUT (G)"
  186. godhut.TextColor3 = Color3.new(0.0784314, 0.870588, 0.807843)
  187. godhut.TextSize = 14
  188. godhut.MouseButton1Down:connect(function()
  189. local plr = game:GetService("Players").LocalPlayer
  190. local mouse = plr:GetMouse()
  191. mouse.KeyDown:connect(function(key)
  192. if key == "g" then
  193. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  194. Torso = game.Players.LocalPlayer.Character.UpperTorso
  195. b = Torso.Position + Torso.CFrame.lookVector * 10
  196. local c = b.x
  197. local d = b.y - 2
  198. local e = b.z
  199. for i = 1,1 do
  200. local A_1 = "God Hut"
  201. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  202. local A_3 = 0
  203. Event:FireServer(A_1, A_2, A_3)
  204. end end end)
  205. end)
  206.  
  207. craftiteam.Name = "craft iteam"
  208. craftiteam.Parent = guibooga
  209. craftiteam.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  210. craftiteam.BorderSizePixel = 0
  211. craftiteam.Position = UDim2.new(0.381709725, 0, 0.844067812, 0)
  212. craftiteam.Size = UDim2.new(0, 118, 0, 19)
  213. craftiteam.Font = Enum.Font.SciFi
  214. craftiteam.Text = "Item"
  215. craftiteam.TextColor3 = Color3.new(0.141176, 0.92549, 0.87451)
  216. craftiteam.TextSize = 14
  217.  
  218. craft.Name = "craft"
  219. craft.Parent = guibooga
  220. craft.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  221. craft.BorderSizePixel = 0
  222. craft.Position = UDim2.new(0.407554686, 0, 0.728813529, 0)
  223. craft.Size = UDim2.new(0, 93, 0, 24)
  224. craft.Font = Enum.Font.SciFi
  225. craft.Text = "Craft"
  226. craft.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  227. craft.TextSize = 14
  228. craft.MouseButton1Down:connect(function()
  229. local item = craftiteam.Text
  230. local CI = item
  231. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  232. Event:FireServer(CI)
  233. end)
  234.  
  235. map.Name = "map"
  236. map.Parent = guibooga
  237. map.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  238. map.BorderSizePixel = 0
  239. map.Position = UDim2.new(0.17693837, 0, 0, 0)
  240. map.Size = UDim2.new(0, 325, 0, 21)
  241. map.Font = Enum.Font.SourceSans
  242. map.Text = "BOOGA BOOGA"
  243. map.TextColor3 = Color3.new(0.0941177, 0.92549, 0.92549)
  244. map.TextSize = 14
  245.  
  246. by.Name = "by"
  247. by.Parent = guibooga
  248. by.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  249. by.BorderSizePixel = 0
  250. by.Position = UDim2.new(0.260437369, 0, 0.932203412, 0)
  251. by.Size = UDim2.new(0, 240, 0, 20)
  252. by.Font = Enum.Font.SourceSans
  253. by.Text = "By: FPS Music"
  254. by.TextColor3 = Color3.new(0.0941177, 0.92549, 0.92549)
  255. by.TextSize = 14
  256.  
  257. close.Name = "close"
  258. close.Parent = guibooga
  259. close.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  260. close.BorderSizePixel = 0
  261. close.Position = UDim2.new(0.942345917, 0, 0.0305084884, 0)
  262. close.Size = UDim2.new(0, 12, 0, 12)
  263. close.Font = Enum.Font.Cartoon
  264. close.Text = "X"
  265. close.TextColor3 = Color3.new(0.0784314, 0.870588, 0.807843)
  266. close.TextSize = 14
  267. close.MouseButton1Down:connect(function()
  268. guibooga.Visible = false
  269. openframe.Visible = true
  270. end)
  271.  
  272. emeroldframe.Name = "emerold frame"
  273. emeroldframe.Parent = booga
  274. emeroldframe.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  275. emeroldframe.BorderSizePixel = 0
  276. emeroldframe.Position = UDim2.new(0.0755750239, 0, 0.308661431, 0)
  277. emeroldframe.Size = UDim2.new(0, 100, 0, 295)
  278. emeroldframe.Visible = false
  279.  
  280. EmeraldBlade.Name = "EmeraldBlade"
  281. EmeraldBlade.Parent = emeroldframe
  282. EmeraldBlade.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  283. EmeraldBlade.BorderSizePixel = 0
  284. EmeraldBlade.Position = UDim2.new(0, 0, 0.0305084586, 0)
  285. EmeraldBlade.Size = UDim2.new(0, 100, 0, 29)
  286. EmeraldBlade.Font = Enum.Font.SourceSans
  287. EmeraldBlade.Text = "EmeraldBlade"
  288. EmeraldBlade.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  289. EmeraldBlade.TextSize = 14
  290. EmeraldBlade.MouseButton1Click:connect(function()
  291. local A_1 = "Emerald Blade"
  292. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  293. Event:FireServer(A_1)
  294. end)
  295.  
  296. EmeraldPick.Name = "EmeraldPick"
  297. EmeraldPick.Parent = emeroldframe
  298. EmeraldPick.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  299. EmeraldPick.BorderSizePixel = 0
  300. EmeraldPick.Position = UDim2.new(0, 0, 0.128813535, 0)
  301. EmeraldPick.Size = UDim2.new(0, 100, 0, 29)
  302. EmeraldPick.Font = Enum.Font.SourceSans
  303. EmeraldPick.Text = "EmeraldPick"
  304. EmeraldPick.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  305. EmeraldPick.TextSize = 14
  306. EmeraldPick.MouseButton1Click:connect(function()
  307. local A_1 = "Emerald Pick"
  308. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  309. Event:FireServer(A_1)
  310. end)
  311.  
  312. EmeraldAxe.Name = "EmeraldAxe"
  313. EmeraldAxe.Parent = emeroldframe
  314. EmeraldAxe.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  315. EmeraldAxe.BorderSizePixel = 0
  316. EmeraldAxe.Position = UDim2.new(0, 0, 0.227118626, 0)
  317. EmeraldAxe.Size = UDim2.new(0, 100, 0, 29)
  318. EmeraldAxe.Font = Enum.Font.SourceSans
  319. EmeraldAxe.Text = "EmeraldAxe"
  320. EmeraldAxe.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  321. EmeraldAxe.TextSize = 14
  322. EmeraldAxe.MouseButton1Click:connect(function()
  323. local A_1 = "Emerald Axe"
  324. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  325. Event:FireServer(A_1)
  326. end)
  327.  
  328. EmeraldHelmet.Name = "EmeraldHelmet"
  329. EmeraldHelmet.Parent = emeroldframe
  330. EmeraldHelmet.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  331. EmeraldHelmet.BorderSizePixel = 0
  332. EmeraldHelmet.Position = UDim2.new(0, 0, 0.325423717, 0)
  333. EmeraldHelmet.Size = UDim2.new(0, 100, 0, 29)
  334. EmeraldHelmet.Font = Enum.Font.SourceSans
  335. EmeraldHelmet.Text = "EmeraldHelmet"
  336. EmeraldHelmet.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  337. EmeraldHelmet.TextSize = 14
  338. EmeraldHelmet.MouseButton1Click:connect(function()
  339. local A_1 = "Emerald Helmet"
  340. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  341. Event:FireServer(A_1)
  342. end)
  343.  
  344. EmeraldChestplate.Name = "EmeraldChestplate"
  345. EmeraldChestplate.Parent = emeroldframe
  346. EmeraldChestplate.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  347. EmeraldChestplate.BorderSizePixel = 0
  348. EmeraldChestplate.Position = UDim2.new(0, 0, 0.423728794, 0)
  349. EmeraldChestplate.Size = UDim2.new(0, 100, 0, 29)
  350. EmeraldChestplate.Font = Enum.Font.SourceSans
  351. EmeraldChestplate.Text = "EmeraldChestplate"
  352. EmeraldChestplate.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  353. EmeraldChestplate.TextSize = 14
  354. EmeraldChestplate.MouseButton1Click:connect(function()
  355. local A_1 = "Emerald Chestplate"
  356. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  357. Event:FireServer(A_1)
  358. end)
  359.  
  360. EmeraldGreaves.Name = "EmeraldGreaves"
  361. EmeraldGreaves.Parent = emeroldframe
  362. EmeraldGreaves.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  363. EmeraldGreaves.BorderSizePixel = 0
  364. EmeraldGreaves.Position = UDim2.new(0, 0, 0.52203387, 0)
  365. EmeraldGreaves.Size = UDim2.new(0, 100, 0, 29)
  366. EmeraldGreaves.Font = Enum.Font.SourceSans
  367. EmeraldGreaves.Text = "EmeraldGreaves"
  368. EmeraldGreaves.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  369. EmeraldGreaves.TextSize = 14
  370. EmeraldGreaves.MouseButton1Click:connect(function()
  371. local A_1 = "Emerald Greaves"
  372. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  373. Event:FireServer(A_1)
  374. end)
  375.  
  376. EmeraldBag.Name = "EmeraldBag"
  377. EmeraldBag.Parent = emeroldframe
  378. EmeraldBag.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  379. EmeraldBag.BorderSizePixel = 0
  380. EmeraldBag.Position = UDim2.new(0, 0, 0.630508482, 0)
  381. EmeraldBag.Size = UDim2.new(0, 100, 0, 29)
  382. EmeraldBag.Font = Enum.Font.SourceSans
  383. EmeraldBag.Text = "EmeraldBag"
  384. EmeraldBag.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  385. EmeraldBag.TextSize = 14
  386. EmeraldBag.MouseButton1Click:connect(function()
  387. local A_1 = "Emerald Bag"
  388. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  389. Event:FireServer(A_1)
  390. end)
  391.  
  392. godframe.Name = "god frame"
  393. godframe.Parent = booga
  394. godframe.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  395. godframe.BorderSizePixel = 0
  396. godframe.Position = UDim2.new(0.0755750239, 0, 0.308661431, 0)
  397. godframe.Size = UDim2.new(0, 100, 0, 295)
  398. godframe.Visible = false
  399.  
  400. GodRock.Name = "GodRock"
  401. GodRock.Parent = godframe
  402. GodRock.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  403. GodRock.BorderSizePixel = 0
  404. GodRock.Position = UDim2.new(0, 0, 0.0305084735, 0)
  405. GodRock.Size = UDim2.new(0, 100, 0, 29)
  406. GodRock.Font = Enum.Font.SourceSans
  407. GodRock.Text = "GodRock"
  408. GodRock.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  409. GodRock.TextSize = 14
  410. GodRock.MouseButton1Click:connect(function()
  411. local A_1 = "God Rock"
  412. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  413. Event:FireServer(A_1)
  414. end)
  415.  
  416. GodPick.Name = "GodPick"
  417. GodPick.Parent = godframe
  418. GodPick.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  419. GodPick.BorderSizePixel = 0
  420. GodPick.Position = UDim2.new(0, 0, 0.128813565, 0)
  421. GodPick.Size = UDim2.new(0, 100, 0, 29)
  422. GodPick.Font = Enum.Font.SourceSans
  423. GodPick.Text = "GodPick"
  424. GodPick.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  425. GodPick.TextSize = 14
  426. GodPick.MouseButton1Click:connect(function()
  427. local A_1 = "God Pick"
  428. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  429. Event:FireServer(A_1)
  430. end)
  431.  
  432. GodAxe.Name = "GodAxe"
  433. GodAxe.Parent = godframe
  434. GodAxe.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  435. GodAxe.BorderSizePixel = 0
  436. GodAxe.Position = UDim2.new(0, 0, 0.227118641, 0)
  437. GodAxe.Size = UDim2.new(0, 100, 0, 29)
  438. GodAxe.Font = Enum.Font.SourceSans
  439. GodAxe.Text = "GodAxe"
  440. GodAxe.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  441. GodAxe.TextSize = 14
  442. GodAxe.MouseButton1Click:connect(function()
  443. local A_1 = "God Axe"
  444. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  445. Event:FireServer(A_1)
  446. end)
  447.  
  448. GodHalo.Name = "GodHalo"
  449. GodHalo.Parent = godframe
  450. GodHalo.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  451. GodHalo.BorderSizePixel = 0
  452. GodHalo.Position = UDim2.new(0, 0, 0.325423717, 0)
  453. GodHalo.Size = UDim2.new(0, 100, 0, 29)
  454. GodHalo.Font = Enum.Font.SourceSans
  455. GodHalo.Text = "GodHalo"
  456. GodHalo.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  457. GodHalo.TextSize = 14
  458. GodHalo.MouseButton1Click:connect(function()
  459. local A_1 = "God Halo"
  460. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  461. Event:FireServer(A_1)
  462. end)
  463.  
  464. GodChestplate.Name = "GodChestplate"
  465. GodChestplate.Parent = godframe
  466. GodChestplate.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  467. GodChestplate.BorderSizePixel = 0
  468. GodChestplate.Position = UDim2.new(0, 0, 0.423728824, 0)
  469. GodChestplate.Size = UDim2.new(0, 100, 0, 29)
  470. GodChestplate.Font = Enum.Font.SourceSans
  471. GodChestplate.Text = "GodChestplate"
  472. GodChestplate.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  473. GodChestplate.TextSize = 14
  474. GodChestplate.MouseButton1Click:connect(function()
  475. local A_1 = "God Chestplate"
  476. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  477. Event:FireServer(A_1)
  478. end)
  479.  
  480. GodLegs.Name = "GodLegs"
  481. GodLegs.Parent = godframe
  482. GodLegs.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  483. GodLegs.BorderSizePixel = 0
  484. GodLegs.Position = UDim2.new(0, 0, 0.522033989, 0)
  485. GodLegs.Size = UDim2.new(0, 100, 0, 32)
  486. GodLegs.Font = Enum.Font.SourceSans
  487. GodLegs.Text = "GodLegs"
  488. GodLegs.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  489. GodLegs.TextSize = 14
  490. GodLegs.MouseButton1Click:connect(function()
  491. local A_1 = "God Legs"
  492. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  493. Event:FireServer(A_1)
  494. end)
  495.  
  496. GodBag.Name = "GodBag"
  497. GodBag.Parent = godframe
  498. GodBag.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  499. GodBag.BorderSizePixel = 0
  500. GodBag.Position = UDim2.new(0, 0, 0.630508423, 0)
  501. GodBag.Size = UDim2.new(0, 100, 0, 29)
  502. GodBag.Font = Enum.Font.SourceSans
  503. GodBag.Text = "GodBag"
  504. GodBag.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  505. GodBag.TextSize = 14
  506. GodBag.MouseButton1Click:connect(function()
  507. local A_1 = "God Bag"
  508. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  509. Event:FireServer(A_1)
  510. end)
  511.  
  512. OOFHorn.Name = "OOFHorn"
  513. OOFHorn.Parent = godframe
  514. OOFHorn.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  515. OOFHorn.BorderSizePixel = 0
  516. OOFHorn.Position = UDim2.new(0, 0, 0.728813529, 0)
  517. OOFHorn.Size = UDim2.new(0, 100, 0, 29)
  518. OOFHorn.Font = Enum.Font.SourceSans
  519. OOFHorn.Text = "OOFHorn"
  520. OOFHorn.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  521. OOFHorn.TextSize = 14
  522. OOFHorn.MouseButton1Click:connect(function()
  523. local A_1 = "OOF Horn"
  524. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  525. Event:FireServer(A_1)
  526. end)
  527.  
  528. voidframe.Name = "voidframe"
  529. voidframe.Parent = booga
  530. voidframe.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  531. voidframe.BorderSizePixel = 0
  532. voidframe.Position = UDim2.new(0.0755750239, 0, 0.308661431, 0)
  533. voidframe.Size = UDim2.new(0, 100, 0, 295)
  534. voidframe.Visible = false
  535.  
  536. VoidShroud.Name = "VoidShroud"
  537. VoidShroud.Parent = voidframe
  538. VoidShroud.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  539. VoidShroud.BorderSizePixel = 0
  540. VoidShroud.Position = UDim2.new(0, 0, 0.0305084586, 0)
  541. VoidShroud.Size = UDim2.new(0, 100, 0, 29)
  542. VoidShroud.Font = Enum.Font.SourceSans
  543. VoidShroud.Text = "VoidShroud"
  544. VoidShroud.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  545. VoidShroud.TextSize = 14
  546. VoidShroud.MouseButton1Click:connect(function()
  547. local A_1 = "Void Shroud"
  548. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  549. Event:FireServer(A_1)
  550. end)
  551.  
  552. VoidChestplate.Name = "VoidChestplate"
  553. VoidChestplate.Parent = voidframe
  554. VoidChestplate.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  555. VoidChestplate.BorderSizePixel = 0
  556. VoidChestplate.Position = UDim2.new(0, 0, 0.128813535, 0)
  557. VoidChestplate.Size = UDim2.new(0, 100, 0, 29)
  558. VoidChestplate.Font = Enum.Font.SourceSans
  559. VoidChestplate.Text = "VoidChestplate"
  560. VoidChestplate.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  561. VoidChestplate.TextSize = 14
  562. VoidChestplate.MouseButton1Click:connect(function()
  563. local A_1 = "Void Chestplate"
  564. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  565. Event:FireServer(A_1)
  566. end)
  567.  
  568. VoidGreaves.Name = "VoidGreaves"
  569. VoidGreaves.Parent = voidframe
  570. VoidGreaves.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  571. VoidGreaves.BorderSizePixel = 0
  572. VoidGreaves.Position = UDim2.new(0, 0, 0.227118626, 0)
  573. VoidGreaves.Size = UDim2.new(0, 100, 0, 29)
  574. VoidGreaves.Font = Enum.Font.SourceSans
  575. VoidGreaves.Text = "VoidGreaves"
  576. VoidGreaves.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  577. VoidGreaves.TextSize = 14
  578. VoidGreaves.MouseButton1Click:connect(function()
  579. local A_1 = "Void Greaves"
  580. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  581. Event:FireServer(A_1)
  582. end)
  583.  
  584. VoidBag.Name = "VoidBag"
  585. VoidBag.Parent = voidframe
  586. VoidBag.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  587. VoidBag.BorderSizePixel = 0
  588. VoidBag.Position = UDim2.new(0, 0, 0.325423717, 0)
  589. VoidBag.Size = UDim2.new(0, 100, 0, 29)
  590. VoidBag.Font = Enum.Font.SourceSans
  591. VoidBag.Text = "VoidBag"
  592. VoidBag.TextColor3 = Color3.new(0.0862745, 0.933333, 0.933333)
  593. VoidBag.TextSize = 14
  594. VoidBag.MouseButton1Click:connect(function()
  595. local A_1 = "Void Bag"
  596. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  597. Event:FireServer(A_1)
  598. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement