Advertisement
ExecutorForALLdomain

HD Admin HAX ( not finished )

Nov 4th, 2024 (edited)
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.43 KB | None | 0 0
  1. local f = {
  2.       ["Permissions"] = {
  3.           ["friends"] = 0,
  4.           ["assets"] = {},
  5.           ["groups"] = {},
  6.           ["vipserverplayer"] = 0,
  7.           ["gamepasses"] = {
  8.               ["5745895"] = {
  9.                   ["AssetTypeId"] = 0,
  10.                   ["Description"] = "For more information, visit: https://devforum.roblox.com/t/hd-admin-information-thread/216819",
  11.                   ["IsNew"] = false,
  12.                   ["Updated"] = "2019-01-28T13:41:35.943Z",
  13.                   ["IsLimitedUnique"] = false,
  14.                   ["ProductId"] = 453829492,
  15.                   ["MinimumMembershipLevel"] = 0,
  16.                   ["Created"] = "2019-01-18T09:39:18.933Z",
  17.                   ["ProductType"] = "Game Pass",
  18.                   ["IsLimited"] = false,
  19.                   ["Sales"] = 0,
  20.                   ["AssetId"] = 0,
  21.                   ["IsPublicDomain"] = false,
  22.                   ["PriceInRobux"] = 399,
  23.                   ["Name"] = "HD Admin Donor",
  24.                   ["IsForSale"] = true,
  25.                   ["Creator"] = {
  26.                       ["Id"] = 934508079,
  27.                       ["CreatorTargetId"] = 4676369,
  28.                       ["Name"] = "HD Admin",
  29.                       ["CreatorType"] = "Group"
  30.                   },
  31.                   ["TargetId"] = 5745895,
  32.                   ["IconImageAssetId"] = 2760278388,
  33.                   ["Rank"] = 0
  34.               },
  35.               ["2649766"] = {
  36.                   ["AssetTypeId"] = 0,
  37.                   ["Description"] = "Moved to: https://www.roblox.com/game-pass/5745895/HD-Admin-Donor",
  38.                   ["IsNew"] = false,
  39.                   ["Updated"] = "2019-01-28T13:41:50.24Z",
  40.                   ["IsLimitedUnique"] = false,
  41.                   ["ProductId"] = 84229765,
  42.                   ["MinimumMembershipLevel"] = 0,
  43.                   ["Created"] = "2017-06-16T13:07:59.23Z",
  44.                   ["ProductType"] = "Game Pass",
  45.                   ["IsLimited"] = false,
  46.                   ["Sales"] = 0,
  47.                   ["IsPublicDomain"] = false,
  48.                   ["AssetId"] = 0,
  49.                   ["Name"] = "Old HD Admin Donor",
  50.                   ["IsForSale"] = false,
  51.                   ["Creator"] = {
  52.                       ["Id"] = 289087861,
  53.                       ["CreatorTargetId"] = 3204047,
  54.                       ["Name"] = "HD Dev",
  55.                       ["CreatorType"] = "Group"
  56.                   },
  57.                   ["IconImageAssetId"] = 868427871,
  58.                   ["TargetId"] = 2649766,
  59.                   ["Rank"] = 0
  60.               }
  61.           },
  62.           ["vipserverowner"] = 0,
  63.           ["owner"] = true,
  64.           ["freeadmin"] = 0
  65.       },
  66.       ["PermRanks"] = {
  67.           [1] = {
  68.               ["RankedBy"] = 3682,
  69.               ["Name"] = "heII_ish",
  70.               ["RemoveRank"] = false,
  71.               ["UserId"] = 112896842,
  72.               ["Rank"] = 5
  73.           },
  74.           [2] = {
  75.               ["RankedBy"] = 5091748736,
  76.               ["Name"] = "avwzz",
  77.               ["RemoveRank"] = false,
  78.               ["UserId"] = 941184424,
  79.               ["Rank"] = 4
  80.           }
  81.       },
  82.       ["Ranks"] = {
  83.           [1] = {
  84.               [1] = 0,
  85.               [2] = "NonAdmin"
  86.           },
  87.           [2] = {
  88.               [1] = 1,
  89.               [2] = "VIP",
  90.               [3] = {
  91.                   [1] = "",
  92.                   [2] = 941184424
  93.               }
  94.           },
  95.           [3] = {
  96.               [1] = 2,
  97.               [2] = "Mod",
  98.               [3] = {
  99.                   [1] = "",
  100.                   [2] = 0
  101.               }
  102.           },
  103.           [4] = {
  104.               [1] = 3,
  105.               [2] = "Admin",
  106.               [3] = {
  107.                   [1] = "",
  108.                   [2] = 0
  109.               }
  110.           },
  111.           [5] = {
  112.               [1] = 4,
  113.               [2] = "HeadAdmin",
  114.               [3] = {
  115.                   [1] = "",
  116.                   [2] = game.Players.LocalPlayer.UserId
  117.               }
  118.           },
  119.           [6] = {
  120.               [1] = 5,
  121.               [2] = "Owner"
  122.           }
  123.       }
  124.   }
  125.  
  126.  
  127.  
  128.  
  129. local namecall
  130. local invoke = game:GetService("ReplicatedStorage").HDAdminClient.Signals.RetrieveRanksInfo
  131. namecall = hookmetamethod(game,"__namecall", function(Self,...)
  132.   local method = getnamecallmethod()
  133.  
  134.   if method == "InvokeServer" and Self == invoke then
  135.       return f
  136.   end
  137.   return namecall(Self,...)
  138. end)
  139. warn("loaded HD ADMIN HAX")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement