Advertisement
NukeVsCity

Bubble Gum Sim Hack

Dec 6th, 2020
1,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. loadstring(game:HttpGet(("https://raw.githubusercontent.com/MattLawz/1nferiousCheats/master/scripts/BubbleBreaker.lua"), true))()
  2.  
  3. GUI ABOVE FOR AUTOSELL AND FARM
  4.  
  5.  
  6. BELOW IS THE AUTO BELL SCRIPT
  7.  
  8. _G.bells = true
  9. for i,v in pairs(game:GetService("Workspace").ChristmasMap.ChristmasTree:GetDescendants()) do
  10. if v.ClassName == "MeshPart" or v.ClassName == "Part" then
  11. v.CanCollide = false
  12. for a,b in pairs(game:GetService("Workspace").PresentRainSign:GetChildren()) do
  13. if b.ClassName == "Part" or b.ClassName == "MeshPart" then
  14. b.CanCollide = false
  15. end
  16. end
  17. end
  18. end
  19. while _G.bells == true do
  20. wait()
  21. for i,v in pairs(game:GetService("Workspace").ChristmasMap.Houses:GetChildren()) do
  22. if v.Name == "House" and v.Activation.Root.Decal.Transparency <= 0.1 then
  23. if game.Players.LocalPlayer:DistanceFromCharacter(v.Activation.Tag.Position) < 150 then
  24. wait()
  25. local hum = game.Players.LocalPlayer.Character.Humanoid
  26. hum:MoveTo(v.Activation.Tag.Position)
  27. hum.MoveToFinished:wait()
  28. wait(3)
  29. hum.WalkSpeed = 100
  30. end
  31. end
  32. end
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement