Advertisement
Guest User

BOOGA BOOGA

a guest
Dec 10th, 2018
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.30 KB | None | 0 0
  1. local BoogaBV1 = Instance.new("ScreenGui")
  2. local BoogaBV1_2 = Instance.new("Frame")
  3. local Speed = Instance.new("TextButton")
  4. local SpeedBind = Instance.new("TextBox")
  5. local AutoPickUp = Instance.new("TextButton")
  6. local AutoPickUpBind = Instance.new("TextBox")
  7. local CraftAnyItem = Instance.new("TextButton")
  8. local CraftItem = Instance.new("TextBox")
  9. local Title = Instance.new("TextLabel")
  10. local InfinityChest = Instance.new("TextButton")
  11. local RevizV2 = Instance.new("TextButton")
  12. local GodHut = Instance.new("TextButton")
  13. local MadebyTokumeiAresuu = Instance.new("TextLabel")
  14. local CreditOwners = Instance.new("TextLabel")
  15. local AutoBreak = Instance.new("TextButton")
  16. local Breakkey = Instance.new("TextBox")
  17. local EmeraldSetCrafter = Instance.new("TextButton")
  18. local FEme = Instance.new("Frame")
  19. local SFrameEme = Instance.new("ScrollingFrame")
  20. local EmeraldHelmet = Instance.new("TextButton")
  21. local EmeraldChestplate = Instance.new("TextButton")
  22. local EmeraldGreaves = Instance.new("TextButton")
  23. local EmeraldPick = Instance.new("TextButton")
  24. local EmeraldBlade = Instance.new("TextButton")
  25. local EmeraldAxe = Instance.new("TextButton")
  26. local EmeraldBag = Instance.new("TextButton")
  27. local GodSetCrafter = Instance.new("TextButton")
  28. local FGod = Instance.new("Frame")
  29. local SFrameGod = Instance.new("ScrollingFrame")
  30. local GodHalo = Instance.new("TextButton")
  31. local GodChestplate = Instance.new("TextButton")
  32. local GodLegs = Instance.new("TextButton")
  33. local GodRock = Instance.new("TextButton")
  34. local GodPick = Instance.new("TextButton")
  35. local GodAxe = Instance.new("TextButton")
  36. local GodBag = Instance.new("TextButton")
  37. local OOFHorn = Instance.new("TextButton")
  38. local VoidSetCrafter = Instance.new("TextButton")
  39. local FVOID = Instance.new("Frame")
  40. local SFrameVoid = Instance.new("ScrollingFrame")
  41. local VoidShroud = Instance.new("TextButton")
  42. local VoidChestplate = Instance.new("TextButton")
  43. local VoidGreaves = Instance.new("TextButton")
  44. local VoidBag = Instance.new("TextButton")
  45. local TeletoVoid = Instance.new("TextButton")
  46. local Open = Instance.new("TextButton")
  47. local Close = Instance.new("TextButton")
  48. --Properties:
  49. BoogaBV1.Name = "BoogaBV1"
  50. BoogaBV1.Parent = game.CoreGui
  51.  
  52. BoogaBV1_2.Name = "BoogaBV1"
  53. BoogaBV1_2.Parent = BoogaBV1
  54. BoogaBV1_2.Active = true
  55. BoogaBV1_2.BackgroundColor3 = Color3.new(1, 0.65098, 0)
  56. BoogaBV1_2.BackgroundTransparency = 0.30000001192093
  57. BoogaBV1_2.BorderColor3 = Color3.new(0, 0, 0)
  58. BoogaBV1_2.BorderSizePixel = 5
  59. BoogaBV1_2.Position = UDim2.new(0.315448642, 0, 0.254980087, 0)
  60. BoogaBV1_2.Size = UDim2.new(0, 487, 0, 245)
  61. BoogaBV1_2.Draggable = true
  62.  
  63. Speed.Name = "Speed"
  64. Speed.Parent = BoogaBV1_2
  65. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  66. Speed.BorderColor3 = Color3.new(0, 0, 0)
  67. Speed.BorderSizePixel = 3
  68. Speed.Position = UDim2.new(0.0164271053, 0, 0.877551019, 0)
  69. Speed.Size = UDim2.new(0, 117, 0, 25)
  70. Speed.Font = Enum.Font.Cartoon
  71. Speed.Text = "Speed"
  72. Speed.TextColor3 = Color3.new(1, 1, 1)
  73. Speed.TextScaled = true
  74. Speed.TextSize = 14
  75. Speed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  76. Speed.TextWrapped = true
  77.  
  78. SpeedBind.Name = "SpeedBind"
  79. SpeedBind.Parent = Speed
  80. SpeedBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  81. SpeedBind.BorderColor3 = Color3.new(0, 0, 0)
  82. SpeedBind.BorderSizePixel = 3
  83. SpeedBind.Position = UDim2.new(1.15199995, 0, 0, 0)
  84. SpeedBind.Size = UDim2.new(0, 83, 0, 26)
  85. SpeedBind.Font = Enum.Font.Cartoon
  86. SpeedBind.Text = "Key Bind"
  87. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  88. SpeedBind.TextScaled = true
  89. SpeedBind.TextSize = 14
  90. SpeedBind.TextWrapped = true
  91.  
  92. AutoPickUp.Name = "Auto Pick Up"
  93. AutoPickUp.Parent = BoogaBV1_2
  94. AutoPickUp.BackgroundColor3 = Color3.new(0, 0, 0)
  95. AutoPickUp.BorderColor3 = Color3.new(0, 0, 0)
  96. AutoPickUp.BorderSizePixel = 3
  97. AutoPickUp.Position = UDim2.new(0.0164271053, 0, 0.596045792, 0)
  98. AutoPickUp.Size = UDim2.new(0, 117, 0, 25)
  99. AutoPickUp.Font = Enum.Font.Cartoon
  100. AutoPickUp.Text = "Auto Pick Up"
  101. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
  102. AutoPickUp.TextScaled = true
  103. AutoPickUp.TextSize = 14
  104. AutoPickUp.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  105. AutoPickUp.TextWrapped = true
  106.  
  107. AutoPickUpBind.Name = "AutoPickUpBind"
  108. AutoPickUpBind.Parent = AutoPickUp
  109. AutoPickUpBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  110. AutoPickUpBind.BorderColor3 = Color3.new(0, 0, 0)
  111. AutoPickUpBind.BorderSizePixel = 3
  112. AutoPickUpBind.Position = UDim2.new(1.15199995, 0, 0, 0)
  113. AutoPickUpBind.Size = UDim2.new(0, 83, 0, 25)
  114. AutoPickUpBind.Font = Enum.Font.Cartoon
  115. AutoPickUpBind.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  116. AutoPickUpBind.Text = "Key Bind"
  117. AutoPickUpBind.TextColor3 = Color3.new(0, 0, 0)
  118. AutoPickUpBind.TextScaled = true
  119. AutoPickUpBind.TextSize = 14
  120. AutoPickUpBind.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  121. AutoPickUpBind.TextWrapped = true
  122.  
  123. CraftAnyItem.Name = "Craft Any Item"
  124. CraftAnyItem.Parent = BoogaBV1_2
  125. CraftAnyItem.BackgroundColor3 = Color3.new(0, 0, 0)
  126. CraftAnyItem.BorderColor3 = Color3.new(0, 0, 0)
  127. CraftAnyItem.BorderSizePixel = 2
  128. CraftAnyItem.Position = UDim2.new(0.0164271053, 0, 0.461892724, 0)
  129. CraftAnyItem.Size = UDim2.new(0, 117, 0, 25)
  130. CraftAnyItem.Font = Enum.Font.Cartoon
  131. CraftAnyItem.Text = "Craft Any Item"
  132. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
  133. CraftAnyItem.TextScaled = true
  134. CraftAnyItem.TextSize = 14
  135. CraftAnyItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  136. CraftAnyItem.TextWrapped = true
  137.  
  138. CraftItem.Name = "Craft Item"
  139. CraftItem.Parent = CraftAnyItem
  140. CraftItem.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  141. CraftItem.BorderColor3 = Color3.new(0, 0, 0)
  142. CraftItem.BorderSizePixel = 3
  143. CraftItem.Position = UDim2.new(1.15384614, 0, 0, 0)
  144. CraftItem.Size = UDim2.new(0, 84, 0, 25)
  145. CraftItem.Font = Enum.Font.Cartoon
  146. CraftItem.Text = "Item Name"
  147. CraftItem.TextColor3 = Color3.new(0, 0, 0)
  148. CraftItem.TextScaled = true
  149. CraftItem.TextSize = 14
  150. CraftItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  151. CraftItem.TextWrapped = true
  152.  
  153. Title.Name = "Title"
  154. Title.Parent = BoogaBV1_2
  155. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  156. Title.Size = UDim2.new(0, 487, 0, 29)
  157. Title.Font = Enum.Font.Cartoon
  158. Title.Text = "BoogaBitchesV1"
  159. Title.TextColor3 = Color3.new(0, 0, 0)
  160. Title.TextScaled = true
  161. Title.TextSize = 16
  162. Title.TextWrapped = true
  163.  
  164. InfinityChest.Name = "Infinity Chest"
  165. InfinityChest.Parent = BoogaBV1_2
  166. InfinityChest.BackgroundColor3 = Color3.new(0, 0, 0)
  167. InfinityChest.BorderColor3 = Color3.new(0, 0, 0)
  168. InfinityChest.BorderSizePixel = 3
  169. InfinityChest.Position = UDim2.new(0.291581094, 0, 0.32911393, 0)
  170. InfinityChest.Size = UDim2.new(0, 117, 0, 21)
  171. InfinityChest.Font = Enum.Font.Cartoon
  172. InfinityChest.Text = "Infinity Chest [Q]"
  173. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  174. InfinityChest.TextScaled = true
  175. InfinityChest.TextSize = 14
  176. InfinityChest.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  177. InfinityChest.TextWrapped = true
  178.  
  179. RevizV2.Name = "Reviz V2"
  180. RevizV2.Parent = BoogaBV1_2
  181. RevizV2.BackgroundColor3 = Color3.new(0, 0, 0)
  182. RevizV2.BorderColor3 = Color3.new(0, 0, 0)
  183. RevizV2.BorderSizePixel = 3
  184. RevizV2.Position = UDim2.new(0.572895288, 0, 0.15611814, 0)
  185. RevizV2.Size = UDim2.new(0, 194, 0, 25)
  186. RevizV2.Font = Enum.Font.Cartoon
  187. RevizV2.Text = "Reviz V2"
  188. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  189. RevizV2.TextScaled = true
  190. RevizV2.TextSize = 14
  191. RevizV2.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  192. RevizV2.TextWrapped = true
  193.  
  194. GodHut.Name = "God Hut"
  195. GodHut.Parent = BoogaBV1_2
  196. GodHut.BackgroundColor3 = Color3.new(0, 0, 0)
  197. GodHut.BorderColor3 = Color3.new(0, 0, 0)
  198. GodHut.BorderSizePixel = 3
  199. GodHut.Position = UDim2.new(0.572895288, 0, 0.327337861, 0)
  200. GodHut.Size = UDim2.new(0, 194, 0, 25)
  201. GodHut.Font = Enum.Font.Cartoon
  202. GodHut.Text = "God Hut [G]"
  203. GodHut.TextColor3 = Color3.new(1, 1, 1)
  204. GodHut.TextScaled = true
  205. GodHut.TextSize = 14
  206. GodHut.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  207. GodHut.TextWrapped = true
  208.  
  209. MadebyTokumeiAresuu.Name = "Made by Tokumei/Aresuu"
  210. MadebyTokumeiAresuu.Parent = BoogaBV1_2
  211. MadebyTokumeiAresuu.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  212. MadebyTokumeiAresuu.BorderColor3 = Color3.new(0, 0, 0)
  213. MadebyTokumeiAresuu.BorderSizePixel = 5
  214. MadebyTokumeiAresuu.Position = UDim2.new(0.704355955, 0, 0.699711502, 0)
  215. MadebyTokumeiAresuu.Size = UDim2.new(0, 144, 0, 34)
  216. MadebyTokumeiAresuu.Font = Enum.Font.Cartoon
  217. MadebyTokumeiAresuu.Text = "Made by Tokumei/Aresuu"
  218. MadebyTokumeiAresuu.TextColor3 = Color3.new(0, 0, 0)
  219. MadebyTokumeiAresuu.TextSize = 14
  220.  
  221. CreditOwners.Name = "Credit Owners"
  222. CreditOwners.Parent = MadebyTokumeiAresuu
  223. CreditOwners.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  224. CreditOwners.BorderColor3 = Color3.new(0, 0, 0)
  225. CreditOwners.BorderSizePixel = 5
  226. CreditOwners.Position = UDim2.new(-0.686473131, 0, 1.04991567, 0)
  227. CreditOwners.Size = UDim2.new(0, 243, 0, 34)
  228. CreditOwners.Font = Enum.Font.Cartoon
  229. CreditOwners.Text = "Credit to the Owners of Scripts that i Used for this GUI"
  230. CreditOwners.TextColor3 = Color3.new(0, 0, 0)
  231. CreditOwners.TextScaled = true
  232. CreditOwners.TextSize = 14
  233. CreditOwners.TextWrapped = true
  234.  
  235. AutoBreak.Name = "AutoBreak"
  236. AutoBreak.Parent = BoogaBV1_2
  237. AutoBreak.BackgroundColor3 = Color3.new(0, 0, 0)
  238. AutoBreak.BorderColor3 = Color3.new(0, 0, 0)
  239. AutoBreak.BorderSizePixel = 3
  240. AutoBreak.Position = UDim2.new(0.0164271053, 0, 0.735780597, 0)
  241. AutoBreak.Size = UDim2.new(0, 117, 0, 25)
  242. AutoBreak.Font = Enum.Font.Cartoon
  243. AutoBreak.Text = "Auto Break"
  244. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  245. AutoBreak.TextScaled = true
  246. AutoBreak.TextSize = 14
  247. AutoBreak.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  248. AutoBreak.TextWrapped = true
  249.  
  250. Breakkey.Name = "Breakkey"
  251. Breakkey.Parent = AutoBreak
  252. Breakkey.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  253. Breakkey.BorderColor3 = Color3.new(0, 0, 0)
  254. Breakkey.BorderSizePixel = 3
  255. Breakkey.Position = UDim2.new(1.15199995, 0, 0, 0)
  256. Breakkey.Size = UDim2.new(0, 83, 0, 25)
  257. Breakkey.Font = Enum.Font.Cartoon
  258. Breakkey.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  259. Breakkey.Text = "Key Bind"
  260. Breakkey.TextColor3 = Color3.new(0, 0, 0)
  261. Breakkey.TextScaled = true
  262. Breakkey.TextSize = 14
  263. Breakkey.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  264. Breakkey.TextWrapped = true
  265.  
  266. EmeraldSetCrafter.Name = "Emerald Set Crafter"
  267. EmeraldSetCrafter.Parent = BoogaBV1_2
  268. EmeraldSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  269. EmeraldSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  270. EmeraldSetCrafter.BorderSizePixel = 3
  271. EmeraldSetCrafter.Position = UDim2.new(0.0164271053, 0, 0.156479806, 0)
  272. EmeraldSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  273. EmeraldSetCrafter.Font = Enum.Font.Cartoon
  274. EmeraldSetCrafter.Text = "Emerald Set Crafter"
  275. EmeraldSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  276. EmeraldSetCrafter.TextScaled = true
  277. EmeraldSetCrafter.TextSize = 14
  278. EmeraldSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  279. EmeraldSetCrafter.TextWrapped = true
  280.  
  281. FEme.Name = "FEme"
  282. FEme.Parent = EmeraldSetCrafter
  283. FEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  284. FEme.BorderColor3 = Color3.new(0, 0, 0)
  285. FEme.BorderSizePixel = 5
  286. FEme.Position = UDim2.new(-1.64102566, 0, -1.47999966, 0)
  287. FEme.Size = UDim2.new(0, 169, 0, 199)
  288. FEme.Visible = false
  289.  
  290. SFrameEme.Name = "SFrameEme"
  291. SFrameEme.Parent = FEme
  292. SFrameEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  293. SFrameEme.Size = UDim2.new(0, 157, 0, 199)
  294.  
  295. EmeraldHelmet.Name = "Emerald Helmet"
  296. EmeraldHelmet.Parent = SFrameEme
  297. EmeraldHelmet.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  298. EmeraldHelmet.Position = UDim2.new(0.055555556, 0, 0.0355654769, 0)
  299. EmeraldHelmet.Size = UDim2.new(0, 131, 0, 39)
  300. EmeraldHelmet.Font = Enum.Font.SourceSans
  301. EmeraldHelmet.Text = "Emerald Helmet"
  302. EmeraldHelmet.TextColor3 = Color3.new(0, 0, 0)
  303. EmeraldHelmet.TextSize = 14
  304.  
  305. EmeraldChestplate.Name = "Emerald Chestplate"
  306. EmeraldChestplate.Parent = SFrameEme
  307. EmeraldChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  308. EmeraldChestplate.Position = UDim2.new(0.055555556, 0, 0.131398827, 0)
  309. EmeraldChestplate.Size = UDim2.new(0, 131, 0, 39)
  310. EmeraldChestplate.Font = Enum.Font.SourceSans
  311. EmeraldChestplate.Text = "Emerald Chestplate"
  312. EmeraldChestplate.TextColor3 = Color3.new(0, 0, 0)
  313. EmeraldChestplate.TextSize = 14
  314.  
  315. EmeraldGreaves.Name = "Emerald Greaves"
  316. EmeraldGreaves.Parent = SFrameEme
  317. EmeraldGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  318. EmeraldGreaves.Position = UDim2.new(0.055555556, 0, 0.231398791, 0)
  319. EmeraldGreaves.Size = UDim2.new(0, 131, 0, 39)
  320. EmeraldGreaves.Font = Enum.Font.SourceSans
  321. EmeraldGreaves.Text = "Emerald Greaves"
  322. EmeraldGreaves.TextColor3 = Color3.new(0, 0, 0)
  323. EmeraldGreaves.TextSize = 14
  324.  
  325. EmeraldPick.Name = "Emerald Pick"
  326. EmeraldPick.Parent = SFrameEme
  327. EmeraldPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  328. EmeraldPick.Position = UDim2.new(0.055555556, 0, 0.333482146, 0)
  329. EmeraldPick.Size = UDim2.new(0, 131, 0, 39)
  330. EmeraldPick.Font = Enum.Font.SourceSans
  331. EmeraldPick.Text = "Emerald Pick"
  332. EmeraldPick.TextColor3 = Color3.new(0, 0, 0)
  333. EmeraldPick.TextSize = 14
  334.  
  335. EmeraldBlade.Name = "Emerald Blade"
  336. EmeraldBlade.Parent = SFrameEme
  337. EmeraldBlade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  338. EmeraldBlade.Position = UDim2.new(0.0555555597, 0, 0.433482111, 0)
  339. EmeraldBlade.Size = UDim2.new(0, 131, 0, 39)
  340. EmeraldBlade.Font = Enum.Font.SourceSans
  341. EmeraldBlade.Text = "Emerald Blade"
  342. EmeraldBlade.TextColor3 = Color3.new(0, 0, 0)
  343. EmeraldBlade.TextSize = 14
  344.  
  345. EmeraldAxe.Name = "Emerald Axe"
  346. EmeraldAxe.Parent = SFrameEme
  347. EmeraldAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  348. EmeraldAxe.Position = UDim2.new(0.0555555597, 0, 0.539732158, 0)
  349. EmeraldAxe.Size = UDim2.new(0, 131, 0, 39)
  350. EmeraldAxe.Font = Enum.Font.SourceSans
  351. EmeraldAxe.Text = "Emerald Axe"
  352. EmeraldAxe.TextColor3 = Color3.new(0, 0, 0)
  353. EmeraldAxe.TextSize = 14
  354.  
  355. EmeraldBag.Name = "Emerald Bag"
  356. EmeraldBag.Parent = SFrameEme
  357. EmeraldBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  358. EmeraldBag.Position = UDim2.new(0.0555555597, 0, 0.637648761, 0)
  359. EmeraldBag.Size = UDim2.new(0, 131, 0, 39)
  360. EmeraldBag.Font = Enum.Font.SourceSans
  361. EmeraldBag.Text = "Emerald Bag"
  362. EmeraldBag.TextColor3 = Color3.new(0, 0, 0)
  363. EmeraldBag.TextSize = 14
  364.  
  365. GodSetCrafter.Name = "God Set Crafter"
  366. GodSetCrafter.Parent = BoogaBV1_2
  367. GodSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  368. GodSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  369. GodSetCrafter.BorderSizePixel = 3
  370. GodSetCrafter.Position = UDim2.new(0.0164270997, 0, 0.310994625, 0)
  371. GodSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  372. GodSetCrafter.Font = Enum.Font.Cartoon
  373. GodSetCrafter.Text = "God Set Crafter"
  374. GodSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  375. GodSetCrafter.TextScaled = true
  376. GodSetCrafter.TextSize = 14
  377. GodSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  378. GodSetCrafter.TextWrapped = true
  379.  
  380. FGod.Name = "FGod"
  381. FGod.Parent = GodSetCrafter
  382. FGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  383. FGod.BorderColor3 = Color3.new(0, 0, 0)
  384. FGod.BorderSizePixel = 5
  385. FGod.Position = UDim2.new(-1.64102578, 0, -2.95999932, 0)
  386. FGod.Size = UDim2.new(0, 169, 0, 199)
  387. FGod.Visible = false
  388.  
  389. SFrameGod.Name = "SFrameGod"
  390. SFrameGod.Parent = FGod
  391. SFrameGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  392. SFrameGod.Size = UDim2.new(0, 161, 0, 199)
  393.  
  394. GodHalo.Name = "God Halo"
  395. GodHalo.Parent = SFrameGod
  396. GodHalo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  397. GodHalo.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
  398. GodHalo.Size = UDim2.new(0, 131, 0, 39)
  399. GodHalo.Font = Enum.Font.SourceSans
  400. GodHalo.Text = "God Halo"
  401. GodHalo.TextColor3 = Color3.new(0, 0, 0)
  402. GodHalo.TextSize = 14
  403.  
  404. GodChestplate.Name = "God Chestplate"
  405. GodChestplate.Parent = SFrameGod
  406. GodChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  407. GodChestplate.Position = UDim2.new(0.055555556, 0, 0.135565475, 0)
  408. GodChestplate.Size = UDim2.new(0, 131, 0, 39)
  409. GodChestplate.Font = Enum.Font.SourceSans
  410. GodChestplate.Text = "God Chestplate"
  411. GodChestplate.TextColor3 = Color3.new(0, 0, 0)
  412. GodChestplate.TextSize = 14
  413.  
  414. GodLegs.Name = "God Legs"
  415. GodLegs.Parent = SFrameGod
  416. GodLegs.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  417. GodLegs.Position = UDim2.new(0.055555556, 0, 0.237648815, 0)
  418. GodLegs.Size = UDim2.new(0, 131, 0, 39)
  419. GodLegs.Font = Enum.Font.SourceSans
  420. GodLegs.Text = "God Legs"
  421. GodLegs.TextColor3 = Color3.new(0, 0, 0)
  422. GodLegs.TextSize = 14
  423.  
  424. GodRock.Name = "God Rock"
  425. GodRock.Parent = SFrameGod
  426. GodRock.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  427. GodRock.Position = UDim2.new(0.055555556, 0, 0.337648839, 0)
  428. GodRock.Size = UDim2.new(0, 131, 0, 39)
  429. GodRock.Font = Enum.Font.SourceSans
  430. GodRock.Text = "God Rock"
  431. GodRock.TextColor3 = Color3.new(0, 0, 0)
  432. GodRock.TextSize = 14
  433.  
  434. GodPick.Name = "God Pick"
  435. GodPick.Parent = SFrameGod
  436. GodPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  437. GodPick.Position = UDim2.new(0.0555555597, 0, 0.541815639, 0)
  438. GodPick.Size = UDim2.new(0, 131, 0, 39)
  439. GodPick.Font = Enum.Font.SourceSans
  440. GodPick.Text = "God Pick"
  441. GodPick.TextColor3 = Color3.new(0, 0, 0)
  442. GodPick.TextSize = 14
  443.  
  444. GodAxe.Name = "God Axe"
  445. GodAxe.Parent = SFrameGod
  446. GodAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  447. GodAxe.Position = UDim2.new(0.0555555597, 0, 0.443898767, 0)
  448. GodAxe.Size = UDim2.new(0, 131, 0, 39)
  449. GodAxe.Font = Enum.Font.SourceSans
  450. GodAxe.Text = "God Axe"
  451. GodAxe.TextColor3 = Color3.new(0, 0, 0)
  452. GodAxe.TextSize = 14
  453.  
  454. GodBag.Name = "God Bag"
  455. GodBag.Parent = SFrameGod
  456. GodBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  457. GodBag.Position = UDim2.new(0.0555555597, 0, 0.739732146, 0)
  458. GodBag.Size = UDim2.new(0, 131, 0, 39)
  459. GodBag.Font = Enum.Font.SourceSans
  460. GodBag.Text = "God Bag"
  461. GodBag.TextColor3 = Color3.new(0, 0, 0)
  462. GodBag.TextSize = 14
  463.  
  464. OOFHorn.Name = "OOF Horn"
  465. OOFHorn.Parent = SFrameGod
  466. OOFHorn.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  467. OOFHorn.Position = UDim2.new(0.055555556, 0, 0.641815484, 0)
  468. OOFHorn.Size = UDim2.new(0, 131, 0, 39)
  469. OOFHorn.Font = Enum.Font.SourceSans
  470. OOFHorn.Text = "OOF Horn"
  471. OOFHorn.TextColor3 = Color3.new(0, 0, 0)
  472. OOFHorn.TextSize = 14
  473.  
  474. VoidSetCrafter.Name = "Void Set Crafter"
  475. VoidSetCrafter.Parent = BoogaBV1_2
  476. VoidSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  477. VoidSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  478. VoidSetCrafter.BorderSizePixel = 3
  479. VoidSetCrafter.Position = UDim2.new(0.291581094, 0, 0.155744419, 0)
  480. VoidSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  481. VoidSetCrafter.Font = Enum.Font.Cartoon
  482. VoidSetCrafter.Text = "Void Set Crafter"
  483. VoidSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  484. VoidSetCrafter.TextScaled = true
  485. VoidSetCrafter.TextSize = 14
  486. VoidSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  487. VoidSetCrafter.TextWrapped = true
  488.  
  489. FVOID.Name = "FVOID"
  490. FVOID.Parent = VoidSetCrafter
  491. FVOID.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  492. FVOID.BorderColor3 = Color3.new(0, 0, 0)
  493. FVOID.BorderSizePixel = 5
  494. FVOID.Position = UDim2.new(-2.78632498, 0, -1.47999954, 0)
  495. FVOID.Size = UDim2.new(0, 169, 0, 199)
  496. FVOID.Visible = false
  497.  
  498. SFrameVoid.Name = "SFrameVoid"
  499. SFrameVoid.Parent = FVOID
  500. SFrameVoid.Active = true
  501. SFrameVoid.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  502. SFrameVoid.Size = UDim2.new(0, 157, 0, 199)
  503.  
  504. VoidShroud.Name = "Void Shroud"
  505. VoidShroud.Parent = SFrameVoid
  506. VoidShroud.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  507. VoidShroud.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
  508. VoidShroud.Size = UDim2.new(0, 131, 0, 39)
  509. VoidShroud.Font = Enum.Font.SourceSans
  510. VoidShroud.Text = "Void Shroud"
  511. VoidShroud.TextColor3 = Color3.new(0, 0, 0)
  512. VoidShroud.TextSize = 14
  513.  
  514. VoidChestplate.Name = "Void Chestplate"
  515. VoidChestplate.Parent = SFrameVoid
  516. VoidChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  517. VoidChestplate.Position = UDim2.new(0.055555556, 0, 0.151785716, 0)
  518. VoidChestplate.Size = UDim2.new(0, 131, 0, 39)
  519. VoidChestplate.Font = Enum.Font.SourceSans
  520. VoidChestplate.Text = "Void Shroud"
  521. VoidChestplate.TextColor3 = Color3.new(0, 0, 0)
  522. VoidChestplate.TextSize = 14
  523.  
  524. VoidGreaves.Name = "Void Greaves"
  525. VoidGreaves.Parent = SFrameVoid
  526. VoidGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  527. VoidGreaves.Position = UDim2.new(0.055555556, 0, 0.272321433, 0)
  528. VoidGreaves.Size = UDim2.new(0, 131, 0, 39)
  529. VoidGreaves.Font = Enum.Font.SourceSans
  530. VoidGreaves.Text = "Void Shroud"
  531. VoidGreaves.TextColor3 = Color3.new(0, 0, 0)
  532. VoidGreaves.TextSize = 14
  533.  
  534. VoidBag.Name = "Void Bag"
  535. VoidBag.Parent = SFrameVoid
  536. VoidBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  537. VoidBag.Position = UDim2.new(0.055555556, 0, 0.383928567, 0)
  538. VoidBag.Size = UDim2.new(0, 131, 0, 39)
  539. VoidBag.Font = Enum.Font.SourceSans
  540. VoidBag.Text = "Void Shroud"
  541. VoidBag.TextColor3 = Color3.new(0, 0, 0)
  542. VoidBag.TextSize = 14
  543.  
  544. TeletoVoid.Name = "Tele to Void"
  545. TeletoVoid.Parent = BoogaBV1_2
  546. TeletoVoid.BackgroundColor3 = Color3.new(0, 0, 0)
  547. TeletoVoid.BorderColor3 = Color3.new(0, 0, 0)
  548. TeletoVoid.BorderSizePixel = 3
  549. TeletoVoid.Position = UDim2.new(0.50102669, 0, 0.502848029, 0)
  550. TeletoVoid.Size = UDim2.new(0, 194, 0, 25)
  551. TeletoVoid.Font = Enum.Font.Cartoon
  552. TeletoVoid.Text = "Teleport to Void"
  553. TeletoVoid.TextColor3 = Color3.new(1, 1, 1)
  554. TeletoVoid.TextScaled = true
  555. TeletoVoid.TextSize = 14
  556. TeletoVoid.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  557. TeletoVoid.TextWrapped = true
  558.  
  559. Open.Name = "Open"
  560. Open.Parent = BoogaBV1
  561. Open.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  562. Open.BorderColor3 = Color3.new(0.709804, 0, 0.0117647)
  563. Open.BorderSizePixel = 6
  564. Open.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  565. Open.Size = UDim2.new(0, 114, 0, 21)
  566. Open.Font = Enum.Font.Cartoon
  567. Open.Text = "Open"
  568. Open.TextColor3 = Color3.new(0, 0, 0)
  569. Open.TextScaled = true
  570. Open.TextSize = 14
  571. Open.TextWrapped = true
  572.  
  573. Close.Name = "Close"
  574. Close.Parent = BoogaBV1
  575. Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  576. Close.BorderColor3 = Color3.new(0, 0, 0)
  577. Close.BorderSizePixel = 6
  578. Close.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  579. Close.Size = UDim2.new(0, 114, 0, 21)
  580. Close.Font = Enum.Font.Cartoon
  581. Close.Text = "Close"
  582. Close.TextColor3 = Color3.new(0, 0, 0)
  583. Close.TextScaled = true
  584. Close.TextSize = 14
  585. Close.TextWrapped = true
  586. -- Scripts:
  587.  
  588. EmeraldSetCrafter.MouseButton1Click:connect(function()
  589. if EmeraldSetCrafter == true then
  590. EmeraldSetCrafter = false
  591. FEme.Visible = false
  592. else
  593. EmeraldSetCrafter = true
  594. FEme.Visible = true
  595. end
  596. end)
  597.  
  598. GodSetCrafter.MouseButton1Click:connect(function()
  599. if GodSetCrafter == true then
  600. GodSetCrafter = false
  601. FGod.Visible = false
  602. else
  603. GodSetCrafter = true
  604. FGod.Visible = true
  605. end
  606. end)
  607.  
  608. VoidSetCrafter.MouseButton1Click:connect(function()
  609. if VoidSetCrafter == true then
  610. VoidSetCrafter = false
  611. FVOID.Visible = false
  612. else
  613. VoidSetCrafter = true
  614. FVOID.Visible = true
  615. end
  616. end)
  617.  
  618. VoidBag.MouseButton1Click:connect(function()
  619. local A_1 = "Void Bag"
  620. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  621. Event:FireServer(A_1)
  622. end)
  623.  
  624. VoidShroud.MouseButton1Click:connect(function()
  625. local A_1 = "Void Shroud"
  626. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  627. Event:FireServer(A_1)
  628. end)
  629.  
  630. VoidChestplate.MouseButton1Click:connect(function()
  631. local A_1 = "Void Chestplate"
  632. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  633. Event:FireServer(A_1)
  634. end)
  635.  
  636. VoidGreaves.MouseButton1Click:connect(function()
  637. local A_1 = "Void Greaves"
  638. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  639. Event:FireServer(A_1)
  640. end)
  641.  
  642. EmeraldAxe.MouseButton1Click:connect(function()
  643. local A_1 = "Emerald Axe"
  644. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  645. Event:FireServer(A_1)
  646. end)
  647.  
  648. EmeraldBlade.MouseButton1Click:connect(function()
  649. local A_1 = "Emerald Blade"
  650. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  651. Event:FireServer(A_1)
  652. end)
  653.  
  654. EmeraldPick.MouseButton1Click:connect(function()
  655. local A_1 = "Emerald Pick"
  656. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  657. Event:FireServer(A_1)
  658. end)
  659.  
  660. EmeraldBag.MouseButton1Click:connect(function()
  661. local A_1 = "Emerald Bag"
  662. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  663. Event:FireServer(A_1)
  664. end)
  665.  
  666. EmeraldHelmet.MouseButton1Click:connect(function()
  667. local A_1 = "Emerald Helmet"
  668. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  669. Event:FireServer(A_1)
  670. end)
  671.  
  672. EmeraldChestplate.MouseButton1Click:connect(function()
  673. local A_1 = "Emerald Chestplate"
  674. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  675. Event:FireServer(A_1)
  676. end)
  677.  
  678. EmeraldGreaves.MouseButton1Click:connect(function()
  679. local A_1 = "Emerald Greaves"
  680. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  681. Event:FireServer(A_1)
  682. end)
  683.  
  684. GodAxe.MouseButton1Click:connect(function()
  685. local A_1 = "God Axe"
  686. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  687. Event:FireServer(A_1)
  688. end)
  689.  
  690. GodRock.MouseButton1Click:connect(function()
  691. local A_1 = "God Rock"
  692. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  693. Event:FireServer(A_1)
  694. end)
  695.  
  696. GodPick.MouseButton1Click:connect(function()
  697. local A_1 = "God Pick"
  698. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  699. Event:FireServer(A_1)
  700. end)
  701.  
  702. GodHalo.MouseButton1Click:connect(function()
  703. local A_1 = "God Halo"
  704. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  705. Event:FireServer(A_1)
  706. end)
  707.  
  708. GodChestplate.MouseButton1Click:connect(function()
  709. local A_1 = "God Chestplate"
  710. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  711. Event:FireServer(A_1)
  712. end)
  713.  
  714. GodLegs.MouseButton1Click:connect(function()
  715. local A_1 = "God Legs"
  716. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  717. Event:FireServer(A_1)
  718. end)
  719.  
  720. GodBag.MouseButton1Click:connect(function()
  721. local A_1 = "God Bag"
  722. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  723. Event:FireServer(A_1)
  724. end)
  725.  
  726. OOFHorn.MouseButton1Click:connect(function()
  727. local A_1 = "OOF Horn"
  728. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  729. Event:FireServer(A_1)
  730. end)
  731.  
  732.  
  733. Open.MouseButton1Click:connect(function()
  734. BoogaBV1_2.Visible = true
  735. Open.Visible = false
  736. Close.Visible = true
  737. end)
  738.  
  739. Close.MouseButton1Click:connect(function()
  740. BoogaBV1_2.Visible = false
  741. Open.Visible = true
  742. Close.Visible = false
  743. end)
  744.  
  745.  
  746. InfinityChest.MouseButton1Down:connect(function()
  747. local plr = game:GetService("Players").LocalPlayer
  748. local mouse = plr:GetMouse()
  749. mouse.KeyDown:connect(function(key)
  750. if key == "q" then
  751. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  752. Torso = game.Players.LocalPlayer.Character.UpperTorso
  753. b = Torso.Position + Torso.CFrame.lookVector * 10
  754. local c = b.x
  755. local d = b.y - 2
  756. local e = b.z
  757. for i = 1,1 do
  758. local A_1 = "Infinity Chest"
  759. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  760. local A_3 = 0
  761. Event:FireServer(A_1, A_2, A_3)
  762. end end end)
  763. end)
  764.  
  765.  
  766. CraftAnyItem.MouseButton1Click:connect(function()
  767. local event = game.ReplicatedStorage.Events.CraftItem
  768. local item = CraftItem.Text
  769. event:FireServer(item)
  770. end)
  771.  
  772. GodHut.MouseButton1Click:connect(function()
  773. local plr = game:GetService("Players").LocalPlayer
  774. local mouse = plr:GetMouse()
  775. mouse.KeyDown:connect(function(key)
  776. if key == "g" then
  777. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  778. Torso = game.Players.LocalPlayer.Character.UpperTorso
  779. b = Torso.Position + Torso.CFrame.lookVector * 10
  780. local c = b.x
  781. local d = b.y - 2
  782. local e = b.z
  783. for i = 1,1 do
  784. local A_1 = "God Hut"
  785. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  786. local A_3 = 0
  787. Event:FireServer(A_1, A_2, A_3)
  788. end end end)
  789. end)
  790.  
  791. AutoPickUp.MouseButton1Click:connect(function()
  792. local Objects;
  793. local Pickup = function(Character)
  794. local myPos = Character.HumanoidRootPart.Position
  795. local Objects = {}
  796. for i,v in pairs(workspace:GetChildren()) do
  797. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  798. local Pos = v.Position
  799. local Distance = (myPos - Pos).magnitude
  800. if Distance < 40 then
  801. table.insert(Objects, v)
  802. end
  803. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  804. local Pos = v.Part.Position
  805. local Distance = (myPos - Pos).magnitude
  806. if Distance < 40 then
  807. table.insert(Objects, v)
  808. end
  809. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  810. local Pos = v.Position
  811. local Distance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement