Advertisement
LordOfCats

Booga Booga

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