Advertisement
LuaXe

Bubble Gum Clicker!

Jan 29th, 2023
3,168
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.64 KB | Source Code | 0 0
  1. local EV
  2.  
  3. getgenv().Bubble = false;
  4. getgenv().PWheel = false;
  5. getgenv().Chest = false;
  6. getgenv().Sell = false;
  7. getgenv().Best = false;
  8. getgenv().Egg = false;
  9.  
  10. function Blow()
  11.     spawn(function ()
  12.         while getgenv().Bubble == true do
  13. local args = {[1] = {[1] = {[1] = false},[2] = {[1] = 2}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("blow bubble"):FireServer(unpack(args)) wait()
  14.         end
  15.     end)
  16. end
  17. function PWheel()
  18.     spawn(function ()
  19.         while getgenv().PWheel == true do
  20. local args = {[1] = {[1] = {[1] = false},[2] = {[1] = 2}}}game:GetService("ReplicatedStorage").Remotes:FindFirstChild("free wheel spin"):InvokeServer(unpack(args)) wait()
  21.         end
  22.     end)
  23. end
  24. function Open()
  25.     spawn(function ()
  26.         while getgenv().Chest == true do
  27. local args = {[1] = {[1] = {[1] = "VIP Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)
  28. local args = {[1] = {[1] = {[1] = "Sky Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)
  29. local args = {[1] = {[1] = {[1] = "Heavenly Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)
  30. local args = {[1] = {[1] = {[1] = "Void Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)
  31. local args = {[1] = {[1] = {[1] = "XP Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)
  32.         end
  33.     end)
  34. end
  35. function Gum()
  36. spawn(function ()
  37.     while getgenv().Sell == true do
  38. local args = {[1] = {[1] = {[1] = true},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("sell bubbles"):FireServer(unpack(args)) wait(0.1)
  39.         end
  40.     end)
  41. end
  42. function Equip()
  43.     spawn(function ()
  44.         while getgenv().Best == true do
  45. local args = {[1] = {[1] = {[1] = false},[2] = {[1] = 2}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("equip best pets"):FireServer(unpack(args)) wait()
  46.         end
  47.     end)
  48. end
  49. function Hatch(E)
  50.     spawn(function ()
  51.         while getgenv().Egg == true do
  52. local args = {[1] = {[1] = {[1] = E},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("buy egg"):InvokeServer(unpack(args)) wait()
  53.         end
  54.     end)
  55. end
  56.  
  57. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  58.  
  59. local w = library:CreateWindow("Bubble Gum Clicker!")
  60.  
  61. local b = w:CreateFolder("Main")
  62.  
  63. b:Toggle("Auto Blow",function(val)
  64. getgenv().Bubble = val
  65. Blow()
  66. end)
  67.  
  68. b:Toggle("Auto Sell",function(val)
  69. getgenv().Sell = val
  70. Gum()
  71. end)
  72.  
  73. b:Toggle("Auto Spin",function(val)
  74. getgenv().PWheel = val
  75. PWheel()
  76. end)
  77.  
  78. b:Toggle("Auto Chests",function(val)
  79. getgenv().Chest = val
  80. Open()
  81. end)
  82.  
  83. b:Toggle("Auto Equip",function(val)
  84. getgenv().Best = val
  85. Equip()
  86. end)
  87.  
  88. b:Toggle("Auto Hatch",function(val)
  89. getgenv().Egg = val
  90. Hatch(EV)
  91. end)
  92.  
  93. b:Dropdown("Select To Hatch",{"Season 1 Egg","Common Egg","Spotted Egg","Safe Egg","Magma Egg","Frosted Egg","Banana Bandana on Nana Egg","Lantern Egg","Galaxy Egg","Void Egg"},true,function(val)
  94. EV = val
  95. end)
  96.  
  97. b:Box("Type To Hatch","number",function(val)
  98. EV = val
  99. end)
  100.  
  101. local b = w:CreateFolder("Miscellaneous")
  102.  
  103. b:Button("Unlock Islands",function()
  104. local args = {[1] = {[1] = {[1] = "Sky Island"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)
  105. local args = {[1] = {[1] = {[1] = "Lucky Landing"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)
  106. local args = {[1] = {[1] = {[1] = "Heaven"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)
  107. local args = {[1] = {[1] = {[1] = "Space"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)
  108. local args = {[1] = {[1] = {[1] = "The Void"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)
  109. local args = {[1] = {[1] = {[1] = "Fairy World"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)
  110. local args = {[1] = {[1] = {[1] = "XP Island"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)
  111. end)
  112.  
  113. b:Button("Redeem Codes",function()
  114. local args = {[1] = {[1] = {[1] = "season1"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  115. local args = {[1] = {[1] = {[1] = "bubblegum"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  116. local args = {[1] = {[1] = {[1] = "banana"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  117. local args = {[1] = {[1] = {[1] = "bandana"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  118. local args = {[1] = {[1] = {[1] = "nana"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  119. local args = {[1] = {[1] = {[1] = "OPE"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  120. local args = {[1] = {[1] = {[1] = "scramble"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  121. local args = {[1] = {[1] = {[1] = "stayfrosty"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  122. local args = {[1] = {[1] = {[1] = "lucky"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  123. local args = {[1] = {[1] = {[1] = "happynewyear"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  124. local args = {[1] = {[1] = {[1] = "OmgSanta"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  125. local args = {[1] = {[1] = {[1] = "Rudolph"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  126. local args = {[1] = {[1] = {[1] = "Release"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()
  127. end)
  128.  
  129. local b = w:CreateFolder("Credits")
  130.  
  131. b:Label("Made by X_LuaF#0705",{
  132.     TextSize = 21;
  133.     TextColor = Color3.fromRGB(255,255,255);
  134.     BgColor = Color3.fromRGB(69,69,69);
  135. })
  136.  
  137. b:Button("Copy Discord Invite",function() setclipboard("discord.gg/8tRb8MQcW5") end)
  138.  
  139. b:DestroyGui()
  140.  
  141. local b = w:CreateFolder("LocalPlayer")
  142.  
  143. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  144. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  145. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  146.  
  147. local S
  148. local J
  149. local H
  150. local G
  151.  
  152. b:Box("Speed","number",function(val)
  153. S = val
  154. end)
  155. b:Box("Jump","number",function(val)
  156. J = val
  157. end)
  158. b:Box("Hip Height","number",function(val)
  159. H = val
  160. end)
  161. b:Box("Gravity","number",function(val)
  162. G = val
  163. end)
  164.  
  165. b:Toggle("Speed",function(bool)
  166. getgenv().Speed = bool
  167. Speed(S)
  168. end)
  169. b:Toggle("Jump",function(bool)
  170. getgenv().Jump = bool
  171. Jump(J)
  172. end)
  173. b:Toggle("Hip Height",function(bool)
  174. getgenv().Hip = bool
  175. Hip(H)
  176. end)
  177. b:Toggle("Gravity",function(bool)
  178. getgenv().Grav = bool
  179. Grav(G)
  180. end)
  181.  
  182. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val)
  183.     game.workspace.CurrentCamera.FieldOfView = val
  184. end)
  185.  
  186. function TPTo(PCFrame)
  187.     local plr = game.Players.LocalPlayer;
  188.            if plr.Character then
  189.             plr.Character.HumanoidRootPart.CFrame = PCFrame
  190.         end
  191.     end
  192.  
  193. getgenv().Speed = false;
  194. getgenv().Jump = false;
  195. getgenv().Hip = false;
  196. getgenv().Chat = false;
  197. getgenv().Grav = false;
  198.  
  199. function Chat(Mes, Freq)
  200.     spawn(function ()
  201.         while getgenv().Chat == true do
  202. local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  203. wait(Freq)
  204.         end
  205.     end)
  206. end
  207.  
  208. function Speed(Nume)
  209.     spawn(function ()
  210.         if getgenv().Speed == true then
  211.             while getgenv().Speed == true do
  212.                 game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume
  213.                 wait()
  214.             end
  215.         elseif getgenv().Speed == false then
  216.             game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
  217.         end
  218.     end)
  219. end
  220. function Jump(Nume)
  221.     spawn(function ()
  222.         if getgenv().Jump == true then
  223.             while getgenv().Jump == true do
  224.                 game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume
  225.                 wait()
  226.         end
  227.     elseif getgenv().Jump == false then
  228.             game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  229.         end
  230.     end)
  231. end
  232. function Hip(Nume)
  233.     spawn(function ()
  234.         if getgenv().Hip == true then
  235.             while getgenv().Hip == true do
  236.             game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume
  237.             wait()
  238.         end
  239.     elseif getgenv().Hip == false then
  240.             game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1
  241.         end
  242.     end)
  243. end
  244. function Grav(Nume)
  245.     spawn(function ()
  246.         if getgenv().Grav == true then
  247.             while getgenv().Grav == true do
  248.                 game:GetService("Workspace").Gravity = Nume
  249.             wait()
  250.         end
  251.     elseif getgenv().Grav == false then
  252.         game:GetService("Workspace").Gravity = 196.2
  253.         end
  254.     end)
  255. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement