Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.15 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"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement