local tab = { [1] = { ["RankId"] = 5, ["Player"] = game:GetService("Players").LocalPlayer, ["RankType"] = 1 } } local namecall local invoke = game:GetService("ReplicatedStorage").HDAdminClient.Signals.RetrieveServerRanks namecall = hookmetamethod(game,"__namecall", function(Self,...) local method = getnamecallmethod() if method == "InvokeServer" and Self == invoke then return tab end return namecall(Self,...) end) warn("loaded HD ADMIN HAX")