local XenoSupportedGame = game.GameId == 3150475059 or game.GameId == 4931927012 if (not hookfunction or not hookmetamethod) and not XenoSupportedGame then game:GetService("Players").LocalPlayer:Kick('Your executor is not supported') return end if not script_key then game:GetService("Players").LocalPlayer:Kick("Tyrant | Please make sure you include the script_key part ABOVE the loadstring, otherwise Luarmor will not be able to recognize that you bought.") return end if game.GameId == 3150475059 then if hookfunction and hookmetamethod then loadstring(game:HttpGet("https://raw.githubusercontent.com/Tyrant0Dev/Tyrant/refs/heads/main/ff2chooser"))() else loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/b5eb5ab4e62fa3229a5dfb089cf220af.lua"))() end -- FF2 elseif game.GameId == 4931927012 then loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/bac6b27f68fb8bc67333e22590684414.lua"))() -- Basketball Legends elseif game.GameId == 6931042565 then loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/b0bce84f55e1280b9332682da0514879.lua"))() -- Volleyball Legends elseif game.GameId == 3645347821 then loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/44522f2745666ad4fc2311604698c8e4.lua"))() -- BIG Paintball 2 elseif game.GameId == 184199275 then loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/e2a1945ebb123c7dc6bd8d2f8a1ac197.lua"))() -- Universe Football elseif game.GameId == 8558141897 then loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/be946f3085309de0311937a890a78f95.lua"))() -- Flag Football else game:GetService("Players").LocalPlayer:Kick("Tyrant | Game currently unsupported. Check the Supported-Games Channel for supported games.") end