Bubble Gum Clicker! - Pastebin.com (2024)

  1. local EV

  2. getgenv().Bubble = false;

  3. getgenv().PWheel = false;

  4. getgenv().Chest = false;

  5. getgenv().Sell = false;

  6. getgenv().Best = false;

  7. getgenv().Egg = false;

  8. function Blow()

  9. spawn(function ()

  10. while getgenv().Bubble == true do

  11. local args = {[1] = {[1] = {[1] = false},[2] = {[1] = 2}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("blow bubble"):FireServer(unpack(args)) wait()

  12. end

  13. end)

  14. end

  15. function PWheel()

  16. spawn(function ()

  17. while getgenv().PWheel == true do

  18. local args = {[1] = {[1] = {[1] = false},[2] = {[1] = 2}}}game:GetService("ReplicatedStorage").Remotes:FindFirstChild("free wheel spin"):InvokeServer(unpack(args)) wait()

  19. end

  20. end)

  21. end

  22. function Open()

  23. spawn(function ()

  24. while getgenv().Chest == true do

  25. local args = {[1] = {[1] = {[1] = "VIP Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)

  26. local args = {[1] = {[1] = {[1] = "Sky Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)

  27. local args = {[1] = {[1] = {[1] = "Heavenly Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)

  28. local args = {[1] = {[1] = {[1] = "Void Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)

  29. local args = {[1] = {[1] = {[1] = "XP Chest"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("collect chest"):FireServer(unpack(args)) wait(0.1)

  30. end

  31. end)

  32. end

  33. function Gum()

  34. spawn(function ()

  35. while getgenv().Sell == true do

  36. local args = {[1] = {[1] = {[1] = true},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("sell bubbles"):FireServer(unpack(args)) wait(0.1)

  37. end

  38. end)

  39. end

  40. function Equip()

  41. spawn(function ()

  42. while getgenv().Best == true do

  43. local args = {[1] = {[1] = {[1] = false},[2] = {[1] = 2}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("equip best pets"):FireServer(unpack(args)) wait()

  44. end

  45. end)

  46. end

  47. function Hatch(E)

  48. spawn(function ()

  49. while getgenv().Egg == true do

  50. local args = {[1] = {[1] = {[1] = E},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("buy egg"):InvokeServer(unpack(args)) wait()

  51. end

  52. end)

  53. end

  54. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()

  55. local w = library:CreateWindow("Bubble Gum Clicker!")

  56. local b = w:CreateFolder("Main")

  57. b:Toggle("Auto Blow",function(val)

  58. getgenv().Bubble = val

  59. Blow()

  60. end)

  61. b:Toggle("Auto Sell",function(val)

  62. getgenv().Sell = val

  63. Gum()

  64. end)

  65. b:Toggle("Auto Spin",function(val)

  66. getgenv().PWheel = val

  67. PWheel()

  68. end)

  69. b:Toggle("Auto Chests",function(val)

  70. getgenv().Chest = val

  71. Open()

  72. end)

  73. b:Toggle("Auto Equip",function(val)

  74. getgenv().Best = val

  75. Equip()

  76. end)

  77. b:Toggle("Auto Hatch",function(val)

  78. getgenv().Egg = val

  79. Hatch(EV)

  80. end)

  81. 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)

  82. EV = val

  83. end)

  84. b:Box("Type To Hatch","number",function(val)

  85. EV = val

  86. end)

  87. local b = w:CreateFolder("Miscellaneous")

  88. b:Button("Unlock Islands",function()

  89. local args = {[1] = {[1] = {[1] = "Sky Island"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)

  90. local args = {[1] = {[1] = {[1] = "Lucky Landing"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)

  91. local args = {[1] = {[1] = {[1] = "Heaven"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)

  92. local args = {[1] = {[1] = {[1] = "Space"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)

  93. local args = {[1] = {[1] = {[1] = "The Void"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)

  94. local args = {[1] = {[1] = {[1] = "Fairy World"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)

  95. local args = {[1] = {[1] = {[1] = "XP Island"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("unlock island"):FireServer(unpack(args)) wait(0.1)

  96. end)

  97. b:Button("Redeem Codes",function()

  98. local args = {[1] = {[1] = {[1] = "season1"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  99. local args = {[1] = {[1] = {[1] = "bubblegum"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  100. local args = {[1] = {[1] = {[1] = "banana"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  101. local args = {[1] = {[1] = {[1] = "bandana"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  102. local args = {[1] = {[1] = {[1] = "nana"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  103. local args = {[1] = {[1] = {[1] = "OPE"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  104. local args = {[1] = {[1] = {[1] = "scramble"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  105. local args = {[1] = {[1] = {[1] = "stayfrosty"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  106. local args = {[1] = {[1] = {[1] = "lucky"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  107. local args = {[1] = {[1] = {[1] = "happynewyear"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  108. local args = {[1] = {[1] = {[1] = "OmgSanta"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  109. local args = {[1] = {[1] = {[1] = "Rudolph"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  110. local args = {[1] = {[1] = {[1] = "Release"},[2] = {[1] = false}}} game:GetService("ReplicatedStorage").Remotes:FindFirstChild("redeem twitter code"):InvokeServer(unpack(args)) wait()

  111. end)

  112. local b = w:CreateFolder("Credits")

  113. b:Label("Made by X_LuaF#0705",{

  114. TextSize = 21;

  115. TextColor = Color3.fromRGB(255,255,255);

  116. BgColor = Color3.fromRGB(69,69,69);

  117. })

  118. b:Button("Copy Discord Invite",function() setclipboard("discord.gg/8tRb8MQcW5") end)

  119. b:DestroyGui()

  120. local b = w:CreateFolder("LocalPlayer")

  121. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)

  122. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)

  123. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)

  124. local S

  125. local J

  126. local H

  127. local G

  128. b:Box("Speed","number",function(val)

  129. S = val

  130. end)

  131. b:Box("Jump","number",function(val)

  132. J = val

  133. end)

  134. b:Box("Hip Height","number",function(val)

  135. H = val

  136. end)

  137. b:Box("Gravity","number",function(val)

  138. G = val

  139. end)

  140. b:Toggle("Speed",function(bool)

  141. getgenv().Speed = bool

  142. Speed(S)

  143. end)

  144. b:Toggle("Jump",function(bool)

  145. getgenv().Jump = bool

  146. Jump(J)

  147. end)

  148. b:Toggle("Hip Height",function(bool)

  149. getgenv().Hip = bool

  150. Hip(H)

  151. end)

  152. b:Toggle("Gravity",function(bool)

  153. getgenv().Grav = bool

  154. Grav(G)

  155. end)

  156. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val)

  157. game.workspace.CurrentCamera.FieldOfView = val

  158. end)

  159. function TPTo(PCFrame)

  160. local plr = game.Players.LocalPlayer;

  161. if plr.Character then

  162. plr.Character.HumanoidRootPart.CFrame = PCFrame

  163. end

  164. end

  165. getgenv().Speed = false;

  166. getgenv().Jump = false;

  167. getgenv().Hip = false;

  168. getgenv().Chat = false;

  169. getgenv().Grav = false;

  170. function Chat(Mes, Freq)

  171. spawn(function ()

  172. while getgenv().Chat == true do

  173. local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))

  174. wait(Freq)

  175. end

  176. end)

  177. end

  178. function Speed(Nume)

  179. spawn(function ()

  180. if getgenv().Speed == true then

  181. while getgenv().Speed == true do

  182. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume

  183. wait()

  184. end

  185. elseif getgenv().Speed == false then

  186. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16

  187. end

  188. end)

  189. end

  190. function Jump(Nume)

  191. spawn(function ()

  192. if getgenv().Jump == true then

  193. while getgenv().Jump == true do

  194. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume

  195. wait()

  196. end

  197. elseif getgenv().Jump == false then

  198. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50

  199. end

  200. end)

  201. end

  202. function Hip(Nume)

  203. spawn(function ()

  204. if getgenv().Hip == true then

  205. while getgenv().Hip == true do

  206. game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume

  207. wait()

  208. end

  209. elseif getgenv().Hip == false then

  210. game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1

  211. end

  212. end)

  213. end

  214. function Grav(Nume)

  215. spawn(function ()

  216. if getgenv().Grav == true then

  217. while getgenv().Grav == true do

  218. game:GetService("Workspace").Gravity = Nume

  219. wait()

  220. end

  221. elseif getgenv().Grav == false then

  222. game:GetService("Workspace").Gravity = 196.2

  223. end

  224. end)

  225. end

Bubble Gum Clicker! - Pastebin.com (2024)

References

Top Articles
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 6329

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.