Advertisement
revqnge

booga booga gui, 3rd script (last one, put this in a loadstring)

Jan 9th, 2022 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/3uBmY3gY"))()
  2. local colors = {
  3. SchemeColor = Color3.fromRGB(75, 99, 135),
  4. Background = Color3.fromRGB(30, 32, 38),
  5. Header = Color3.fromRGB(24, 25, 29),
  6. TextColor = Color3.fromRGB(255,255,255),
  7. ElementColor = Color3.fromRGB(31, 30, 37)
  8. }
  9. local Window = Library.CreateLib("Capsule", colors)
  10. local Home = Window:NewTab("Home")
  11. local Home = Home:NewSection("Home")
  12. local AutoEat = Window:NewTab("AutoEat")
  13. local AutoEat = AutoEat:NewSection("AutoEat")
  14. local Dupe = Window:NewTab("Dupe")
  15. local Dupe = Dupe:NewSection("Items")
  16. local Recipe = Window:NewTab("Recipe")
  17. local Recipe = Recipe:NewSection("Magnetite Recipe")
  18. local Farm = Window:NewTab("Farm")
  19. local Farm = Farm:NewSection("Not Working")
  20. Home:NewButton("Version: v5.5", "Version", function()
  21. print("Version 5.5")
  22. end)
  23. Home:NewButton("UI Credits: v5ral", "v5ral", function()
  24.  
  25. end)
  26. Home:NewButton("Gui Made By: v5ral", "v5ral", function()
  27.  
  28. end)
  29. Home:NewButton("BoogaBoogaGui (Click Me!)", "SecondGui", function()
  30. loadstring(game:HttpGet("https://pastebin.com/raw/663aLc42"))();
  31. end)
  32. Home:NewKeybind("ToggleGui", "UIBind", Enum.KeyCode.B, function()
  33. Library:ToggleUI()
  34. end)
  35. AutoEat:NewKeybind("AutoEat", "BloodFruit", Enum.KeyCode.R, function()
  36. local args = {
  37. [1] = "Bloodfruit"
  38. }
  39.  
  40. game:GetService("ReplicatedStorage").Events.UseBagItem:FireServer(unpack(args))
  41.  
  42. end)
  43. Dupe:NewButton("Gold Bar", "Need 2 Items To dupe it", function()
  44. local Item = "Gold Bar"
  45. local amount = 1.9
  46. local price = 100000
  47. game:GetService("ReplicatedStorage").Events.SubmitTrade:FireServer(Item, amount, price)
  48. end)
  49. Dupe:NewButton("Spirit Key", "Need 2 Items To dupe it", function()
  50. local Item = "Spirit Key"
  51. local amount = 1.9
  52. local price = 100000
  53. game:GetService("ReplicatedStorage").Events.SubmitTrade:FireServer(Item, amount, price)
  54. end)
  55. Dupe:NewButton("Goober Bag", "Need 2 Items To dupe it", function()
  56. local Item = "Goober Bag"
  57. local amount = 1.9
  58. local price = 100000
  59. game:GetService("ReplicatedStorage").Events.SubmitTrade:FireServer(Item, amount, price)
  60. end)
  61. Dupe:NewButton("Radio Pack", "Need 2 Items To dupe it", function()
  62. local Item = "Radio Pack"
  63. local amount = 1.9
  64. local price = 100000
  65. game:GetService("ReplicatedStorage").Events.SubmitTrade:FireServer(Item, amount, price)
  66. end)
  67. Dupe:NewButton("Search In Youtube: MikuXploits chests dupe", "If you like to dupe chests", function()
  68.  
  69. end)
  70. Recipe:NewButton("Magnetite Mask", "ButtonInfo", function()
  71. local A_1 = "Magnetite Mask"
  72. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  73. Event:FireServer(A_1)
  74. end)
  75. Recipe:NewButton("Magnetite Chestplate", "ButtonInfo", function()
  76. local A_1 = "Magnetite Chestplate"
  77. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  78. Event:FireServer(A_1)
  79. end)
  80. Recipe:NewButton("Magnetite Greaves", "ButtonInfo", function()
  81. local A_1 = "Magnetite Greaves"
  82. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  83. Event:FireServer(A_1)
  84. end)
  85. Recipe:NewButton("Magnetite Pick", "ButtonInfo", function()
  86. local A_1 = "Magnetite Pick"
  87. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  88. Event:FireServer(A_1)
  89. end)
  90. Recipe:NewButton("Magnetite Axe", "ButtonInfo", function()
  91. local A_1 = "Magnetite Axe"
  92. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  93. Event:FireServer(A_1)
  94. end)
  95. Recipe:NewButton("Magnetite Stick", "ButtonInfo", function()
  96. local A_1 = "Magnetite Stick"
  97. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  98. Event:FireServer(A_1)
  99. end)
  100. Recipe:NewButton("Magnetite Bag", "ButtonInfo", function()
  101. local A_1 = "Magnetite Bag"
  102. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  103. Event:FireServer(A_1)
  104. end)
  105. Recipe:NewButton("Magnetite Crossbow", "ButtonInfo", function()
  106. local A_1 = "Magnetite Crossbow"
  107. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  108. Event:FireServer(A_1)
  109. end)
  110. Recipe:NewButton("Bolt", "ButtonInfo", function()
  111. local A_1 = "Bolt"
  112. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  113. Event:FireServer(A_1)
  114. end)
  115. local RecipeSection = Recipe:NewSection("Crystal Recipe")
  116. Recipe:NewButton("Crystal Crown", "ButtonInfo", function()
  117. local A_1 = "Crystal Crown"
  118. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  119. Event:FireServer(A_1)
  120. end)
  121. Recipe:NewButton("Crystal Chestplate", "ButtonInfo", function()
  122. local A_1 = "Crystal Chestplate"
  123. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  124. Event:FireServer(A_1)
  125. end)
  126. Recipe:NewButton("Crystal Greaves", "ButtonInfo", function()
  127. local A_1 = "Crystal Greaves"
  128. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  129. Event:FireServer(A_1)
  130. end)
  131. Recipe:NewButton("Crystal Pick", "ButtonInfo", function()
  132. local A_1 = "Crystal Pick"
  133. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  134. Event:FireServer(A_1)
  135. end)
  136. Recipe:NewButton("Crystal Axe", "ButtonInfo", function()
  137. local A_1 = "Crystal Axe"
  138. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  139. Event:FireServer(A_1)
  140. end)
  141. Recipe:NewButton("Crystal Stick", "ButtonInfo", function()
  142. local A_1 = "Crystal Stick"
  143. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  144. Event:FireServer(A_1)
  145. end)
  146. Recipe:NewButton("Crystal Bag", "ButtonInfo", function()
  147. local A_1 = "Crystal Bag"
  148. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  149. Event:FireServer(A_1)
  150. end)
  151. local RecipeSection = Recipe:NewSection("Adurite Recipe")
  152. Recipe:NewButton("Adurite Helmet", "ButtonInfo", function()
  153. local A_1 = "Adurite Helmet"
  154. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  155. Event:FireServer(A_1)
  156. end)
  157. Recipe:NewButton("Adurite Chestplate", "ButtonInfo", function()
  158. local A_1 = "Adurite Chestplate"
  159. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  160. Event:FireServer(A_1)
  161. end)
  162. Recipe:NewButton("Adurite Greaves", "ButtonInfo", function()
  163. local A_1 = "Adurite Greaves"
  164. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  165. Event:FireServer(A_1)
  166. end)
  167. Recipe:NewButton("Adurite Pick", "ButtonInfo", function()
  168. local A_1 = "Adurite Pick"
  169. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  170. Event:FireServer(A_1)
  171. end)
  172. Recipe:NewButton("Adurite Axe", "ButtonInfo", function()
  173. local A_1 = "Adurite Axe"
  174. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  175. Event:FireServer(A_1)
  176. end)
  177. Recipe:NewButton("War Hammer", "ButtonInfo", function()
  178. local A_1 = "War Hammer"
  179. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  180. Event:FireServer(A_1)
  181. end)
  182. Recipe:NewButton("Adurite Bag", "ButtonInfo", function()
  183. local A_1 = "Adurite Bag"
  184. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  185. Event:FireServer(A_1)
  186. end)
  187. local RecipeSection = Recipe:NewSection("Iron Recipe")
  188. Recipe:NewButton("Iron Helmet", "ButtonInfo", function()
  189. local A_1 = "Iron Helmet"
  190. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  191. Event:FireServer(A_1)
  192. end)
  193. Recipe:NewButton("Iron Chestplate", "ButtonInfo", function()
  194. local A_1 = "Iron Chestplate"
  195. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  196. Event:FireServer(A_1)
  197. end)
  198. Recipe:NewButton("Iron Greaves", "ButtonInfo", function()
  199. local A_1 = "Iron Greaves"
  200. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  201. Event:FireServer(A_1)
  202. end)
  203. Recipe:NewButton("Iron Pick", "ButtonInfo", function()
  204. local A_1 = "Iron Pick"
  205. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  206. Event:FireServer(A_1)
  207. end)
  208. Recipe:NewButton("Iron Axe", "ButtonInfo", function()
  209. local A_1 = "Iron Axe"
  210. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  211. Event:FireServer(A_1)
  212. end)
  213. Recipe:NewButton("Iron Bag", "ButtonInfo", function()
  214. local A_1 = "Iron Bag"
  215. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  216. Event:FireServer(A_1)
  217. end)
  218. local Recipe = Recipe:NewSection("More Recipe")
  219. Recipe:NewButton("Goober Bag", "Need 500 Morsel", function()
  220. local A_1 = "Goober Bag"
  221. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  222. Event:FireServer(A_1)
  223. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement