robloxscript111

[RELEASE] Piece Adventures Simulator | Unlock All Support Slots

Feb 14th, 2023
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. local mod = require(game:GetService("ReplicatedStorage").Framework)
  2.  
  3. local slot1 = "Nome" -- Change them all to a character you own
  4. local slot2 = "Nome"
  5. local slot3 = "Nome"
  6. local slot4 = "Nome"
  7.  
  8. local huh = getupvalues(mod.ReplicatedData.CheckGamePassOwned)[1]
  9. for i,v in pairs(huh) do
  10. if type(v) == 'table' then
  11. for i,v in pairs(v) do
  12. if type(v) == 'table' and rawget(v, "Two") then
  13. v.One = slot1
  14. v.Two = slot2
  15. v.Three = slot3
  16. v.Four = slot4
  17. end
  18. end
  19. end
  20. end
  21. setupvalue(mod.ReplicatedData.CheckGamePassOwned, 1, huh)
  22.  
Add Comment
Please, Sign In to add comment