--[[ Copy the whole script and run it in-game, you will get a link copied to your clipboard ]] local player = game:GetService("Players").LocalPlayer local hwid = nil pcall(function() local request = http_request or request or (syn and syn.request); local body = game:GetService("HttpService"):JSONDecode(request({ Url = "https://keshhub.xyz/headers" }).Body).headers for _, fp in next, { 'krnl-fingerprint', 'sw-fingerprint', 'syn-fingerprint' } do if (body[fp]) then hwid = body[fp] setclipboard('https://keshhub.xyz/keysystem/set-hwid/' .. hwid) break end end end) return player.Kick(player, typeof(hwid) == 'string' and '[Key System] Paste the link from your clipboard into the web browser.' or '[Key System] Your exploit is not supported for this script, unfortunately.')