local _, subbed = pcall(function() return game:HttpGet('https://github.com/x2neptunereal/Alchemy') end);local commit = subbed:find('currentOid');commit = commit and subbed:sub(commit + 13, commit + 52) or nil;commit = commit and #commit == 40 and commit or 'main';loadstring(game:HttpGet(`https://raw.githubusercontent.com/x2neptunereal/Alchemy/{commit}/gateway.luau`))()