Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print"Loaded!"
- local player = game:GetService("Players").LocalPlayer;
- local dick = player.PlayerScripts.Scripts.GUIs.Inventory
- for i,v in pairs(getreg()) do
- if typeof(v)=="table" then
- if v.Owns and typeof(v.Owns)=="function" then
- v.Owns = function()
- return true
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment