local keye=... task.spawn(function() if not game:IsLoaded()then game.Loaded:Wait() end local CoreGui=game:GetService"CoreGui" while task.wait(0.5)do pcall(function() local PromptOverlay=CoreGui:WaitForChild"RobloxPromptGui".promptOverlay or nil local ErrorPrompt=PromptOverlay:FindFirstChild"ErrorPrompt" if ErrorPrompt and ErrorPrompt.Visible then if ErrorPrompt:FindFirstChild"TitleFrame":FindFirstChild"ErrorTitle"and ErrorPrompt.TitleFrame.ErrorTitle.Text=="JNKIE"then ErrorPrompt.TitleFrame.ErrorTitle.Text="JewHack" if ErrorPrompt.MessageArea.ErrorFrame.ErrorMessage.Text:lower():find("(LDR-DENIED:HWID_MISMATCH)",1,true)then ErrorPrompt.MessageArea.ErrorFrame.ErrorMessage.Text="Linked HWID does not match.\n\n(Go into #panel in the Discord and click 'Reset HWID' to fix this!)" end if ErrorPrompt.MessageArea.ErrorFrame.ErrorMessage.Text:lower():find("This key has been disabled.",1,true)or ErrorPrompt.MessageArea.ErrorFrame.ErrorMessage.Text:lower():find("(LDR-DENIED:KEY_INVALIDATED)",1,true)then ErrorPrompt.MessageArea.ErrorFrame.ErrorMessage.Text="Provided key is disabled, contact staff for help." end if ErrorPrompt.MessageArea.ErrorFrame.ErrorMessage.Text:lower():find("This key is not valid for this script.",1,true)then ErrorPrompt.MessageArea.ErrorFrame.ErrorMessage.Text="Provided key is not valid." end end end end) end end) local Success,Error=pcall(function() if tostring(keye) == "keyless" then getgenv().SCRIPT_KEY="KEYLESS" loadstring(game:HttpGet("https://api.jnkie.com/api/v1/luascripts/public/add95b1cd4e1e3433fe780e4b5e00a76dae6f9ddb5bf36bc2b762a00efa491ca/download"))() else getgenv().SCRIPT_KEY=tostring(keye) loadstring(game:HttpGet"https://api.jnkie.com/api/v1/luascripts/public/62245e5e97f530a403af5b29804cf0be2b7b4765ce8d8ae9f0efc304060c9cac/download")() end end) if not Success then print("// jewhack v2: (this was likely caused by the whitelist) "..Error) if not Error:lower():find(":3: attempt to perform arithmetic (add) on nil and number",1,true)then game.StarterGui:SetCore("SendNotification",{ Title="JewHack", Text="(ignore this if the script executed)\nAn error likely\ncaused by the whitelist occurred, join the discord if it keeps happening or wait a few minutes.", Duration=10 }) end end