Advertisement
anonmods

petsims x - anonmods.com

Sep 15th, 2021
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. --Get Gamepasses
  2. local gmppath = require(game:GetService("ReplicatedStorage").Framework.Modules.Client["5 | Gamepasses"])
  3. gmppath.Owns = function() return true end
  4.  
  5. --Fuze Pets (You Need 2.5k Gems)
  6. while wait() do
  7. for i,v in pairs(game:GetService("Workspace")["__THINGS"].Pets:GetChildren()) do
  8. local A_1 = {
  9. [1] = {
  10. [1] = tostring(v.Name),
  11. [2] = tostring(v.Name),
  12. [3] = tostring(v.Name),
  13. [4] = tostring(v.Name),
  14. [5] = tostring(v.Name),
  15. [6] = tostring(v.Name),
  16. [7] = tostring(v.Name),
  17. [8] = tostring(v.Name),
  18. [9] = tostring(v.Name),
  19. [10] = tostring(v.Name),
  20. [11] = tostring(v.Name),
  21. [12] = tostring(v.Name)
  22. }
  23. }
  24. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["fuse pets"]
  25. Event:InvokeServer(A_1)
  26. end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement