Advertisement
ExecutorForALLdomain

Free Apeirophobia gamepass 2 Free Method

Oct 30th, 2024
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. -- FIRST METHOD --
  2. local Place = game:GetService("MarketplaceService")
  3. local namecall
  4. namecall = hookmetamethod(game,"__namecall", function(Self,...)
  5.    local myMethod = getnamecallmethod()
  6.    if myMethod == "UserOwnsGamePassAsync" and Self == Place then
  7.        return true
  8.    end
  9. return namecall(Self,...)
  10. end)
  11. warn("Hookmetamethod True")
  12. -- SECOND METHOD --
  13.   local lp = game.Players.LocalPlayer
  14.  
  15.   local group = game:GetService("GroupService")
  16.   local owner = group:GetGroupInfoAsync(game.CreatorId).Owner.Id
  17.   if lp ~= nil then
  18.      lp.UserId = owner
  19.   end
  20.  
  21.   warn("UserId Hax True")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement