Advertisement
FilterYT

Untitled

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