Posted
I had this script for a while and forgot where I got it from so 0% credit goes to me but I thought I might post it here. What it does is it makes your id the game owner's or if it's a group, the group owner's id. This makes it so you have all the game passes the owner has. This doesn't work on high anti-cheat games like jailbreak, but I tried it on roleplay games and it worked.
if game.CreatorType == Enum.CreatorType.User then
game.Players.LocalPlayer.UserId = game.CreatorId
end
if game.CreatorType == Enum.CreatorType.Group then
game.Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id
end
Added
This is another version of Owner Masking but it is broader so you can set it to any id you want.
And if you do use this, delete the quotation marks and then type the ID
game.Players.LocalPlayer.UserId = ID
Cancel
Post
Replied
So it's just for getting gamepass perks, nothing like owner only guis or them sort? But non the less might have to try this sounds rlly cool
Cancel
Post
https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif
Replied
It makes the game think your owner. So on games it works on if they have an admin console you can get it
Cancel
Post
Added
I mainly use it for game passes that's why.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post