Advertisement
Guest User

Booga Booga GUI

a guest
Feb 17th, 2019
7,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.71 KB | None | 0 0
  1. - Booga Booga GUI from Proj3ctDiamond
  2. -- Objects
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Open = Instance.new("TextButton")
  6. local Booga = Instance.new("Frame")
  7. local BoogaTop = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Exit = Instance.new("TextButton")
  10. local Speed = Instance.new("TextButton")
  11. local SpeedBind = Instance.new("TextBox")
  12. local AutoPickUp = Instance.new("TextButton")
  13. local AutoPickUpBind = Instance.new("TextBox")
  14. local AutoBreak = Instance.new("TextButton")
  15. local Breakkey = Instance.new("TextBox")
  16. local InfinityChest = Instance.new("TextButton")
  17. local GodHut = Instance.new("TextButton")
  18. local RevizV2 = Instance.new("TextButton")
  19. local AutoEatbtn = Instance.new("TextButton")
  20. local VoidTpbtn = Instance.new("TextButton")
  21. local RemoveAllEffectsbtn = Instance.new("TextButton")
  22. local CraftAnyItem = Instance.new("TextButton")
  23. local CraftItem = Instance.new("TextBox")
  24. local ESPbtn = Instance.new("TextButton")
  25. local DropAllItemsbtn = Instance.new("TextButton")
  26. local RemoveRainbtn = Instance.new("TextButton")
  27. local TpSpambtn = Instance.new("TextButton")
  28. local AutoCampfirebtn = Instance.new("TextButton")
  29. local AutoWallTrapbtn = Instance.new("TextButton")
  30. local AutoEatFoodNamekb = Instance.new("TextBox")
  31. local TpSpamPlayerNamekb = Instance.new("TextBox")
  32. local DropAllItemsItemNamekb = Instance.new("TextBox")
  33. local DropAllItemskb = Instance.new("TextBox")
  34. local AutoEatkb = Instance.new("TextBox")
  35. local Recipes = Instance.new("TextButton")
  36. local Credits = Instance.new("TextLabel")
  37. local Booga2 = Instance.new("Frame")
  38. local BoogaTop2 = Instance.new("Frame")
  39. local Exit2 = Instance.new("TextButton")
  40. local EmeraldHelmet = Instance.new("TextButton")
  41. local EmeraldDivider = Instance.new("Frame")
  42. local EmeraldChestplate = Instance.new("TextButton")
  43. local EmeraldPick = Instance.new("TextButton")
  44. local EmeraldGreaves = Instance.new("TextButton")
  45. local EmeraldBlade = Instance.new("TextButton")
  46. local EmeraldAxe = Instance.new("TextButton")
  47. local EmeraldBag = Instance.new("TextButton")
  48. local VoidShroud = Instance.new("TextButton")
  49. local EmeraldDivider2 = Instance.new("Frame")
  50. local GodDivider = Instance.new("Frame")
  51. local GodDivider2 = Instance.new("Frame")
  52. local GodRock = Instance.new("TextButton")
  53. local GodHalo = Instance.new("TextButton")
  54. local GodChestplate = Instance.new("TextButton")
  55. local GodAxe = Instance.new("TextButton")
  56. local GodBag = Instance.new("TextButton")
  57. local GodLegs = Instance.new("TextButton")
  58. local GodPick = Instance.new("TextButton")
  59. local VoidChestplate = Instance.new("TextButton")
  60. local VoidDivider2 = Instance.new("Frame")
  61. local VoidDivider = Instance.new("Frame")
  62. local VoidBag = Instance.new("TextButton")
  63. local VoidGreaves = Instance.new("TextButton")
  64. local OOFHorn = Instance.new("TextButton")
  65.  
  66. -- Properties
  67.  
  68. ScreenGui.Parent = game.CoreGui
  69.  
  70. Open.Name = "Open"
  71. Open.Parent = ScreenGui
  72. Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  73. Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  74. Open.BorderSizePixel = 2
  75. Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)
  76. Open.Size = UDim2.new(0, 151, 0, 26)
  77. Open.Font = Enum.Font.SourceSansSemibold
  78. Open.Text = "Open/Close"
  79. Open.TextColor3 = Color3.new(1, 1, 1)
  80. Open.TextScaled = true
  81. Open.TextSize = 14
  82. Open.TextWrapped = true
  83.  
  84. Booga.Name = "Booga"
  85. Booga.Parent = ScreenGui
  86. Booga.Active = true
  87. Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  88. Booga.BackgroundTransparency = 0.30000001192093
  89. Booga.BorderColor3 = Color3.new(1, 0, 0.498039)
  90. Booga.BorderSizePixel = 2
  91. Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  92. Booga.Size = UDim2.new(0, 474, 0, 468)
  93.  
  94. BoogaTop.Name = "BoogaTop"
  95. BoogaTop.Parent = Booga
  96. BoogaTop.Active = true
  97. BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  98. BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  99. BoogaTop.BorderSizePixel = 2
  100. BoogaTop.Size = UDim2.new(0, 474, 0, 27)
  101.  
  102. Title.Name = "Title"
  103. Title.Parent = BoogaTop
  104. Title.Active = true
  105. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  106. Title.BackgroundTransparency = 1
  107. Title.BorderSizePixel = 0
  108. Title.Position = UDim2.new(0.00210970454, 0, 0, 0)
  109. Title.Size = UDim2.new(0, 473, 0, 27)
  110. Title.Font = Enum.Font.SourceSansSemibold
  111. Title.Text = "Booga Bitches Revamp V2"
  112. Title.TextColor3 = Color3.new(1, 1, 1)
  113. Title.TextScaled = true
  114. Title.TextSize = 14
  115. Title.TextWrapped = true
  116.  
  117. Exit.Name = "Exit"
  118. Exit.Parent = Booga
  119. Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  120. Exit.BorderSizePixel = 0
  121. Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  122. Exit.Size = UDim2.new(0, 28, 0, 19)
  123. Exit.Font = Enum.Font.SourceSans
  124. Exit.Text = "X"
  125. Exit.TextColor3 = Color3.new(1, 1, 1)
  126. Exit.TextSize = 14
  127.  
  128. Speed.Name = "Speed"
  129. Speed.Parent = Booga
  130. Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  131. Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  132. Speed.BorderSizePixel = 2
  133. Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)
  134. Speed.Size = UDim2.new(0, 116, 0, 27)
  135. Speed.Font = Enum.Font.SourceSansSemibold
  136. Speed.Text = "Speed"
  137. Speed.TextColor3 = Color3.new(1, 1, 1)
  138. Speed.TextScaled = true
  139. Speed.TextSize = 14
  140. Speed.TextWrapped = true
  141.  
  142. SpeedBind.Name = "SpeedBind"
  143. SpeedBind.Parent = Booga
  144. SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  145. SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  146. SpeedBind.BorderSizePixel = 2
  147. SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)
  148. SpeedBind.Size = UDim2.new(0, 116, 0, 27)
  149. SpeedBind.Font = Enum.Font.SourceSans
  150. SpeedBind.Text = "Keybind"
  151. SpeedBind.TextColor3 = Color3.new(1, 1, 1)
  152. SpeedBind.TextScaled = true
  153. SpeedBind.TextSize = 14
  154. SpeedBind.TextWrapped = true
  155.  
  156. AutoPickUp.Name = "AutoPickUp"
  157. AutoPickUp.Parent = Booga
  158. AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  159. AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  160. AutoPickUp.BorderSizePixel = 2
  161. AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)
  162. AutoPickUp.Size = UDim2.new(0, 116, 0, 27)
  163. AutoPickUp.Font = Enum.Font.SourceSansSemibold
  164. AutoPickUp.Text = "Auto Pickup"
  165. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
  166. AutoPickUp.TextScaled = true
  167. AutoPickUp.TextSize = 14
  168. AutoPickUp.TextWrapped = true
  169.  
  170. AutoPickUpBind.Name = "AutoPickUpBind"
  171. AutoPickUpBind.Parent = Booga
  172. AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  173. AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  174. AutoPickUpBind.BorderSizePixel = 2
  175. AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0)
  176. AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27)
  177. AutoPickUpBind.Font = Enum.Font.SourceSans
  178. AutoPickUpBind.Text = "Keybind"
  179. AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1)
  180. AutoPickUpBind.TextScaled = true
  181. AutoPickUpBind.TextSize = 14
  182. AutoPickUpBind.TextWrapped = true
  183.  
  184. AutoBreak.Name = "AutoBreak"
  185. AutoBreak.Parent = Booga
  186. AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  187. AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  188. AutoBreak.BorderSizePixel = 2
  189. AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)
  190. AutoBreak.Size = UDim2.new(0, 116, 0, 27)
  191. AutoBreak.Font = Enum.Font.SourceSansSemibold
  192. AutoBreak.Text = "Autobreak"
  193. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  194. AutoBreak.TextScaled = true
  195. AutoBreak.TextSize = 14
  196. AutoBreak.TextWrapped = true
  197.  
  198. Breakkey.Name = "Breakkey"
  199. Breakkey.Parent = Booga
  200. Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  201. Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  202. Breakkey.BorderSizePixel = 2
  203. Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)
  204. Breakkey.Size = UDim2.new(0, 116, 0, 27)
  205. Breakkey.Font = Enum.Font.SourceSans
  206. Breakkey.Text = "Keybind"
  207. Breakkey.TextColor3 = Color3.new(1, 1, 1)
  208. Breakkey.TextScaled = true
  209. Breakkey.TextSize = 14
  210. Breakkey.TextWrapped = true
  211.  
  212. InfinityChest.Name = "InfinityChest"
  213. InfinityChest.Parent = Booga
  214. InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  215. InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  216. InfinityChest.BorderSizePixel = 2
  217. InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0)
  218. InfinityChest.Size = UDim2.new(0, 116, 0, 27)
  219. InfinityChest.Font = Enum.Font.SourceSansSemibold
  220. InfinityChest.Text = "Infinity Chest (q)"
  221. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  222. InfinityChest.TextScaled = true
  223. InfinityChest.TextSize = 14
  224. InfinityChest.TextWrapped = true
  225.  
  226. GodHut.Name = "GodHut"
  227. GodHut.Parent = Booga
  228. GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  229. GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  230. GodHut.BorderSizePixel = 2
  231. GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0)
  232. GodHut.Size = UDim2.new(0, 116, 0, 27)
  233. GodHut.Font = Enum.Font.SourceSansSemibold
  234. GodHut.Text = "Godhut (g)"
  235. GodHut.TextColor3 = Color3.new(1, 1, 1)
  236. GodHut.TextScaled = true
  237. GodHut.TextSize = 14
  238. GodHut.TextWrapped = true
  239.  
  240. RevizV2.Name = "RevizV2"
  241. RevizV2.Parent = Booga
  242. RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  243. RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  244. RevizV2.BorderSizePixel = 2
  245. RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0)
  246. RevizV2.Size = UDim2.new(0, 116, 0, 27)
  247. RevizV2.Font = Enum.Font.SourceSansSemibold
  248. RevizV2.Text = "Reviz Admin"
  249. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  250. RevizV2.TextScaled = true
  251. RevizV2.TextSize = 14
  252. RevizV2.TextWrapped = true
  253.  
  254. AutoEatbtn.Name = "AutoEatbtn"
  255. AutoEatbtn.Parent = Booga
  256. AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  257. AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  258. AutoEatbtn.BorderSizePixel = 2
  259. AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0)
  260. AutoEatbtn.Size = UDim2.new(0, 116, 0, 27)
  261. AutoEatbtn.Font = Enum.Font.SourceSansSemibold
  262. AutoEatbtn.Text = "Auto Eat"
  263. AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)
  264. AutoEatbtn.TextScaled = true
  265. AutoEatbtn.TextSize = 14
  266. AutoEatbtn.TextWrapped = true
  267.  
  268. VoidTpbtn.Name = "VoidTpbtn"
  269. VoidTpbtn.Parent = Booga
  270. VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  271. VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  272. VoidTpbtn.BorderSizePixel = 2
  273. VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0)
  274. VoidTpbtn.Size = UDim2.new(0, 116, 0, 27)
  275. VoidTpbtn.Font = Enum.Font.SourceSansSemibold
  276. VoidTpbtn.Text = "Void TP"
  277. VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)
  278. VoidTpbtn.TextScaled = true
  279. VoidTpbtn.TextSize = 14
  280. VoidTpbtn.TextWrapped = true
  281.  
  282. RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"
  283. RemoveAllEffectsbtn.Parent = Booga
  284. RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  285. RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  286. RemoveAllEffectsbtn.BorderSizePixel = 2
  287. RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0)
  288. RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27)
  289. RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold
  290. RemoveAllEffectsbtn.Text = "Remove All Effects"
  291. RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)
  292. RemoveAllEffectsbtn.TextScaled = true
  293. RemoveAllEffectsbtn.TextSize = 14
  294. RemoveAllEffectsbtn.TextWrapped = true
  295.  
  296. CraftAnyItem.Name = "CraftAnyItem"
  297. CraftAnyItem.Parent = Booga
  298. CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  299. CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  300. CraftAnyItem.BorderSizePixel = 2
  301. CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0)
  302. CraftAnyItem.Size = UDim2.new(0, 116, 0, 27)
  303. CraftAnyItem.Font = Enum.Font.SourceSansSemibold
  304. CraftAnyItem.Text = "Craft Any Item"
  305. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
  306. CraftAnyItem.TextScaled = true
  307. CraftAnyItem.TextSize = 14
  308. CraftAnyItem.TextWrapped = true
  309.  
  310. CraftItem.Name = "CraftItem"
  311. CraftItem.Parent = Booga
  312. CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  313. CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  314. CraftItem.BorderSizePixel = 2
  315. CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0)
  316. CraftItem.Size = UDim2.new(0, 116, 0, 27)
  317. CraftItem.Font = Enum.Font.SourceSans
  318. CraftItem.Text = "Item Name"
  319. CraftItem.TextColor3 = Color3.new(1, 1, 1)
  320. CraftItem.TextScaled = true
  321. CraftItem.TextSize = 14
  322. CraftItem.TextWrapped = true
  323.  
  324. ESPbtn.Name = "ESPbtn"
  325. ESPbtn.Parent = Booga
  326. ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  327. ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  328. ESPbtn.BorderSizePixel = 2
  329. ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0)
  330. ESPbtn.Size = UDim2.new(0, 116, 0, 27)
  331. ESPbtn.Font = Enum.Font.SourceSansSemibold
  332. ESPbtn.Text = "ESP"
  333. ESPbtn.TextColor3 = Color3.new(1, 1, 1)
  334. ESPbtn.TextScaled = true
  335. ESPbtn.TextSize = 14
  336. ESPbtn.TextWrapped = true
  337.  
  338. DropAllItemsbtn.Name = "DropAllItemsbtn"
  339. DropAllItemsbtn.Parent = Booga
  340. DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  341. DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  342. DropAllItemsbtn.BorderSizePixel = 2
  343. DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0)
  344. DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27)
  345. DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold
  346. DropAllItemsbtn.Text = "Drop All Items"
  347. DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)
  348. DropAllItemsbtn.TextScaled = true
  349. DropAllItemsbtn.TextSize = 14
  350. DropAllItemsbtn.TextWrapped = true
  351.  
  352. RemoveRainbtn.Name = "RemoveRainbtn"
  353. RemoveRainbtn.Parent = Booga
  354. RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  355. RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  356. RemoveRainbtn.BorderSizePixel = 2
  357. RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0)
  358. RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27)
  359. RemoveRainbtn.Font = Enum.Font.SourceSansSemibold
  360. RemoveRainbtn.Text = "Remove Rain"
  361. RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
  362. RemoveRainbtn.TextScaled = true
  363. RemoveRainbtn.TextSize = 14
  364. RemoveRainbtn.TextWrapped = true
  365.  
  366. TpSpambtn.Name = "TpSpambtn"
  367. TpSpambtn.Parent = Booga
  368. TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  369. TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  370. TpSpambtn.BorderSizePixel = 2
  371. TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0)
  372. TpSpambtn.Size = UDim2.new(0, 116, 0, 27)
  373. TpSpambtn.Font = Enum.Font.SourceSansSemibold
  374. TpSpambtn.Text = "TP Spam"
  375. TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
  376. TpSpambtn.TextScaled = true
  377. TpSpambtn.TextSize = 14
  378. TpSpambtn.TextWrapped = true
  379.  
  380. AutoCampfirebtn.Name = "AutoCampfirebtn"
  381. AutoCampfirebtn.Parent = Booga
  382. AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  383. AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  384. AutoCampfirebtn.BorderSizePixel = 2
  385. AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0)
  386. AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27)
  387. AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold
  388. AutoCampfirebtn.Text = "Auto Campfire"
  389. AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)
  390. AutoCampfirebtn.TextScaled = true
  391. AutoCampfirebtn.TextSize = 14
  392. AutoCampfirebtn.TextWrapped = true
  393.  
  394. AutoWallTrapbtn.Name = "AutoWallTrapbtn"
  395. AutoWallTrapbtn.Parent = Booga
  396. AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  397. AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  398. AutoWallTrapbtn.BorderSizePixel = 2
  399. AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0)
  400. AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27)
  401. AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold
  402. AutoWallTrapbtn.Text = "Auto Wall"
  403. AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
  404. AutoWallTrapbtn.TextScaled = true
  405. AutoWallTrapbtn.TextSize = 14
  406. AutoWallTrapbtn.TextWrapped = true
  407.  
  408. AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"
  409. AutoEatFoodNamekb.Parent = Booga
  410. AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  411. AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  412. AutoEatFoodNamekb.BorderSizePixel = 2
  413. AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0)
  414. AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27)
  415. AutoEatFoodNamekb.Font = Enum.Font.SourceSans
  416. AutoEatFoodNamekb.Text = "Item Name"
  417. AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)
  418. AutoEatFoodNamekb.TextScaled = true
  419. AutoEatFoodNamekb.TextSize = 14
  420. AutoEatFoodNamekb.TextWrapped = true
  421.  
  422. TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"
  423. TpSpamPlayerNamekb.Parent = Booga
  424. TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  425. TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  426. TpSpamPlayerNamekb.BorderSizePixel = 2
  427. TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0)
  428. TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27)
  429. TpSpamPlayerNamekb.Font = Enum.Font.SourceSans
  430. TpSpamPlayerNamekb.Text = "Player Name"
  431. TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)
  432. TpSpamPlayerNamekb.TextScaled = true
  433. TpSpamPlayerNamekb.TextSize = 14
  434. TpSpamPlayerNamekb.TextWrapped = true
  435.  
  436. DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"
  437. DropAllItemsItemNamekb.Parent = Booga
  438. DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  439. DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  440. DropAllItemsItemNamekb.BorderSizePixel = 2
  441. DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0)
  442. DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27)
  443. DropAllItemsItemNamekb.Font = Enum.Font.SourceSans
  444. DropAllItemsItemNamekb.Text = "Item Name"
  445. DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)
  446. DropAllItemsItemNamekb.TextScaled = true
  447. DropAllItemsItemNamekb.TextSize = 14
  448. DropAllItemsItemNamekb.TextWrapped = true
  449.  
  450. DropAllItemskb.Name = "DropAllItemskb"
  451. DropAllItemskb.Parent = Booga
  452. DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  453. DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  454. DropAllItemskb.BorderSizePixel = 2
  455. DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0)
  456. DropAllItemskb.Size = UDim2.new(0, 116, 0, 27)
  457. DropAllItemskb.Font = Enum.Font.SourceSans
  458. DropAllItemskb.Text = "Keybind"
  459. DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)
  460. DropAllItemskb.TextScaled = true
  461. DropAllItemskb.TextSize = 14
  462. DropAllItemskb.TextWrapped = true
  463.  
  464. AutoEatkb.Name = "AutoEatkb"
  465. AutoEatkb.Parent = Booga
  466. AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  467. AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  468. AutoEatkb.BorderSizePixel = 2
  469. AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0)
  470. AutoEatkb.Size = UDim2.new(0, 116, 0, 27)
  471. AutoEatkb.Font = Enum.Font.SourceSans
  472. AutoEatkb.Text = "Keybind"
  473. AutoEatkb.TextColor3 = Color3.new(1, 1, 1)
  474. AutoEatkb.TextScaled = true
  475. AutoEatkb.TextSize = 14
  476. AutoEatkb.TextWrapped = true
  477.  
  478. Recipes.Name = "Recipes"
  479. Recipes.Parent = Booga
  480. Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  481. Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  482. Recipes.BorderSizePixel = 2
  483. Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0)
  484. Recipes.Size = UDim2.new(0, 116, 0, 27)
  485. Recipes.Font = Enum.Font.SourceSansSemibold
  486. Recipes.Text = "Recipes"
  487. Recipes.TextColor3 = Color3.new(1, 1, 1)
  488. Recipes.TextScaled = true
  489. Recipes.TextSize = 14
  490. Recipes.TextWrapped = true
  491.  
  492. Credits.Name = "Credits"
  493. Credits.Parent = Booga
  494. Credits.Active = true
  495. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  496. Credits.BackgroundTransparency = 1
  497. Credits.BorderColor3 = Color3.new(1, 1, 0)
  498. Credits.BorderSizePixel = 2
  499. Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)
  500. Credits.Size = UDim2.new(0, 473, 0, 34)
  501. Credits.Font = Enum.Font.SourceSansSemibold
  502. Credits.Text = "GUI Made by Miu Iruma#4693"
  503. Credits.TextColor3 = Color3.new(1, 1, 1)
  504. Credits.TextScaled = true
  505. Credits.TextSize = 14
  506. Credits.TextWrapped = true
  507.  
  508. Booga2.Name = "Booga2"
  509. Booga2.Parent = ScreenGui
  510. Booga2.Active = true
  511. Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  512. Booga2.BackgroundTransparency = 0.30000001192093
  513. Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)
  514. Booga2.BorderSizePixel = 2
  515. Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  516. Booga2.Size = UDim2.new(0, 474, 0, 468)
  517.  
  518. BoogaTop2.Name = "BoogaTop2"
  519. BoogaTop2.Parent = Booga2
  520. BoogaTop2.Active = true
  521. BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  522. BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  523. BoogaTop2.BorderSizePixel = 2
  524. BoogaTop2.Size = UDim2.new(0, 474, 0, 27)
  525.  
  526. Exit2.Name = "Exit2"
  527. Exit2.Parent = Booga2
  528. Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  529. Exit2.BorderSizePixel = 0
  530. Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  531. Exit2.Size = UDim2.new(0, 28, 0, 19)
  532. Exit2.Font = Enum.Font.SourceSans
  533. Exit2.Text = "X"
  534. Exit2.TextColor3 = Color3.new(1, 1, 1)
  535. Exit2.TextSize = 14
  536.  
  537. EmeraldHelmet.Name = "EmeraldHelmet"
  538. EmeraldHelmet.Parent = Booga2
  539. EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  540. EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  541. EmeraldHelmet.BorderSizePixel = 2
  542. EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)
  543. EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)
  544. EmeraldHelmet.Font = Enum.Font.SourceSansSemibold
  545. EmeraldHelmet.Text = "Emerald Helmet"
  546. EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)
  547. EmeraldHelmet.TextScaled = true
  548. EmeraldHelmet.TextSize = 14
  549. EmeraldHelmet.TextWrapped = true
  550.  
  551. EmeraldDivider.Name = "EmeraldDivider"
  552. EmeraldDivider.Parent = Booga2
  553. EmeraldDivider.Active = true
  554. EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  555. EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  556. EmeraldDivider.BorderSizePixel = 2
  557. EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)
  558. EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)
  559.  
  560. EmeraldChestplate.Name = "EmeraldChestplate"
  561. EmeraldChestplate.Parent = Booga2
  562. EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  563. EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  564. EmeraldChestplate.BorderSizePixel = 2
  565. EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)
  566. EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)
  567. EmeraldChestplate.Font = Enum.Font.SourceSansSemibold
  568. EmeraldChestplate.Text = "Emerald Chestplate"
  569. EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)
  570. EmeraldChestplate.TextScaled = true
  571. EmeraldChestplate.TextSize = 14
  572. EmeraldChestplate.TextWrapped = true
  573.  
  574. EmeraldPick.Name = "EmeraldPick"
  575. EmeraldPick.Parent = Booga2
  576. EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  577. EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  578. EmeraldPick.BorderSizePixel = 2
  579. EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)
  580. EmeraldPick.Size = UDim2.new(0, 93, 0, 27)
  581. EmeraldPick.Font = Enum.Font.SourceSansSemibold
  582. EmeraldPick.Text = "Emerald Pick"
  583. EmeraldPick.TextColor3 = Color3.new(1, 1, 1)
  584. EmeraldPick.TextScaled = true
  585. EmeraldPick.TextSize = 14
  586. EmeraldPick.TextWrapped = true
  587.  
  588. EmeraldGreaves.Name = "EmeraldGreaves"
  589. EmeraldGreaves.Parent = Booga2
  590. EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  591. EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  592. EmeraldGreaves.BorderSizePixel = 2
  593. EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)
  594. EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)
  595. EmeraldGreaves.Font = Enum.Font.SourceSansSemibold
  596. EmeraldGreaves.Text = "Emerald Greaves"
  597. EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)
  598. EmeraldGreaves.TextScaled = true
  599. EmeraldGreaves.TextSize = 14
  600. EmeraldGreaves.TextWrapped = true
  601.  
  602. EmeraldBlade.Name = "EmeraldBlade"
  603. EmeraldBlade.Parent = Booga2
  604. EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  605. EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  606. EmeraldBlade.BorderSizePixel = 2
  607. EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)
  608. EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)
  609. EmeraldBlade.Font = Enum.Font.SourceSansSemibold
  610. EmeraldBlade.Text = "Emerald Blade"
  611. EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)
  612. EmeraldBlade.TextScaled = true
  613. EmeraldBlade.TextSize = 14
  614. EmeraldBlade.TextWrapped = true
  615.  
  616. EmeraldAxe.Name = "EmeraldAxe"
  617. EmeraldAxe.Parent = Booga2
  618. EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  619. EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  620. EmeraldAxe.BorderSizePixel = 2
  621. EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)
  622. EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)
  623. EmeraldAxe.Font = Enum.Font.SourceSansSemibold
  624. EmeraldAxe.Text = "Emerald Axe"
  625. EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)
  626. EmeraldAxe.TextScaled = true
  627. EmeraldAxe.TextSize = 14
  628. EmeraldAxe.TextWrapped = true
  629.  
  630. EmeraldBag.Name = "EmeraldBag"
  631. EmeraldBag.Parent = Booga2
  632. EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  633. EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  634. EmeraldBag.BorderSizePixel = 2
  635. EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)
  636. EmeraldBag.Size = UDim2.new(0, 93, 0, 27)
  637. EmeraldBag.Font = Enum.Font.SourceSansSemibold
  638. EmeraldBag.Text = "EmeraldBag"
  639. EmeraldBag.TextColor3 = Color3.new(1, 1, 1)
  640. EmeraldBag.TextScaled = true
  641. EmeraldBag.TextSize = 14
  642. EmeraldBag.TextWrapped = true
  643.  
  644. VoidShroud.Name = "VoidShroud"
  645. VoidShroud.Parent = Booga2
  646. VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  647. VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  648. VoidShroud.BorderSizePixel = 2
  649. VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)
  650. VoidShroud.Size = UDim2.new(0, 93, 0, 27)
  651. VoidShroud.Font = Enum.Font.SourceSansSemibold
  652. VoidShroud.Text = "Void Shroud"
  653. VoidShroud.TextColor3 = Color3.new(1, 1, 1)
  654. VoidShroud.TextScaled = true
  655. VoidShroud.TextSize = 14
  656. VoidShroud.TextWrapped = true
  657.  
  658. EmeraldDivider2.Name = "EmeraldDivider2"
  659. EmeraldDivider2.Parent = Booga2
  660. EmeraldDivider2.Active = true
  661. EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  662. EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  663. EmeraldDivider2.BorderSizePixel = 2
  664. EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)
  665. EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)
  666.  
  667. GodDivider.Name = "GodDivider"
  668. GodDivider.Parent = Booga2
  669. GodDivider.Active = true
  670. GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  671. GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  672. GodDivider.BorderSizePixel = 2
  673. GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)
  674. GodDivider.Size = UDim2.new(0, 447, 0, 11)
  675.  
  676. GodDivider2.Name = "GodDivider2"
  677. GodDivider2.Parent = Booga2
  678. GodDivider2.Active = true
  679. GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  680. GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  681. GodDivider2.BorderSizePixel = 2
  682. GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)
  683. GodDivider2.Size = UDim2.new(0, 447, 0, 11)
  684.  
  685. GodRock.Name = "GodRock"
  686. GodRock.Parent = Booga2
  687. GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  688. GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  689. GodRock.BorderSizePixel = 2
  690. GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)
  691. GodRock.Size = UDim2.new(0, 93, 0, 27)
  692. GodRock.Font = Enum.Font.SourceSansSemibold
  693. GodRock.Text = "God Rock"
  694. GodRock.TextColor3 = Color3.new(1, 1, 1)
  695. GodRock.TextScaled = true
  696. GodRock.TextSize = 14
  697. GodRock.TextWrapped = true
  698.  
  699. GodHalo.Name = "GodHalo"
  700. GodHalo.Parent = Booga2
  701. GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  702. GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  703. GodHalo.BorderSizePixel = 2
  704. GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)
  705. GodHalo.Size = UDim2.new(0, 93, 0, 27)
  706. GodHalo.Font = Enum.Font.SourceSansSemibold
  707. GodHalo.Text = "God Halo"
  708. GodHalo.TextColor3 = Color3.new(1, 1, 1)
  709. GodHalo.TextScaled = true
  710. GodHalo.TextSize = 14
  711. GodHalo.TextWrapped = true
  712.  
  713. GodChestplate.Name = "GodChestplate"
  714. GodChestplate.Parent = Booga2
  715. GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  716. GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  717. GodChestplate.BorderSizePixel = 2
  718. GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)
  719. GodChestplate.Size = UDim2.new(0, 93, 0, 27)
  720. GodChestplate.Font = Enum.Font.SourceSansSemibold
  721. GodChestplate.Text = "God Chestplate"
  722. GodChestplate.TextColor3 = Color3.new(1, 1, 1)
  723. GodChestplate.TextScaled = true
  724. GodChestplate.TextSize = 14
  725. GodChestplate.TextWrapped = true
  726.  
  727. GodAxe.Name = "GodAxe"
  728. GodAxe.Parent = Booga2
  729. GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  730. GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  731. GodAxe.BorderSizePixel = 2
  732. GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)
  733. GodAxe.Size = UDim2.new(0, 93, 0, 27)
  734. GodAxe.Font = Enum.Font.SourceSansSemibold
  735. GodAxe.Text = "God Axe"
  736. GodAxe.TextColor3 = Color3.new(1, 1, 1)
  737. GodAxe.TextScaled = true
  738. GodAxe.TextSize = 14
  739. GodAxe.TextWrapped = true
  740.  
  741. GodBag.Name = "GodBag"
  742. GodBag.Parent = Booga2
  743. GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  744. GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  745. GodBag.BorderSizePixel = 2
  746. GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)
  747. GodBag.Size = UDim2.new(0, 93, 0, 27)
  748. GodBag.Font = Enum.Font.SourceSansSemibold
  749. GodBag.Text = "God Bag"
  750. GodBag.TextColor3 = Color3.new(1, 1, 1)
  751. GodBag.TextScaled = true
  752. GodBag.TextSize = 14
  753. GodBag.TextWrapped = true
  754.  
  755. GodLegs.Name = "GodLegs"
  756. GodLegs.Parent = Booga2
  757. GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  758. GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  759. GodLegs.BorderSizePixel = 2
  760. GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)
  761. GodLegs.Size = UDim2.new(0, 93, 0, 27)
  762. GodLegs.Font = Enum.Font.SourceSansSemibold
  763. GodLegs.Text = "God Legs"
  764. GodLegs.TextColor3 = Color3.new(1, 1, 1)
  765. GodLegs.TextScaled = true
  766. GodLegs.TextSize = 14
  767. GodLegs.TextWrapped = true
  768.  
  769. GodPick.Name = "GodPick"
  770. GodPick.Parent = Booga2
  771. GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  772. GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  773. GodPick.BorderSizePixel = 2
  774. GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)
  775. GodPick.Size = UDim2.new(0, 93, 0, 27)
  776. GodPick.Font = Enum.Font.SourceSansSemibold
  777. GodPick.Text = "God Pick"
  778. GodPick.TextColor3 = Color3.new(1, 1, 1)
  779. GodPick.TextScaled = true
  780. GodPick.TextSize = 14
  781. GodPick.TextWrapped = true
  782.  
  783. VoidChestplate.Name = "VoidChestplate"
  784. VoidChestplate.Parent = Booga2
  785. VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  786. VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  787. VoidChestplate.BorderSizePixel = 2
  788. VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)
  789. VoidChestplate.Size = UDim2.new(0, 93, 0, 27)
  790. VoidChestplate.Font = Enum.Font.SourceSansSemibold
  791. VoidChestplate.Text = "Void Chestplate"
  792. VoidChestplate.TextColor3 = Color3.new(1, 1, 1)
  793. VoidChestplate.TextScaled = true
  794. VoidChestplate.TextSize = 14
  795. VoidChestplate.TextWrapped = true
  796.  
  797. VoidDivider2.Name = "VoidDivider2"
  798. VoidDivider2.Parent = Booga2
  799. VoidDivider2.Active = true
  800. VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  801. VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  802. VoidDivider2.BorderSizePixel = 2
  803. VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)
  804. VoidDivider2.Size = UDim2.new(0, 447, 0, 11)
  805.  
  806. VoidDivider.Name = "VoidDivider"
  807. VoidDivider.Parent = Booga2
  808. VoidDivider.Active = true
  809. VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  810. VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  811. VoidDivider.BorderSizePixel = 2
  812. VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)
  813. VoidDivider.Size = UDim2.new(0, 447, 0, 11)
  814.  
  815. VoidBag.Name = "VoidBag"
  816. VoidBag.Parent = Booga2
  817. VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  818. VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  819. VoidBag.BorderSizePixel = 2
  820. VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)
  821. VoidBag.Size = UDim2.new(0, 93, 0, 27)
  822. VoidBag.Font = Enum.Font.SourceSansSemibold
  823. VoidBag.Text = "Void Bag"
  824. VoidBag.TextColor3 = Color3.new(1, 1, 1)
  825. VoidBag.TextScaled = true
  826. VoidBag.TextSize = 14
  827. VoidBag.TextWrapped = true
  828.  
  829. VoidGreaves.Name = "VoidGreaves"
  830. VoidGreaves.Parent = Booga2
  831. VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  832. VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  833. VoidGreaves.BorderSizePixel = 2
  834. VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)
  835. VoidGreaves.Size = UDim2.new(0, 93, 0, 27)
  836. VoidGreaves.Font = Enum.Font.SourceSansSemibold
  837. VoidGreaves.Text = "Void Greaves"
  838. VoidGreaves.TextColor3 = Color3.new(1, 1, 1)
  839. VoidGreaves.TextScaled = true
  840. VoidGreaves.TextSize = 14
  841. VoidGreaves.TextWrapped = true
  842.  
  843. OOFHorn.Name = "OOFHorn"
  844. OOFHorn.Parent = Booga2
  845. OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  846. OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  847. OOFHorn.BorderSizePixel = 2
  848. OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)
  849. OOFHorn.Size = UDim2.new(0, 93, 0, 27)
  850. OOFHorn.Font = Enum.Font.SourceSansSemibold
  851. OOFHorn.Text = "OOF Horn"
  852. OOFHorn.TextColor3 = Color3.new(1, 1, 1)
  853. OOFHorn.TextScaled = true
  854. OOFHorn.TextSize = 14
  855. OOFHorn.TextWrapped = true
  856.  
  857. Open.MouseButton1Down:connect(function()
  858. Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
  859. Open.Visible = true
  860. Booga.Visible = true
  861. end)
  862.  
  863. Exit.MouseButton1Down:connect(function()
  864. Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  865. Open.Visible = true
  866. end)
  867.  
  868. Recipes.MouseButton1Down:connect(function()
  869. Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)
  870. Booga2.Visible = true
  871. end)
  872.  
  873. Exit2.MouseButton1Down:connect(function()
  874. Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  875. end)
  876.  
  877. VoidBag.MouseButton1Click:connect(function()
  878. local A_1 = "Void Bag"
  879. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  880. Event:FireServer(A_1)
  881. end)
  882.  
  883. VoidShroud.MouseButton1Click:connect(function()
  884. local A_1 = "Void Shroud"
  885. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  886. Event:FireServer(A_1)
  887. end)
  888.  
  889. VoidChestplate.MouseButton1Click:connect(function()
  890. local A_1 = "Void Chestplate"
  891. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  892. Event:FireServer(A_1)
  893. end)
  894.  
  895. VoidGreaves.MouseButton1Click:connect(function()
  896. local A_1 = "Void Greaves"
  897. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  898. Event:FireServer(A_1)
  899. end)
  900.  
  901.  
  902.  
  903. EmeraldAxe.MouseButton1Click:connect(function()
  904. local A_1 = "Emerald Axe"
  905. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  906. Event:FireServer(A_1)
  907. end)
  908.  
  909. EmeraldBlade.MouseButton1Click:connect(function()
  910. local A_1 = "Emerald Blade"
  911. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  912. Event:FireServer(A_1)
  913. end)
  914.  
  915. EmeraldPick.MouseButton1Click:connect(function()
  916. local A_1 = "Emerald Pick"
  917. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  918. Event:FireServer(A_1)
  919. end)
  920.  
  921. EmeraldBag.MouseButton1Click:connect(function()
  922. local A_1 = "Emerald Bag"
  923. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  924. Event:FireServer(A_1)
  925. end)
  926.  
  927. EmeraldHelmet.MouseButton1Click:connect(function()
  928. local A_1 = "Emerald Helmet"
  929. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  930. Event:FireServer(A_1)
  931. end)
  932.  
  933. EmeraldChestplate.MouseButton1Click:connect(function()
  934. local A_1 = "Emerald Chestplate"
  935. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  936. Event:FireServer(A_1)
  937. end)
  938.  
  939. EmeraldGreaves.MouseButton1Click:connect(function()
  940. local A_1 = "Emerald Greaves"
  941. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  942. Event:FireServer(A_1)
  943. end)
  944.  
  945.  
  946.  
  947. GodAxe.MouseButton1Click:connect(function()
  948. local A_1 = "God Axe"
  949. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  950. Event:FireServer(A_1)
  951. end)
  952.  
  953. GodRock.MouseButton1Click:connect(function()
  954. local A_1 = "God Rock"
  955. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  956. Event:FireServer(A_1)
  957. end)
  958.  
  959. GodPick.MouseButton1Click:connect(function()
  960. local A_1 = "God Pick"
  961. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  962. Event:FireServer(A_1)
  963. end)
  964.  
  965. GodHalo.MouseButton1Click:connect(function()
  966. local A_1 = "God Halo"
  967. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  968. Event:FireServer(A_1)
  969. end)
  970.  
  971. GodChestplate.MouseButton1Click:connect(function()
  972. local A_1 = "God Chestplate"
  973. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  974. Event:FireServer(A_1)
  975. end)
  976.  
  977. GodLegs.MouseButton1Click:connect(function()
  978. local A_1 = "God Legs"
  979. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  980. Event:FireServer(A_1)
  981. end)
  982.  
  983. GodBag.MouseButton1Click:connect(function()
  984. local A_1 = "God Bag"
  985. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  986. Event:FireServer(A_1)
  987. end)
  988.  
  989.  
  990. OOFHorn.MouseButton1Click:connect(function()
  991. local A_1 = "OOF Horn"
  992. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  993. Event:FireServer(A_1)
  994. end)
  995.  
  996.  
  997.  
  998. InfinityChest.MouseButton1Down:connect(function()
  999. local plr = game:GetService("Players").LocalPlayer
  1000. local mouse = plr:GetMouse()
  1001. mouse.KeyDown:connect(function(key)
  1002. if key == "q" then
  1003. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1004. Torso = game.Players.LocalPlayer.Character.UpperTorso
  1005. b = Torso.Position + Torso.CFrame.lookVector * 10
  1006. local c = b.x
  1007. local d = b.y - 2
  1008. local e = b.z
  1009. for i = 1,1 do
  1010. local A_1 = "Infinity Chest"
  1011. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1012. local A_3 = 0
  1013. Event:FireServer(A_1, A_2, A_3)
  1014. end end end)
  1015. end)
  1016.  
  1017.  
  1018. CraftAnyItem.MouseButton1Click:connect(function()
  1019. local event = game.ReplicatedStorage.Events.CraftItem
  1020. local item = CraftItem.Text
  1021. event:FireServer(item)
  1022. end)
  1023.  
  1024. GodHut.MouseButton1Click:connect(function()
  1025. local plr = game:GetService("Players").LocalPlayer
  1026. local mouse = plr:GetMouse()
  1027. mouse.KeyDown:connect(function(key)
  1028. if key == "g" then
  1029. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1030. Torso = game.Players.LocalPlayer.Character.UpperTorso
  1031. b = Torso.Position + Torso.CFrame.lookVector * 10
  1032. local c = b.x
  1033. local d = b.y - 2
  1034. local e = b.z
  1035. for i = 1,1 do
  1036. local A_1 = "God Hut"
  1037. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1038. local A_3 = 0
  1039. Event:FireServer(A_1, A_2, A_3)
  1040. end end end)
  1041. end)
  1042.  
  1043. AutoPickUp.MouseButton1Click:connect(function()
  1044. local Objects;
  1045. local Pickup = function(Character)
  1046. local myPos = Character.HumanoidRootPart.Position
  1047. local Objects = {}
  1048. for i,v in pairs(workspace:GetChildren()) do
  1049. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  1050. local Pos = v.Position
  1051. local Distance = (myPos - Pos).magnitude
  1052. if Distance < 40 then
  1053. table.insert(Objects, v)
  1054. end
  1055. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  1056. local Pos = v.Part.Position
  1057. local Distance = (myPos - Pos).magnitude
  1058. if Distance < 40 then
  1059. table.insert(Objects, v)
  1060. end
  1061. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  1062. local Pos = v.Position
  1063. local Distance = (myPos - Pos).magnitude
  1064. if Distance < 40 then
  1065. table.insert(Objects, v)
  1066. end
  1067. end
  1068. end
  1069. for i,v in pairs(Objects) do
  1070. for i=1,10 do
  1071. v.Position = myPos
  1072. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  1073. end
  1074. end
  1075. end
  1076. wait(1)
  1077. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1078.  
  1079. mouse.KeyDown:connect(function(key)
  1080. if key == AutoPickUpBind.Text then
  1081. print'AutoPicked-up YEET'
  1082. Pickup(game.Players.LocalPlayer.Character)
  1083. end
  1084. end)
  1085. end)
  1086.  
  1087. local plr = game:GetService("Players").LocalPlayer
  1088. local char = plr.Character
  1089. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1090. local hum = char:FindFirstChild("HumanoidRootPart")
  1091.  
  1092. --SpeedVariables
  1093. local plr = game:GetService("Players").LocalPlayer
  1094. local char = plr.Character
  1095. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1096. local hum = char:FindFirstChild("HumanoidRootPart")
  1097. --yeet
  1098. Speed.MouseButton1Down:connect(function()
  1099. local plr = game:GetService("Players").LocalPlayer
  1100. local char = plr.Character
  1101. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1102. local hum = char:FindFirstChild("HumanoidRootPart")
  1103. mouse.KeyDown:connect(function(key)
  1104. if key == SpeedBind.Text then
  1105. loop = true
  1106. while loop do
  1107. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  1108. wait()
  1109. end
  1110. end
  1111. end)
  1112. end)
  1113.  
  1114. mouse.KeyUp:connect(function(key)
  1115. if key == SpeedBind.Text then
  1116. loop = false
  1117. end
  1118. end)
  1119.  
  1120. AutoBreak.MouseButton1Click:connect(function()
  1121. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1122. local breaking=false
  1123. mouse.KeyDown:connect(function(key)
  1124. if key == Breakkey.Text then
  1125. breaking = true
  1126. while breaking and wait(0.1) do
  1127. local part = game:GetService("Players").LocalPlayer:GetMouse().Target
  1128. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  1129. local two = {part,part,part,part}
  1130. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  1131. end
  1132. end
  1133. end)
  1134. mouse.KeyUp:connect(function(key)
  1135. if key == Breakkey.Text then
  1136. breaking = false
  1137. end
  1138. end)
  1139. end)
  1140.  
  1141. RevizV2.MouseButton1Click:connect(function()
  1142. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  1143. end)
  1144.  
  1145. RemoveRainbtn.MouseButton1Click:Connect(function()
  1146. if workspace:FindFirstChild('RainPart') ~= nil then
  1147. workspace.RainPart:Destroy()
  1148. game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
  1149. game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
  1150. game.Lighting.Rain:Destroy()
  1151. game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
  1152. end
  1153. end)
  1154.  
  1155. TpSpambtn.MouseButton1Down:connect(function()
  1156. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1157. if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
  1158. if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
  1159. print("Fools you cannot kill the devs")
  1160. else
  1161. player = game.Players.LocalPlayer.Character
  1162. repeat
  1163. player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1164. wait(.001)
  1165. until v.Character.Humanoid.Health <= 0
  1166. end
  1167. end
  1168. end
  1169. end)
  1170.  
  1171. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  1172.  
  1173. local enabledesp = false
  1174.  
  1175. function CreateESP(plr)
  1176.  
  1177. if plr ~= nil then
  1178.  
  1179. local GetChar = plr.Character
  1180. if not GetChar then return end
  1181.  
  1182. local GetHead do
  1183.  
  1184. repeat wait() until GetChar:FindFirstChild("Head")
  1185.  
  1186. end
  1187. GetHead = GetChar.Head
  1188.  
  1189. local bb = Instance.new("BillboardGui", Important.CoreGui)
  1190. bb.Adornee = GetHead
  1191. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  1192. bb.AlwaysOnTop = true
  1193. bb.Size = UDim2.new(0, 5, 0, 5)
  1194. bb.StudsOffset = Vector3.new(0, 3, 0)
  1195. bb.Name = "ESP_PLAYER_" .. plr.Name
  1196.  
  1197. local displayframe = Instance.new("Frame", bb)
  1198. displayframe.ZIndex = 10
  1199. displayframe.BackgroundTransparency = 1
  1200. displayframe.Size = UDim2.new(1,0,1,0)
  1201.  
  1202. local name = Instance.new("TextLabel", displayframe)
  1203. name.Name = "Name"
  1204. name.ZIndex = 10
  1205. name.Text = plr.Name
  1206. name.Visible = true
  1207. name.TextColor3 = Color3.new(170,0,0)
  1208. name.BackgroundTransparency = 1
  1209. name.Size = UDim2.new(1,0,10,0)
  1210. name.Font = Enum.Font.SourceSansLight
  1211. name.TextSize = 20
  1212. name.TextStrokeTransparency = .5
  1213.  
  1214. end
  1215.  
  1216. end
  1217.  
  1218. ESPbtn.MouseButton1Click:Connect(function()
  1219. for i,v in pairs(Important.Players:GetChildren()) do
  1220.  
  1221. CreateESP(v)
  1222. end
  1223. end)
  1224.  
  1225. DropAllItemsbtn.MouseButton1Click:Connect(function()
  1226.  
  1227. Player = game.Players.LocalPlayer
  1228. Mouse = Player:GetMouse()
  1229.  
  1230. function PressedE(key)
  1231. Key = key:lower()
  1232. if Key == DropAllItemskb.Text then
  1233. for i=1, 100 do
  1234. game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
  1235. end
  1236. end
  1237. end
  1238. Mouse.KeyDown:connect(PressedE)
  1239. end)
  1240.  
  1241.  
  1242. RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
  1243. game.Lighting.FogEnd = 1200000
  1244. game.Lighting.Brightness = 3
  1245. game.Lighting.GlobalShadows = false
  1246. end)
  1247.  
  1248. VoidTpbtn.MouseButton1Click:Connect(function()
  1249. game:GetService("TeleportService"):Teleport(2021740958)
  1250. print('VoidTP Credits: Flareo!')
  1251. end)
  1252.  
  1253. AutoEatbtn.MouseButton1Click:Connect(function()
  1254. if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
  1255. local lol = 1
  1256. local plr = game:GetService("Players").LocalPlayer
  1257. local mouse = plr:GetMouse()
  1258. mouse.KeyDown:connect(function(key)
  1259. if key == AutoEatkb.Text then
  1260. lol = 0
  1261. while lol == 0 do
  1262. wait()
  1263. local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
  1264. Event:FireServer(AutoEatFoodNamekb.Text)
  1265. Event:FireServer(AutoEatFoodNamekb.Text)
  1266. Event:FireServer(AutoEatFoodNamekb.Text)
  1267. end end end)
  1268. local plr = game:GetService("Players").LocalPlayer
  1269. local mouse = plr:GetMouse()
  1270. mouse.KeyUp:connect(function(key)
  1271. if key == AutoEatkb.Text then
  1272. lol = 1
  1273. end end) end
  1274. end)
  1275. AutoCampfirebtn.MouseButton1Click:Connect(function()
  1276. local Fires = 1
  1277. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1278. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  1279. local c = h.x + 5
  1280. local d = h.y - 2
  1281. local e = h.z
  1282. local j = h.x
  1283. local k = h.y - 2
  1284. local l = h.z
  1285. local aa = h.x - 5
  1286. local bb = h.y - 2
  1287. local cc = h.z
  1288. local aaa = h.x
  1289. local bbb = h.y - 2
  1290. local ccc = h.z + 5
  1291. local aaaa = h.x
  1292. local bbbb = h.y - 2
  1293. local cccc = h.z - 5
  1294. for i = 1,1 do
  1295. local C_1 = "Chest"
  1296. local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1297. local C_3 = 0
  1298. Event:FireServer(C_1, C_2, C_3)
  1299. end
  1300. for i = 1,Fires do
  1301. local A_1 = "Campfire"
  1302. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1303. local A_3 = 0
  1304. Event:FireServer(A_1, A_2, A_3)
  1305. end
  1306. for i = 1,Fires do
  1307. local B_1 = "Campfire"
  1308. local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1309. local B_3 = 0
  1310. Event:FireServer(B_1, B_2, B_3)
  1311. end
  1312. for i = 1,Fires do
  1313. local D_1 = "Campfire"
  1314. local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1315. local D_3 = 0
  1316. Event:FireServer(D_1, D_2, D_3)
  1317. end
  1318. for i = 1,Fires do
  1319. local E_1 = "Campfire"
  1320. local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1321. local E_3 = 0
  1322. Event:FireServer(E_1, E_2, E_3)
  1323. end
  1324. end)
  1325.  
  1326. AutoWallTrapbtn.MouseButton1Click:Connect(function()
  1327. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1328. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  1329. local aa = h.x + 13
  1330. local bb = h.y - 2
  1331. local cc = h.z
  1332. local aaa = h.x - 13
  1333. local bbb = h.y - 2
  1334. local ccc = h.z
  1335. local aaaa = h.x
  1336. local bbbb = h.y - 2
  1337. local cccc = h.z + 13
  1338. local aaaaa = h.x
  1339. local bbbbb = h.y - 2
  1340. local ccccc = h.z - 13
  1341. local k_1 = "Stone Wall"
  1342. 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)
  1343. local k_3 = 177
  1344. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1345. Event:FireServer(k_1, k_2, k_3)
  1346. local l_1 = "Stone Wall"
  1347. 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)
  1348. local l_3 = 177
  1349. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1350. Event:FireServer(l_1, l_2, l_3)
  1351. local m_1 = "Stone Wall"
  1352. 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)
  1353. local m_3 = 270
  1354. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1355. Event:FireServer(m_1, m_2, m_3)
  1356. local n_1 = "Stone Wall"
  1357. 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)
  1358. local n_3 = 270
  1359. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1360. Event:FireServer(n_1, n_2, n_3)
  1361. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement