Advertisement
Honansik

Pop It Simulator Infinite Money & Gems Script

Nov 16th, 2021
3,391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. -- Script Inf Gems
  2.  
  3. while wait() do
  4. local args = {
  5.    [1] = "gem18"
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").Remotes.addGems:FireServer(unpack(args))
  9. end
  10.  
  11. -- Script Inf Money
  12.  
  13. while wait() do
  14. local args = {
  15.     [1] = "cash18"
  16. }
  17.  
  18. game:GetService("ReplicatedStorage").Remotes.pickUpCash:FireServer(unpack(args))
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement