Advertisement
lucaslulu

Script Moon Mining Simulator

Oct 12th, 2019
1,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. --free money
  2. local A_1 = "ZeusStaff"
  3. local A_2 = -1000000000
  4. game:GetService("ReplicatedStorage").Purchased:FireServer(A_1, A_2)
  5.  
  6. --Free item
  7. local A_1 = "ZeusStaff"
  8. local A_2 = -1000000000
  9. game:GetService("ReplicatedStorage").Purchased:FireServer(A_1, A_2)
  10.  
  11. --Free inf BackPack
  12. local A_1 = "InfinitePack"
  13. local A_2 = -1000000000
  14. game:GetService("ReplicatedStorage").Purchased:FireServer(A_1, A_2)
  15.  
  16. --free pets
  17. local A_1 = "Dominus Electric"
  18. game:GetService("ReplicatedStorage").Remotes.RewardPet:FireServer(A_1)
  19.  
  20. --AutoRebirths
  21. _G.LULU = true--change to true or false
  22. while _G.LULU do
  23. wait(0.1)-- change time if you want
  24. game:GetService("Workspace").Events.Prestige:FireServer()
  25. end
  26.  
  27. --enjoy for new script m'y yt LucasGaming
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement