Forum > Scripts >

I call it Owner Masking

Posts: 8

Threads: 3

Joined: Jan, 2021

Reputation: 0

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.

 

https://pastebin.com/dSaX73fS

 

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

  • 0

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

 

https://pastebin.com/znnCz8qr

  • 0

eb_

Formally known as Shade

vip

Posts: 920

Threads: 4

Joined: Jun, 2020

Reputation: 44

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

  • 0

https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif

Posts: 8

Threads: 3

Joined: Jan, 2021

Reputation: 0

Replied

It makes the game think your owner. So on games it works on if they have an admin console you can get it

  • 0

Added

I mainly use it for game passes that's why.

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )