Advertisement
Guest User

Untitled

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