JohnAlvinJA

lua

Jul 22nd, 2025 (edited)
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.50 KB | None | 0 0
  1. repeat wait() until game:IsLoaded() and game:FindFirstChild("CoreGui") and pcall(function() return game.CoreGui end)
  2. local _function = {
  3.     ["getid"] = function()
  4.         local g = game.GameId
  5.         if not premium then
  6.             if g == 7436755782 then return "483d639ad74a7814ff1057d68cec56c2" -- Grow a Garden
  7.             elseif g == 7018190066 then return "d3a76114c1ea182127b88170b6043d11" -- Dead Rails
  8.             elseif g == 5750914919 then return "bfd8ac56165c2caf1eebc5a14ccdb134" -- Fisch
  9.             elseif g == 6325068386 then return "a0ad31cf58a8bd98dd82fa1fb648290f" -- Blue Lock Rivals
  10.             elseif g == 4777817887 then return "d53370331c9ca16ce3479c3ac6ae5a78" -- Blade Ball
  11.             elseif g == 994732206 then return "446a745866c1abf8459657502b7818fc" -- Blox Fruit
  12.             elseif g == 4658598196 then return "27394fa4dc9c7268a839f2c98b6a35f7" -- Attack On Titan Revolution
  13.             elseif g == 6331902150 then return "0771107275ffabca9221c264306214f9" -- Forsaken
  14.             elseif g == 7709344486 then return "4039bc61ee76ab6f5247b15a0ebf5f60" end -- Steal a Brainrot
  15.         else
  16.             if g == 7436755782 then return "65c66a87b33565a9dea1a54b798b6b2a" -- Grow a Garden
  17.             elseif g == 7018190066 then return "a3e99a8c1a465fc973e7aa0dda0e220c" -- Dead Rails
  18.             elseif g == 5750914919 then return "8782b4febedc346da2f704fa97d11601" -- Fisch
  19.             elseif g == 6325068386 then return "50ba70185011d66f3ed97e4e7f50bd11" -- Blue Lock Rivals
  20.             elseif g == 4777817887 then return "6f48a7a95292a0885256d242900d81fb" -- Blade Ball
  21.             elseif g == 994732206 then return "1ba7f8bc6888d119d65cdafbe3d78527" -- Blox Fruit
  22.             elseif g == 4658598196 then return "5698b5c40f0217c268e673ef5e7b6581" -- Attack On Titan Revolution
  23.             elseif g == 6331902150 then return "811768c852543782f63839177a263d53" -- Forsaken
  24.             elseif g == 7709344486 then return "36bb351f4d722c58af15efcb417b67da" end -- Steal a Brainrot
  25.         end
  26.     end,
  27.     ["gamename"] = function()
  28.         local g = game.GameId
  29.         if g == 5750914919 then return "Fisch"
  30.         elseif g == 7018190066 then return "Dead Rails"
  31.         elseif g == 6325068386 then return "Blue Lock Rivals"
  32.         elseif g == 4777817887 then return "Blade Ball"
  33.         elseif g == 7436755782 then return "Grow a Garden"
  34.         elseif g == 994732206 then return "Blox Fruit"
  35.         elseif g == 4658598196 then return "Attack On Titan Revolution"
  36.         elseif g == 6331902150 then return "Forsaken"
  37.         elseif g == 7709344486 then return "Steal a Brainrot"
  38.         end
  39.     end,
  40.     ["load"] = function(url)
  41.         local game_url = game:HttpGet(url)
  42.         return (load or loadstring)(game_url)()
  43.     end
  44. }
  45. local script_id, game_name = _function.getid(), _function.gamename()
  46. if script_id then
  47.     game.StarterGui:SetCore(
  48.         "SendNotification",
  49.         {
  50.             Title = "NatHub Loaded!",
  51.             Text = game_name .. " Script Loaded!",
  52.             Icon = "rbxassetid://99764942615873",
  53.             Duration = 5
  54.         }
  55.     )
  56.     if premium then
  57.         local auth = _function.load("https://raw.githubusercontent.com/ArdyBotzz/NatHub/refs/heads/master/keysystem.lua")
  58.         local auth_status = auth(script_id)
  59.         repeat task.wait() until auth_status.validated
  60.     end
  61.     script_key = script_key
  62.     if premium then premium = true; is_premium = true end
  63.     _function.load("https://api.luarmor.net/files/v4/loaders/" .. script_id .. ".lua")
  64. end
Advertisement
Add Comment
Please, Sign In to add comment