Advertisement
dady172172

Breaking Simulator Inf gems coins

Dec 20th, 2019
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. --https://www.roblox.com/games/3289941263/CODE-100K-Breaking-Simulator
  2. --https://github.com/dady172172/Roblox-Cheats I moved to Gethub
  3. --Sane Studios is dumb
  4.  
  5. _G.infCoins = true
  6. _G.infGems = true
  7. _G.removeGates = true
  8.  
  9. while _G.infCoins == true do
  10. wait()
  11. game.ReplicatedStorage.Events.GivePlayerItem:FireServer("Coins", 999999999999999999999999999999999999999999999999999999999999999999999999)
  12. end
  13.  
  14. while infGems == true do
  15. wait()
  16. local a = game:GetService("Players").keathunsar.stats.Gems.Value
  17. game:GetService("Players").keathunsar.stats.Gems.Value = a + 999999999999999999999999999999999999999999999999999999999999999999999999
  18. end
  19.  
  20. if _G.removeGates == true then
  21. game:GetService("Workspace").Gates:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement