Advertisement
imodex

Epic Mining

Jan 30th, 2019
1,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Inf money script :
  2. local A_1 = "SellOre"
  3. local A_2 =
  4. {
  5. ["Item"] = "Dirt",
  6. ["Amount"] = -5000000000000000000
  7. }
  8. local Event = game:GetService("ReplicatedStorage").Remotes.Purchase
  9. Event:FireServer(A_1, A_2)
  10.  
  11. Best pet :
  12. local A_1 = "TWITTERPET"
  13. local Event = game:GetService("ReplicatedStorage").Remotes.Codes
  14. Event:FireServer(A_1)
  15.  
  16. then this :
  17. while wait(0.00001) do
  18. local A_1 =
  19. {
  20. ["Action"] = "Hatch",
  21. ["Species"] = "Twitter Egg"
  22. }
  23. local Event = game:GetService("ReplicatedStorage").Remotes.Pets
  24. Event:FireServer(A_1)
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement