booga booga script - Pastebin.com (2025)

  1. local ScreenGui = Instance.new("ScreenGui")

  2. local Open = Instance.new("TextButton")

  3. local Booga = Instance.new("Frame")

  4. local BoogaTop = Instance.new("Frame")

  5. local Title = Instance.new("TextLabel")

  6. local Exit = Instance.new("TextButton")

  7. local Speed = Instance.new("TextButton")

  8. local SpeedBind = Instance.new("TextBox")

  9. local AutoPickUp = Instance.new("TextButton")

  10. local AutoPickUpBind = Instance.new("TextBox")

  11. local AutoBreak = Instance.new("TextButton")

  12. local Breakkey = Instance.new("TextBox")

  13. local InfinityChest = Instance.new("TextButton")

  14. local GodHut = Instance.new("TextButton")

  15. local RevizV2 = Instance.new("TextButton")

  16. local AutoEatbtn = Instance.new("TextButton")

  17. local VoidTpbtn = Instance.new("TextButton")

  18. local RemoveAllEffectsbtn = Instance.new("TextButton")

  19. local CraftAnyItem = Instance.new("TextButton")

  20. local CraftItem = Instance.new("TextBox")

  21. local ESPbtn = Instance.new("TextButton")

  22. local DropAllItemsbtn = Instance.new("TextButton")

  23. local RemoveRainbtn = Instance.new("TextButton")

  24. local TpSpambtn = Instance.new("TextButton")

  25. local AutoCampfirebtn = Instance.new("TextButton")

  26. local AutoWallTrapbtn = Instance.new("TextButton")

  27. local AutoEatFoodNamekb = Instance.new("TextBox")

  28. local TpSpamPlayerNamekb = Instance.new("TextBox")

  29. local DropAllItemsItemNamekb = Instance.new("TextBox")

  30. local DropAllItemskb = Instance.new("TextBox")

  31. local AutoEatkb = Instance.new("TextBox")

  32. local Recipes = Instance.new("TextButton")

  33. local Credits = Instance.new("TextLabel")

  34. local Booga2 = Instance.new("Frame")

  35. local BoogaTop2 = Instance.new("Frame")

  36. local Exit2 = Instance.new("TextButton")

  37. local EmeraldHelmet = Instance.new("TextButton")

  38. local EmeraldDivider = Instance.new("Frame")

  39. local EmeraldChestplate = Instance.new("TextButton")

  40. local EmeraldPick = Instance.new("TextButton")

  41. local EmeraldGreaves = Instance.new("TextButton")

  42. local EmeraldBlade = Instance.new("TextButton")

  43. local EmeraldAxe = Instance.new("TextButton")

  44. local EmeraldBag = Instance.new("TextButton")

  45. local VoidShroud = Instance.new("TextButton")

  46. local EmeraldDivider2 = Instance.new("Frame")

  47. local GodDivider = Instance.new("Frame")

  48. local GodDivider2 = Instance.new("Frame")

  49. local GodRock = Instance.new("TextButton")

  50. local GodHalo = Instance.new("TextButton")

  51. local GodChestplate = Instance.new("TextButton")

  52. local GodAxe = Instance.new("TextButton")

  53. local GodBag = Instance.new("TextButton")

  54. local GodLegs = Instance.new("TextButton")

  55. local GodPick = Instance.new("TextButton")

  56. local VoidChestplate = Instance.new("TextButton")

  57. local VoidDivider2 = Instance.new("Frame")

  58. local VoidDivider = Instance.new("Frame")

  59. local VoidBag = Instance.new("TextButton")

  60. local VoidGreaves = Instance.new("TextButton")

  61. local OOFHorn = Instance.new("TextButton")

  62. -- Properties

  63. ScreenGui.Parent = game.CoreGui

  64. Open.Name = "Open"

  65. Open.Parent = ScreenGui

  66. Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  67. Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  68. Open.BorderSizePixel = 2

  69. Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)

  70. Open.Size = UDim2.new(0, 151, 0, 26)

  71. Open.Font = Enum.Font.SourceSansSemibold

  72. Open.Text = "Open/Close"

  73. Open.TextColor3 = Color3.new(1, 1, 1)

  74. Open.TextScaled = true

  75. Open.TextSize = 14

  76. Open.TextWrapped = true

  77. Booga.Name = "Booga"

  78. Booga.Parent = ScreenGui

  79. Booga.Active = true

  80. Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  81. Booga.BackgroundTransparency = 0.30000001192093

  82. Booga.BorderColor3 = Color3.new(1, 0, 0.498039)

  83. Booga.BorderSizePixel = 2

  84. Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)

  85. Booga.Size = UDim2.new(0, 474, 0, 468)

  86. BoogaTop.Name = "BoogaTop"

  87. BoogaTop.Parent = Booga

  88. BoogaTop.Active = true

  89. BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  90. BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  91. BoogaTop.BorderSizePixel = 2

  92. BoogaTop.Size = UDim2.new(0, 474, 0, 27)

  93. Title.Name = "Title"

  94. Title.Parent = BoogaTop

  95. Title.Active = true

  96. Title.BackgroundColor3 = Color3.new(1, 1, 1)

  97. Title.BackgroundTransparency = 1

  98. Title.BorderSizePixel = 0

  99. Title.Position = UDim2.new(0.00210970454, 0, 0, 0)

  100. Title.Size = UDim2.new(0, 473, 0, 27)

  101. Title.Font = Enum.Font.SourceSansSemibold

  102. Title.Text = "Booga Bitches Revamp V2"

  103. Title.TextColor3 = Color3.new(1, 1, 1)

  104. Title.TextScaled = true

  105. Title.TextSize = 14

  106. Title.TextWrapped = true

  107. Exit.Name = "Exit"

  108. Exit.Parent = Booga

  109. Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)

  110. Exit.BorderSizePixel = 0

  111. Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)

  112. Exit.Size = UDim2.new(0, 28, 0, 19)

  113. Exit.Font = Enum.Font.SourceSans

  114. Exit.Text = "X"

  115. Exit.TextColor3 = Color3.new(1, 1, 1)

  116. Exit.TextSize = 14

  117. Speed.Name = "Speed"

  118. Speed.Parent = Booga

  119. Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  120. Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  121. Speed.BorderSizePixel = 2

  122. Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)

  123. Speed.Size = UDim2.new(0, 116, 0, 27)

  124. Speed.Font = Enum.Font.SourceSansSemibold

  125. Speed.Text = "Speed"

  126. Speed.TextColor3 = Color3.new(1, 1, 1)

  127. Speed.TextScaled = true

  128. Speed.TextSize = 14

  129. Speed.TextWrapped = true

  130. SpeedBind.Name = "SpeedBind"

  131. SpeedBind.Parent = Booga

  132. SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  133. SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  134. SpeedBind.BorderSizePixel = 2

  135. SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)

  136. SpeedBind.Size = UDim2.new(0, 116, 0, 27)

  137. SpeedBind.Font = Enum.Font.SourceSans

  138. SpeedBind.Text = "Keybind"

  139. SpeedBind.TextColor3 = Color3.new(1, 1, 1)

  140. SpeedBind.TextScaled = true

  141. SpeedBind.TextSize = 14

  142. SpeedBind.TextWrapped = true

  143. AutoPickUp.Name = "AutoPickUp"

  144. AutoPickUp.Parent = Booga

  145. AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  146. AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  147. AutoPickUp.BorderSizePixel = 2

  148. AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)

  149. AutoPickUp.Size = UDim2.new(0, 116, 0, 27)

  150. AutoPickUp.Font = Enum.Font.SourceSansSemibold

  151. AutoPickUp.Text = "Auto Pickup"

  152. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)

  153. AutoPickUp.TextScaled = true

  154. AutoPickUp.TextSize = 14

  155. AutoPickUp.TextWrapped = true

  156. AutoPickUpBind.Name = "AutoPickUpBind"

  157. AutoPickUpBind.Parent = Booga

  158. AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  159. AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  160. AutoPickUpBind.BorderSizePixel = 2

  161. AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0)

  162. AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27)

  163. AutoPickUpBind.Font = Enum.Font.SourceSans

  164. AutoPickUpBind.Text = "Keybind"

  165. AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1)

  166. AutoPickUpBind.TextScaled = true

  167. AutoPickUpBind.TextSize = 14

  168. AutoPickUpBind.TextWrapped = true

  169. AutoBreak.Name = "AutoBreak"

  170. AutoBreak.Parent = Booga

  171. AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  172. AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  173. AutoBreak.BorderSizePixel = 2

  174. AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)

  175. AutoBreak.Size = UDim2.new(0, 116, 0, 27)

  176. AutoBreak.Font = Enum.Font.SourceSansSemibold

  177. AutoBreak.Text = "Autobreak"

  178. AutoBreak.TextColor3 = Color3.new(1, 1, 1)

  179. AutoBreak.TextScaled = true

  180. AutoBreak.TextSize = 14

  181. AutoBreak.TextWrapped = true

  182. Breakkey.Name = "Breakkey"

  183. Breakkey.Parent = Booga

  184. Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  185. Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  186. Breakkey.BorderSizePixel = 2

  187. Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)

  188. Breakkey.Size = UDim2.new(0, 116, 0, 27)

  189. Breakkey.Font = Enum.Font.SourceSans

  190. Breakkey.Text = "Keybind"

  191. Breakkey.TextColor3 = Color3.new(1, 1, 1)

  192. Breakkey.TextScaled = true

  193. Breakkey.TextSize = 14

  194. Breakkey.TextWrapped = true

  195. InfinityChest.Name = "InfinityChest"

  196. InfinityChest.Parent = Booga

  197. InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  198. InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  199. InfinityChest.BorderSizePixel = 2

  200. InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0)

  201. InfinityChest.Size = UDim2.new(0, 116, 0, 27)

  202. InfinityChest.Font = Enum.Font.SourceSansSemibold

  203. InfinityChest.Text = "Infinity Chest (q)"

  204. InfinityChest.TextColor3 = Color3.new(1, 1, 1)

  205. InfinityChest.TextScaled = true

  206. InfinityChest.TextSize = 14

  207. InfinityChest.TextWrapped = true

  208. GodHut.Name = "GodHut"

  209. GodHut.Parent = Booga

  210. GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  211. GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  212. GodHut.BorderSizePixel = 2

  213. GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0)

  214. GodHut.Size = UDim2.new(0, 116, 0, 27)

  215. GodHut.Font = Enum.Font.SourceSansSemibold

  216. GodHut.Text = "Godhut (g)"

  217. GodHut.TextColor3 = Color3.new(1, 1, 1)

  218. GodHut.TextScaled = true

  219. GodHut.TextSize = 14

  220. GodHut.TextWrapped = true

  221. RevizV2.Name = "RevizV2"

  222. RevizV2.Parent = Booga

  223. RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  224. RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  225. RevizV2.BorderSizePixel = 2

  226. RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0)

  227. RevizV2.Size = UDim2.new(0, 116, 0, 27)

  228. RevizV2.Font = Enum.Font.SourceSansSemibold

  229. RevizV2.Text = "Reviz Admin"

  230. RevizV2.TextColor3 = Color3.new(1, 1, 1)

  231. RevizV2.TextScaled = true

  232. RevizV2.TextSize = 14

  233. RevizV2.TextWrapped = true

  234. AutoEatbtn.Name = "AutoEatbtn"

  235. AutoEatbtn.Parent = Booga

  236. AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  237. AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  238. AutoEatbtn.BorderSizePixel = 2

  239. AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0)

  240. AutoEatbtn.Size = UDim2.new(0, 116, 0, 27)

  241. AutoEatbtn.Font = Enum.Font.SourceSansSemibold

  242. AutoEatbtn.Text = "Auto Eat"

  243. AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)

  244. AutoEatbtn.TextScaled = true

  245. AutoEatbtn.TextSize = 14

  246. AutoEatbtn.TextWrapped = true

  247. VoidTpbtn.Name = "VoidTpbtn"

  248. VoidTpbtn.Parent = Booga

  249. VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  250. VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  251. VoidTpbtn.BorderSizePixel = 2

  252. VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0)

  253. VoidTpbtn.Size = UDim2.new(0, 116, 0, 27)

  254. VoidTpbtn.Font = Enum.Font.SourceSansSemibold

  255. VoidTpbtn.Text = "Void TP"

  256. VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)

  257. VoidTpbtn.TextScaled = true

  258. VoidTpbtn.TextSize = 14

  259. VoidTpbtn.TextWrapped = true

  260. RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"

  261. RemoveAllEffectsbtn.Parent = Booga

  262. RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  263. RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  264. RemoveAllEffectsbtn.BorderSizePixel = 2

  265. RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0)

  266. RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27)

  267. RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold

  268. RemoveAllEffectsbtn.Text = "Remove All Effects"

  269. RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)

  270. RemoveAllEffectsbtn.TextScaled = true

  271. RemoveAllEffectsbtn.TextSize = 14

  272. RemoveAllEffectsbtn.TextWrapped = true

  273. CraftAnyItem.Name = "CraftAnyItem"

  274. CraftAnyItem.Parent = Booga

  275. CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  276. CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  277. CraftAnyItem.BorderSizePixel = 2

  278. CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0)

  279. CraftAnyItem.Size = UDim2.new(0, 116, 0, 27)

  280. CraftAnyItem.Font = Enum.Font.SourceSansSemibold

  281. CraftAnyItem.Text = "Craft Any Item"

  282. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)

  283. CraftAnyItem.TextScaled = true

  284. CraftAnyItem.TextSize = 14

  285. CraftAnyItem.TextWrapped = true

  286. CraftItem.Name = "CraftItem"

  287. CraftItem.Parent = Booga

  288. CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  289. CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  290. CraftItem.BorderSizePixel = 2

  291. CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0)

  292. CraftItem.Size = UDim2.new(0, 116, 0, 27)

  293. CraftItem.Font = Enum.Font.SourceSans

  294. CraftItem.Text = "Item Name"

  295. CraftItem.TextColor3 = Color3.new(1, 1, 1)

  296. CraftItem.TextScaled = true

  297. CraftItem.TextSize = 14

  298. CraftItem.TextWrapped = true

  299. ESPbtn.Name = "ESPbtn"

  300. ESPbtn.Parent = Booga

  301. ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  302. ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  303. ESPbtn.BorderSizePixel = 2

  304. ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0)

  305. ESPbtn.Size = UDim2.new(0, 116, 0, 27)

  306. ESPbtn.Font = Enum.Font.SourceSansSemibold

  307. ESPbtn.Text = "ESP"

  308. ESPbtn.TextColor3 = Color3.new(1, 1, 1)

  309. ESPbtn.TextScaled = true

  310. ESPbtn.TextSize = 14

  311. ESPbtn.TextWrapped = true

  312. DropAllItemsbtn.Name = "DropAllItemsbtn"

  313. DropAllItemsbtn.Parent = Booga

  314. DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  315. DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  316. DropAllItemsbtn.BorderSizePixel = 2

  317. DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0)

  318. DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27)

  319. DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold

  320. DropAllItemsbtn.Text = "Drop All Items"

  321. DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)

  322. DropAllItemsbtn.TextScaled = true

  323. DropAllItemsbtn.TextSize = 14

  324. DropAllItemsbtn.TextWrapped = true

  325. RemoveRainbtn.Name = "RemoveRainbtn"

  326. RemoveRainbtn.Parent = Booga

  327. RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  328. RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  329. RemoveRainbtn.BorderSizePixel = 2

  330. RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0)

  331. RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27)

  332. RemoveRainbtn.Font = Enum.Font.SourceSansSemibold

  333. RemoveRainbtn.Text = "Remove Rain"

  334. RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)

  335. RemoveRainbtn.TextScaled = true

  336. RemoveRainbtn.TextSize = 14

  337. RemoveRainbtn.TextWrapped = true

  338. TpSpambtn.Name = "TpSpambtn"

  339. TpSpambtn.Parent = Booga

  340. TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  341. TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  342. TpSpambtn.BorderSizePixel = 2

  343. TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0)

  344. TpSpambtn.Size = UDim2.new(0, 116, 0, 27)

  345. TpSpambtn.Font = Enum.Font.SourceSansSemibold

  346. TpSpambtn.Text = "TP Spam"

  347. TpSpambtn.TextColor3 = Color3.new(1, 1, 1)

  348. TpSpambtn.TextScaled = true

  349. TpSpambtn.TextSize = 14

  350. TpSpambtn.TextWrapped = true

  351. AutoCampfirebtn.Name = "AutoCampfirebtn"

  352. AutoCampfirebtn.Parent = Booga

  353. AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  354. AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  355. AutoCampfirebtn.BorderSizePixel = 2

  356. AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0)

  357. AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27)

  358. AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold

  359. AutoCampfirebtn.Text = "Auto Campfire"

  360. AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)

  361. AutoCampfirebtn.TextScaled = true

  362. AutoCampfirebtn.TextSize = 14

  363. AutoCampfirebtn.TextWrapped = true

  364. AutoWallTrapbtn.Name = "AutoWallTrapbtn"

  365. AutoWallTrapbtn.Parent = Booga

  366. AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  367. AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  368. AutoWallTrapbtn.BorderSizePixel = 2

  369. AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0)

  370. AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27)

  371. AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold

  372. AutoWallTrapbtn.Text = "Auto Wall"

  373. AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)

  374. AutoWallTrapbtn.TextScaled = true

  375. AutoWallTrapbtn.TextSize = 14

  376. AutoWallTrapbtn.TextWrapped = true

  377. AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"

  378. AutoEatFoodNamekb.Parent = Booga

  379. AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  380. AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  381. AutoEatFoodNamekb.BorderSizePixel = 2

  382. AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0)

  383. AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27)

  384. AutoEatFoodNamekb.Font = Enum.Font.SourceSans

  385. AutoEatFoodNamekb.Text = "Item Name"

  386. AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)

  387. AutoEatFoodNamekb.TextScaled = true

  388. AutoEatFoodNamekb.TextSize = 14

  389. AutoEatFoodNamekb.TextWrapped = true

  390. TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"

  391. TpSpamPlayerNamekb.Parent = Booga

  392. TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  393. TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  394. TpSpamPlayerNamekb.BorderSizePixel = 2

  395. TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0)

  396. TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27)

  397. TpSpamPlayerNamekb.Font = Enum.Font.SourceSans

  398. TpSpamPlayerNamekb.Text = "Player Name"

  399. TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)

  400. TpSpamPlayerNamekb.TextScaled = true

  401. TpSpamPlayerNamekb.TextSize = 14

  402. TpSpamPlayerNamekb.TextWrapped = true

  403. DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"

  404. DropAllItemsItemNamekb.Parent = Booga

  405. DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  406. DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  407. DropAllItemsItemNamekb.BorderSizePixel = 2

  408. DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0)

  409. DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27)

  410. DropAllItemsItemNamekb.Font = Enum.Font.SourceSans

  411. DropAllItemsItemNamekb.Text = "Item Name"

  412. DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)

  413. DropAllItemsItemNamekb.TextScaled = true

  414. DropAllItemsItemNamekb.TextSize = 14

  415. DropAllItemsItemNamekb.TextWrapped = true

  416. DropAllItemskb.Name = "DropAllItemskb"

  417. DropAllItemskb.Parent = Booga

  418. DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  419. DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  420. DropAllItemskb.BorderSizePixel = 2

  421. DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0)

  422. DropAllItemskb.Size = UDim2.new(0, 116, 0, 27)

  423. DropAllItemskb.Font = Enum.Font.SourceSans

  424. DropAllItemskb.Text = "Keybind"

  425. DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)

  426. DropAllItemskb.TextScaled = true

  427. DropAllItemskb.TextSize = 14

  428. DropAllItemskb.TextWrapped = true

  429. AutoEatkb.Name = "AutoEatkb"

  430. AutoEatkb.Parent = Booga

  431. AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  432. AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  433. AutoEatkb.BorderSizePixel = 2

  434. AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0)

  435. AutoEatkb.Size = UDim2.new(0, 116, 0, 27)

  436. AutoEatkb.Font = Enum.Font.SourceSans

  437. AutoEatkb.Text = "Keybind"

  438. AutoEatkb.TextColor3 = Color3.new(1, 1, 1)

  439. AutoEatkb.TextScaled = true

  440. AutoEatkb.TextSize = 14

  441. AutoEatkb.TextWrapped = true

  442. Recipes.Name = "Recipes"

  443. Recipes.Parent = Booga

  444. Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  445. Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  446. Recipes.BorderSizePixel = 2

  447. Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0)

  448. Recipes.Size = UDim2.new(0, 116, 0, 27)

  449. Recipes.Font = Enum.Font.SourceSansSemibold

  450. Recipes.Text = "Recipes"

  451. Recipes.TextColor3 = Color3.new(1, 1, 1)

  452. Recipes.TextScaled = true

  453. Recipes.TextSize = 14

  454. Recipes.TextWrapped = true

  455. Credits.Name = "Credits"

  456. Credits.Parent = Booga

  457. Credits.Active = true

  458. Credits.BackgroundColor3 = Color3.new(1, 1, 1)

  459. Credits.BackgroundTransparency = 1

  460. Credits.BorderColor3 = Color3.new(1, 1, 0)

  461. Credits.BorderSizePixel = 2

  462. Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)

  463. Credits.Size = UDim2.new(0, 473, 0, 34)

  464. Credits.Font = Enum.Font.SourceSansSemibold

  465. Credits.Text = "GUI Made by Miu Iruma#4693"

  466. Credits.TextColor3 = Color3.new(1, 1, 1)

  467. Credits.TextScaled = true

  468. Credits.TextSize = 14

  469. Credits.TextWrapped = true

  470. Booga2.Name = "Booga2"

  471. Booga2.Parent = ScreenGui

  472. Booga2.Active = true

  473. Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  474. Booga2.BackgroundTransparency = 0.30000001192093

  475. Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)

  476. Booga2.BorderSizePixel = 2

  477. Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)

  478. Booga2.Size = UDim2.new(0, 474, 0, 468)

  479. BoogaTop2.Name = "BoogaTop2"

  480. BoogaTop2.Parent = Booga2

  481. BoogaTop2.Active = true

  482. BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  483. BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  484. BoogaTop2.BorderSizePixel = 2

  485. BoogaTop2.Size = UDim2.new(0, 474, 0, 27)

  486. Exit2.Name = "Exit2"

  487. Exit2.Parent = Booga2

  488. Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)

  489. Exit2.BorderSizePixel = 0

  490. Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)

  491. Exit2.Size = UDim2.new(0, 28, 0, 19)

  492. Exit2.Font = Enum.Font.SourceSans

  493. Exit2.Text = "X"

  494. Exit2.TextColor3 = Color3.new(1, 1, 1)

  495. Exit2.TextSize = 14

  496. EmeraldHelmet.Name = "EmeraldHelmet"

  497. EmeraldHelmet.Parent = Booga2

  498. EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  499. EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  500. EmeraldHelmet.BorderSizePixel = 2

  501. EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)

  502. EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)

  503. EmeraldHelmet.Font = Enum.Font.SourceSansSemibold

  504. EmeraldHelmet.Text = "Emerald Helmet"

  505. EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)

  506. EmeraldHelmet.TextScaled = true

  507. EmeraldHelmet.TextSize = 14

  508. EmeraldHelmet.TextWrapped = true

  509. EmeraldDivider.Name = "EmeraldDivider"

  510. EmeraldDivider.Parent = Booga2

  511. EmeraldDivider.Active = true

  512. EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  513. EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  514. EmeraldDivider.BorderSizePixel = 2

  515. EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)

  516. EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)

  517. EmeraldChestplate.Name = "EmeraldChestplate"

  518. EmeraldChestplate.Parent = Booga2

  519. EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  520. EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  521. EmeraldChestplate.BorderSizePixel = 2

  522. EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)

  523. EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)

  524. EmeraldChestplate.Font = Enum.Font.SourceSansSemibold

  525. EmeraldChestplate.Text = "Emerald Chestplate"

  526. EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)

  527. EmeraldChestplate.TextScaled = true

  528. EmeraldChestplate.TextSize = 14

  529. EmeraldChestplate.TextWrapped = true

  530. EmeraldPick.Name = "EmeraldPick"

  531. EmeraldPick.Parent = Booga2

  532. EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  533. EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  534. EmeraldPick.BorderSizePixel = 2

  535. EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)

  536. EmeraldPick.Size = UDim2.new(0, 93, 0, 27)

  537. EmeraldPick.Font = Enum.Font.SourceSansSemibold

  538. EmeraldPick.Text = "Emerald Pick"

  539. EmeraldPick.TextColor3 = Color3.new(1, 1, 1)

  540. EmeraldPick.TextScaled = true

  541. EmeraldPick.TextSize = 14

  542. EmeraldPick.TextWrapped = true

  543. EmeraldGreaves.Name = "EmeraldGreaves"

  544. EmeraldGreaves.Parent = Booga2

  545. EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  546. EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  547. EmeraldGreaves.BorderSizePixel = 2

  548. EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)

  549. EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)

  550. EmeraldGreaves.Font = Enum.Font.SourceSansSemibold

  551. EmeraldGreaves.Text = "Emerald Greaves"

  552. EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)

  553. EmeraldGreaves.TextScaled = true

  554. EmeraldGreaves.TextSize = 14

  555. EmeraldGreaves.TextWrapped = true

  556. EmeraldBlade.Name = "EmeraldBlade"

  557. EmeraldBlade.Parent = Booga2

  558. EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  559. EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  560. EmeraldBlade.BorderSizePixel = 2

  561. EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)

  562. EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)

  563. EmeraldBlade.Font = Enum.Font.SourceSansSemibold

  564. EmeraldBlade.Text = "Emerald Blade"

  565. EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)

  566. EmeraldBlade.TextScaled = true

  567. EmeraldBlade.TextSize = 14

  568. EmeraldBlade.TextWrapped = true

  569. EmeraldAxe.Name = "EmeraldAxe"

  570. EmeraldAxe.Parent = Booga2

  571. EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  572. EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  573. EmeraldAxe.BorderSizePixel = 2

  574. EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)

  575. EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)

  576. EmeraldAxe.Font = Enum.Font.SourceSansSemibold

  577. EmeraldAxe.Text = "Emerald Axe"

  578. EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)

  579. EmeraldAxe.TextScaled = true

  580. EmeraldAxe.TextSize = 14

  581. EmeraldAxe.TextWrapped = true

  582. EmeraldBag.Name = "EmeraldBag"

  583. EmeraldBag.Parent = Booga2

  584. EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  585. EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  586. EmeraldBag.BorderSizePixel = 2

  587. EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)

  588. EmeraldBag.Size = UDim2.new(0, 93, 0, 27)

  589. EmeraldBag.Font = Enum.Font.SourceSansSemibold

  590. EmeraldBag.Text = "EmeraldBag"

  591. EmeraldBag.TextColor3 = Color3.new(1, 1, 1)

  592. EmeraldBag.TextScaled = true

  593. EmeraldBag.TextSize = 14

  594. EmeraldBag.TextWrapped = true

  595. VoidShroud.Name = "VoidShroud"

  596. VoidShroud.Parent = Booga2

  597. VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  598. VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  599. VoidShroud.BorderSizePixel = 2

  600. VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)

  601. VoidShroud.Size = UDim2.new(0, 93, 0, 27)

  602. VoidShroud.Font = Enum.Font.SourceSansSemibold

  603. VoidShroud.Text = "Void Shroud"

  604. VoidShroud.TextColor3 = Color3.new(1, 1, 1)

  605. VoidShroud.TextScaled = true

  606. VoidShroud.TextSize = 14

  607. VoidShroud.TextWrapped = true

  608. EmeraldDivider2.Name = "EmeraldDivider2"

  609. EmeraldDivider2.Parent = Booga2

  610. EmeraldDivider2.Active = true

  611. EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  612. EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  613. EmeraldDivider2.BorderSizePixel = 2

  614. EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)

  615. EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)

  616. GodDivider.Name = "GodDivider"

  617. GodDivider.Parent = Booga2

  618. GodDivider.Active = true

  619. GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  620. GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  621. GodDivider.BorderSizePixel = 2

  622. GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)

  623. GodDivider.Size = UDim2.new(0, 447, 0, 11)

  624. GodDivider2.Name = "GodDivider2"

  625. GodDivider2.Parent = Booga2

  626. GodDivider2.Active = true

  627. GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  628. GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  629. GodDivider2.BorderSizePixel = 2

  630. GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)

  631. GodDivider2.Size = UDim2.new(0, 447, 0, 11)

  632. GodRock.Name = "GodRock"

  633. GodRock.Parent = Booga2

  634. GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  635. GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  636. GodRock.BorderSizePixel = 2

  637. GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)

  638. GodRock.Size = UDim2.new(0, 93, 0, 27)

  639. GodRock.Font = Enum.Font.SourceSansSemibold

  640. GodRock.Text = "God Rock"

  641. GodRock.TextColor3 = Color3.new(1, 1, 1)

  642. GodRock.TextScaled = true

  643. GodRock.TextSize = 14

  644. GodRock.TextWrapped = true

  645. GodHalo.Name = "GodHalo"

  646. GodHalo.Parent = Booga2

  647. GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  648. GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  649. GodHalo.BorderSizePixel = 2

  650. GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)

  651. GodHalo.Size = UDim2.new(0, 93, 0, 27)

  652. GodHalo.Font = Enum.Font.SourceSansSemibold

  653. GodHalo.Text = "God Halo"

  654. GodHalo.TextColor3 = Color3.new(1, 1, 1)

  655. GodHalo.TextScaled = true

  656. GodHalo.TextSize = 14

  657. GodHalo.TextWrapped = true

  658. GodChestplate.Name = "GodChestplate"

  659. GodChestplate.Parent = Booga2

  660. GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  661. GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  662. GodChestplate.BorderSizePixel = 2

  663. GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)

  664. GodChestplate.Size = UDim2.new(0, 93, 0, 27)

  665. GodChestplate.Font = Enum.Font.SourceSansSemibold

  666. GodChestplate.Text = "God Chestplate"

  667. GodChestplate.TextColor3 = Color3.new(1, 1, 1)

  668. GodChestplate.TextScaled = true

  669. GodChestplate.TextSize = 14

  670. GodChestplate.TextWrapped = true

  671. GodAxe.Name = "GodAxe"

  672. GodAxe.Parent = Booga2

  673. GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  674. GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  675. GodAxe.BorderSizePixel = 2

  676. GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)

  677. GodAxe.Size = UDim2.new(0, 93, 0, 27)

  678. GodAxe.Font = Enum.Font.SourceSansSemibold

  679. GodAxe.Text = "God Axe"

  680. GodAxe.TextColor3 = Color3.new(1, 1, 1)

  681. GodAxe.TextScaled = true

  682. GodAxe.TextSize = 14

  683. GodAxe.TextWrapped = true

  684. GodBag.Name = "GodBag"

  685. GodBag.Parent = Booga2

  686. GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  687. GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  688. GodBag.BorderSizePixel = 2

  689. GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)

  690. GodBag.Size = UDim2.new(0, 93, 0, 27)

  691. GodBag.Font = Enum.Font.SourceSansSemibold

  692. GodBag.Text = "God Bag"

  693. GodBag.TextColor3 = Color3.new(1, 1, 1)

  694. GodBag.TextScaled = true

  695. GodBag.TextSize = 14

  696. GodBag.TextWrapped = true

  697. GodLegs.Name = "GodLegs"

  698. GodLegs.Parent = Booga2

  699. GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  700. GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  701. GodLegs.BorderSizePixel = 2

  702. GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)

  703. GodLegs.Size = UDim2.new(0, 93, 0, 27)

  704. GodLegs.Font = Enum.Font.SourceSansSemibold

  705. GodLegs.Text = "God Legs"

  706. GodLegs.TextColor3 = Color3.new(1, 1, 1)

  707. GodLegs.TextScaled = true

  708. GodLegs.TextSize = 14

  709. GodLegs.TextWrapped = true

  710. GodPick.Name = "GodPick"

  711. GodPick.Parent = Booga2

  712. GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  713. GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  714. GodPick.BorderSizePixel = 2

  715. GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)

  716. GodPick.Size = UDim2.new(0, 93, 0, 27)

  717. GodPick.Font = Enum.Font.SourceSansSemibold

  718. GodPick.Text = "God Pick"

  719. GodPick.TextColor3 = Color3.new(1, 1, 1)

  720. GodPick.TextScaled = true

  721. GodPick.TextSize = 14

  722. GodPick.TextWrapped = true

  723. VoidChestplate.Name = "VoidChestplate"

  724. VoidChestplate.Parent = Booga2

  725. VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  726. VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  727. VoidChestplate.BorderSizePixel = 2

  728. VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)

  729. VoidChestplate.Size = UDim2.new(0, 93, 0, 27)

  730. VoidChestplate.Font = Enum.Font.SourceSansSemibold

  731. VoidChestplate.Text = "Void Chestplate"

  732. VoidChestplate.TextColor3 = Color3.new(1, 1, 1)

  733. VoidChestplate.TextScaled = true

  734. VoidChestplate.TextSize = 14

  735. VoidChestplate.TextWrapped = true

  736. VoidDivider2.Name = "VoidDivider2"

  737. VoidDivider2.Parent = Booga2

  738. VoidDivider2.Active = true

  739. VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  740. VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  741. VoidDivider2.BorderSizePixel = 2

  742. VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)

  743. VoidDivider2.Size = UDim2.new(0, 447, 0, 11)

  744. VoidDivider.Name = "VoidDivider"

  745. VoidDivider.Parent = Booga2

  746. VoidDivider.Active = true

  747. VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  748. VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  749. VoidDivider.BorderSizePixel = 2

  750. VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)

  751. VoidDivider.Size = UDim2.new(0, 447, 0, 11)

  752. VoidBag.Name = "VoidBag"

  753. VoidBag.Parent = Booga2

  754. VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  755. VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  756. VoidBag.BorderSizePixel = 2

  757. VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)

  758. VoidBag.Size = UDim2.new(0, 93, 0, 27)

  759. VoidBag.Font = Enum.Font.SourceSansSemibold

  760. VoidBag.Text = "Void Bag"

  761. VoidBag.TextColor3 = Color3.new(1, 1, 1)

  762. VoidBag.TextScaled = true

  763. VoidBag.TextSize = 14

  764. VoidBag.TextWrapped = true

  765. VoidGreaves.Name = "VoidGreaves"

  766. VoidGreaves.Parent = Booga2

  767. VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  768. VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  769. VoidGreaves.BorderSizePixel = 2

  770. VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)

  771. VoidGreaves.Size = UDim2.new(0, 93, 0, 27)

  772. VoidGreaves.Font = Enum.Font.SourceSansSemibold

  773. VoidGreaves.Text = "Void Greaves"

  774. VoidGreaves.TextColor3 = Color3.new(1, 1, 1)

  775. VoidGreaves.TextScaled = true

  776. VoidGreaves.TextSize = 14

  777. VoidGreaves.TextWrapped = true

  778. OOFHorn.Name = "OOFHorn"

  779. OOFHorn.Parent = Booga2

  780. OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)

  781. OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)

  782. OOFHorn.BorderSizePixel = 2

  783. OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)

  784. OOFHorn.Size = UDim2.new(0, 93, 0, 27)

  785. OOFHorn.Font = Enum.Font.SourceSansSemibold

  786. OOFHorn.Text = "OOF Horn"

  787. OOFHorn.TextColor3 = Color3.new(1, 1, 1)

  788. OOFHorn.TextScaled = true

  789. OOFHorn.TextSize = 14

  790. OOFHorn.TextWrapped = true

  791. Open.MouseButton1Down:connect(function()

  792. Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)

  793. Open.Visible = true

  794. Booga.Visible = true

  795. end)

  796. Exit.MouseButton1Down:connect(function()

  797. Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)

  798. Open.Visible = true

  799. end)

  800. Recipes.MouseButton1Down:connect(function()

  801. Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)

  802. Booga2.Visible = true

  803. end)

  804. Exit2.MouseButton1Down:connect(function()

  805. Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)

  806. end)

  807. VoidBag.MouseButton1Click:connect(function()

  808. local A_1 = "Void Bag"

  809. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  810. Event:FireServer(A_1)

  811. end)

  812. VoidShroud.MouseButton1Click:connect(function()

  813. local A_1 = "Void Shroud"

  814. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  815. Event:FireServer(A_1)

  816. end)

  817. VoidChestplate.MouseButton1Click:connect(function()

  818. local A_1 = "Void Chestplate"

  819. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  820. Event:FireServer(A_1)

  821. end)

  822. VoidGreaves.MouseButton1Click:connect(function()

  823. local A_1 = "Void Greaves"

  824. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  825. Event:FireServer(A_1)

  826. end)

  827. EmeraldAxe.MouseButton1Click:connect(function()

  828. local A_1 = "Emerald Axe"

  829. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  830. Event:FireServer(A_1)

  831. end)

  832. EmeraldBlade.MouseButton1Click:connect(function()

  833. local A_1 = "Emerald Blade"

  834. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  835. Event:FireServer(A_1)

  836. end)

  837. EmeraldPick.MouseButton1Click:connect(function()

  838. local A_1 = "Emerald Pick"

  839. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  840. Event:FireServer(A_1)

  841. end)

  842. EmeraldBag.MouseButton1Click:connect(function()

  843. local A_1 = "Emerald Bag"

  844. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  845. Event:FireServer(A_1)

  846. end)

  847. EmeraldHelmet.MouseButton1Click:connect(function()

  848. local A_1 = "Emerald Helmet"

  849. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  850. Event:FireServer(A_1)

  851. end)

  852. EmeraldChestplate.MouseButton1Click:connect(function()

  853. local A_1 = "Emerald Chestplate"

  854. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  855. Event:FireServer(A_1)

  856. end)

  857. EmeraldGreaves.MouseButton1Click:connect(function()

  858. local A_1 = "Emerald Greaves"

  859. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  860. Event:FireServer(A_1)

  861. end)

  862. GodAxe.MouseButton1Click:connect(function()

  863. local A_1 = "God Axe"

  864. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  865. Event:FireServer(A_1)

  866. end)

  867. GodRock.MouseButton1Click:connect(function()

  868. local A_1 = "God Rock"

  869. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  870. Event:FireServer(A_1)

  871. end)

  872. GodPick.MouseButton1Click:connect(function()

  873. local A_1 = "God Pick"

  874. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  875. Event:FireServer(A_1)

  876. end)

  877. GodHalo.MouseButton1Click:connect(function()

  878. local A_1 = "God Halo"

  879. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  880. Event:FireServer(A_1)

  881. end)

  882. GodChestplate.MouseButton1Click:connect(function()

  883. local A_1 = "God Chestplate"

  884. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  885. Event:FireServer(A_1)

  886. end)

  887. GodLegs.MouseButton1Click:connect(function()

  888. local A_1 = "God Legs"

  889. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  890. Event:FireServer(A_1)

  891. end)

  892. GodBag.MouseButton1Click:connect(function()

  893. local A_1 = "God Bag"

  894. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  895. Event:FireServer(A_1)

  896. end)

  897. OOFHorn.MouseButton1Click:connect(function()

  898. local A_1 = "OOF Horn"

  899. local Event = game:GetService("ReplicatedStorage").Events.CraftItem

  900. Event:FireServer(A_1)

  901. end)

  902. InfinityChest.MouseButton1Down:connect(function()

  903. local plr = game:GetService("Players").LocalPlayer

  904. local mouse = plr:GetMouse()

  905. mouse.KeyDown:connect(function(key)

  906. if key == "q" then

  907. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure

  908. Torso = game.Players.LocalPlayer.Character.UpperTorso

  909. b = Torso.Position + Torso.CFrame.lookVector * 10

  910. local c = b.x

  911. local d = b.y - 2

  912. local e = b.z

  913. for i = 1,1 do

  914. local A_1 = "Infinity Chest"

  915. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)

  916. local A_3 = 0

  917. Event:FireServer(A_1, A_2, A_3)

  918. end end end)

  919. end)

  920. CraftAnyItem.MouseButton1Click:connect(function()

  921. local event = game.ReplicatedStorage.Events.CraftItem

  922. local item = CraftItem.Text

  923. event:FireServer(item)

  924. end)

  925. GodHut.MouseButton1Click:connect(function()

  926. local plr = game:GetService("Players").LocalPlayer

  927. local mouse = plr:GetMouse()

  928. mouse.KeyDown:connect(function(key)

  929. if key == "g" then

  930. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure

  931. Torso = game.Players.LocalPlayer.Character.UpperTorso

  932. b = Torso.Position + Torso.CFrame.lookVector * 10

  933. local c = b.x

  934. local d = b.y - 2

  935. local e = b.z

  936. for i = 1,1 do

  937. local A_1 = "God Hut"

  938. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)

  939. local A_3 = 0

  940. Event:FireServer(A_1, A_2, A_3)

  941. end end end)

  942. end)

  943. AutoPickUp.MouseButton1Click:connect(function()

  944. local Objects;

  945. local Pickup = function(Character)

  946. local myPos = Character.HumanoidRootPart.Position

  947. local Objects = {}

  948. for i,v in pairs(workspace:GetChildren()) do

  949. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then

  950. local Pos = v.Position

  951. local Distance = (myPos - Pos).magnitude

  952. if Distance < 40 then

  953. table.insert(Objects, v)

  954. end

  955. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then

  956. local Pos = v.Part.Position

  957. local Distance = (myPos - Pos).magnitude

  958. if Distance < 40 then

  959. table.insert(Objects, v)

  960. end

  961. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then

  962. local Pos = v.Position

  963. local Distance = (myPos - Pos).magnitude

  964. if Distance < 40 then

  965. table.insert(Objects, v)

  966. end

  967. end

  968. end

  969. for i,v in pairs(Objects) do

  970. for i=1,10 do

  971. v.Position = myPos

  972. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)

  973. end

  974. end

  975. end

  976. wait(1)

  977. local mouse = game:GetService("Players").LocalPlayer:GetMouse()

  978. mouse.KeyDown:connect(function(key)

  979. if key == AutoPickUpBind.Text then

  980. print'AutoPicked-up YEET'

  981. Pickup(game.Players.LocalPlayer.Character)

  982. end

  983. end)

  984. end)

  985. local plr = game:GetService("Players").LocalPlayer

  986. local char = plr.Character

  987. local mouse = game:GetService("Players").LocalPlayer:GetMouse()

  988. local hum = char:FindFirstChild("HumanoidRootPart")

  989. --SpeedVariables

  990. local plr = game:GetService("Players").LocalPlayer

  991. local char = plr.Character

  992. local mouse = game:GetService("Players").LocalPlayer:GetMouse()

  993. local hum = char:FindFirstChild("HumanoidRootPart")

  994. --yeet

  995. Speed.MouseButton1Down:connect(function()

  996. local plr = game:GetService("Players").LocalPlayer

  997. local char = plr.Character

  998. local mouse = game:GetService("Players").LocalPlayer:GetMouse()

  999. local hum = char:FindFirstChild("HumanoidRootPart")

  1000. mouse.KeyDown:connect(function(key)

  1001. if key == SpeedBind.Text then

  1002. loop = true

  1003. while loop do

  1004. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3

  1005. wait()

  1006. end

  1007. end

  1008. end)

  1009. end)

  1010. mouse.KeyUp:connect(function(key)

  1011. if key == SpeedBind.Text then

  1012. loop = false

  1013. end

  1014. end)

  1015. AutoBreak.MouseButton1Click:connect(function()

  1016. local mouse = game:GetService("Players").LocalPlayer:GetMouse()

  1017. local breaking=false

  1018. mouse.KeyDown:connect(function(key)

  1019. if key == Breakkey.Text then

  1020. breaking = true

  1021. while breaking and wait(0.1) do

  1022. local part = game:GetService("Players").LocalPlayer:GetMouse().Target

  1023. local one = game:GetService("ReplicatedStorage").RelativeTime.Value

  1024. local two = {part,part,part,part}

  1025. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)

  1026. end

  1027. end

  1028. end)

  1029. mouse.KeyUp:connect(function(key)

  1030. if key == Breakkey.Text then

  1031. breaking = false

  1032. end

  1033. end)

  1034. end)

  1035. RevizV2.MouseButton1Click:connect(function()

  1036. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()

  1037. end)

  1038. RemoveRainbtn.MouseButton1Click:Connect(function()

  1039. if workspace:FindFirstChild('RainPart') ~= nil then

  1040. workspace.RainPart:Destroy()

  1041. game.ReplicatedStorage.Sounds.Nature.Rain:Stop()

  1042. game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()

  1043. game.Lighting.Rain:Destroy()

  1044. game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting

  1045. end

  1046. end)

  1047. TpSpambtn.MouseButton1Down:connect(function()

  1048. for i,v in pairs(game:GetService("Players"):GetChildren()) do

  1049. if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then

  1050. if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then

  1051. print("Fools you cannot kill the devs")

  1052. else

  1053. player = game.Players.LocalPlayer.Character

  1054. repeat

  1055. player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame

  1056. wait(.001)

  1057. until v.Character.Humanoid.Health <= 0

  1058. end

  1059. end

  1060. end

  1061. end)

  1062. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}

  1063. local enabledesp = false

  1064. function CreateESP(plr)

  1065. if plr ~= nil then

  1066. local GetChar = plr.Character

  1067. if not GetChar then return end

  1068. local GetHead do

  1069. repeat wait() until GetChar:FindFirstChild("Head")

  1070. end

  1071. GetHead = GetChar.Head

  1072. local bb = Instance.new("BillboardGui", Important.CoreGui)

  1073. bb.Adornee = GetHead

  1074. bb.ExtentsOffset = Vector3.new(0, 1, 0)

  1075. bb.AlwaysOnTop = true

  1076. bb.Size = UDim2.new(0, 5, 0, 5)

  1077. bb.StudsOffset = Vector3.new(0, 3, 0)

  1078. bb.Name = "ESP_PLAYER_" .. plr.Name

  1079. local displayframe = Instance.new("Frame", bb)

  1080. displayframe.ZIndex = 10

  1081. displayframe.BackgroundTransparency = 1

  1082. displayframe.Size = UDim2.new(1,0,1,0)

  1083. local name = Instance.new("TextLabel", displayframe)

  1084. name.Name = "Name"

  1085. name.ZIndex = 10

  1086. name.Text = plr.Name

  1087. name.Visible = true

  1088. name.TextColor3 = Color3.new(170,0,0)

  1089. name.BackgroundTransparency = 1

  1090. name.Size = UDim2.new(1,0,10,0)

  1091. name.Font = Enum.Font.SourceSansLight

  1092. name.TextSize = 20

  1093. name.TextStrokeTransparency = .5

  1094. end

  1095. end

  1096. ESPbtn.MouseButton1Click:Connect(function()

  1097. for i,v in pairs(Important.Players:GetChildren()) do

  1098. CreateESP(v)

  1099. end

  1100. end)

  1101. DropAllItemsbtn.MouseButton1Click:Connect(function()

  1102. Player = game.Players.LocalPlayer

  1103. Mouse = Player:GetMouse()

  1104. function PressedE(key)

  1105. Key = key:lower()

  1106. if Key == DropAllItemskb.Text then

  1107. for i=1, 100 do

  1108. game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)

  1109. end

  1110. end

  1111. end

  1112. Mouse.KeyDown:connect(PressedE)

  1113. end)

  1114. RemoveAllEffectsbtn.MouseButton1Click:Connect(function()

  1115. game.Lighting.FogEnd = 1200000

  1116. game.Lighting.Brightness = 3

  1117. game.Lighting.GlobalShadows = false

  1118. end)

  1119. VoidTpbtn.MouseButton1Click:Connect(function()

  1120. game:GetService("TeleportService"):Teleport(2021740958)

  1121. print('VoidTP Credits: Flareo!')

  1122. end)

  1123. AutoEatbtn.MouseButton1Click:Connect(function()

  1124. if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then

  1125. local lol = 1

  1126. local plr = game:GetService("Players").LocalPlayer

  1127. local mouse = plr:GetMouse()

  1128. mouse.KeyDown:connect(function(key)

  1129. if key == AutoEatkb.Text then

  1130. lol = 0

  1131. while lol == 0 do

  1132. wait()

  1133. local Event = game:GetService("ReplicatedStorage").Events.UseBagItem

  1134. Event:FireServer(AutoEatFoodNamekb.Text)

  1135. Event:FireServer(AutoEatFoodNamekb.Text)

  1136. Event:FireServer(AutoEatFoodNamekb.Text)

  1137. end end end)

  1138. local plr = game:GetService("Players").LocalPlayer

  1139. local mouse = plr:GetMouse()

  1140. mouse.KeyUp:connect(function(key)

  1141. if key == AutoEatkb.Text then

  1142. lol = 1

  1143. end end) end

  1144. end)

  1145. AutoCampfirebtn.MouseButton1Click:Connect(function()

  1146. local Fires = 1

  1147. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure

  1148. h = game.Players.LocalPlayer.Character.LowerTorso.Position

  1149. local c = h.x + 5

  1150. local d = h.y - 2

  1151. local e = h.z

  1152. local j = h.x

  1153. local k = h.y - 2

  1154. local l = h.z

  1155. local aa = h.x - 5

  1156. local bb = h.y - 2

  1157. local cc = h.z

  1158. local aaa = h.x

  1159. local bbb = h.y - 2

  1160. local ccc = h.z + 5

  1161. local aaaa = h.x

  1162. local bbbb = h.y - 2

  1163. local cccc = h.z - 5

  1164. for i = 1,1 do

  1165. local C_1 = "Chest"

  1166. local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)

  1167. local C_3 = 0

  1168. Event:FireServer(C_1, C_2, C_3)

  1169. end

  1170. for i = 1,Fires do

  1171. local A_1 = "Campfire"

  1172. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)

  1173. local A_3 = 0

  1174. Event:FireServer(A_1, A_2, A_3)

  1175. end

  1176. for i = 1,Fires do

  1177. local B_1 = "Campfire"

  1178. local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)

  1179. local B_3 = 0

  1180. Event:FireServer(B_1, B_2, B_3)

  1181. end

  1182. for i = 1,Fires do

  1183. local D_1 = "Campfire"

  1184. local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)

  1185. local D_3 = 0

  1186. Event:FireServer(D_1, D_2, D_3)

  1187. end

  1188. for i = 1,Fires do

  1189. local E_1 = "Campfire"

  1190. local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)

  1191. local E_3 = 0

  1192. Event:FireServer(E_1, E_2, E_3)

  1193. end

  1194. end)

  1195. AutoWallTrapbtn.MouseButton1Click:Connect(function()

  1196. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure

  1197. h = game.Players.LocalPlayer.Character.LowerTorso.Position

  1198. local aa = h.x + 13

  1199. local bb = h.y - 2

  1200. local cc = h.z

  1201. local aaa = h.x - 13

  1202. local bbb = h.y - 2

  1203. local ccc = h.z

  1204. local aaaa = h.x

  1205. local bbbb = h.y - 2

  1206. local cccc = h.z + 13

  1207. local aaaaa = h.x

  1208. local bbbbb = h.y - 2

  1209. local ccccc = h.z - 13

  1210. local k_1 = "Stone Wall"

  1211. local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)

  1212. local k_3 = 177

  1213. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure

  1214. Event:FireServer(k_1, k_2, k_3)

  1215. local l_1 = "Stone Wall"

  1216. local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)

  1217. local l_3 = 177

  1218. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure

  1219. Event:FireServer(l_1, l_2, l_3)

  1220. local m_1 = "Stone Wall"

  1221. local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)

  1222. local m_3 = 270

  1223. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure

  1224. Event:FireServer(m_1, m_2, m_3)

  1225. local n_1 = "Stone Wall"

  1226. local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)

  1227. local n_3 = 270

  1228. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure

  1229. Event:FireServer(n_1, n_2, n_3)

  1230. end)

booga booga script - Pastebin.com (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Nathanael Baumbach

Last Updated:

Views: 6360

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Nathanael Baumbach

Birthday: 1998-12-02

Address: Apt. 829 751 Glover View, West Orlando, IN 22436

Phone: +901025288581

Job: Internal IT Coordinator

Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.