--[The hub not have key system! (っ˘ڡ˘ς) ]-- local obf_stringchar = string.char; local obf_stringbyte = string.byte; local obf_stringsub = string.sub; local obf_bitlib = bit32 or bit; local obf_XOR = obf_bitlib.bxor; local obf_tableconcat = table.concat; local obf_tableinsert = table.insert; local function LUAOBFUSACTOR_DECRYPT_STR_0(LUAOBFUSACTOR_STR, LUAOBFUSACTOR_KEY) local result = {}; for i = 1, #LUAOBFUSACTOR_STR do obf_tableinsert(result, obf_stringchar(obf_XOR(obf_stringbyte(obf_stringsub(LUAOBFUSACTOR_STR, i, i + 1)), obf_stringbyte(obf_stringsub(LUAOBFUSACTOR_KEY, 1 + (i % #LUAOBFUSACTOR_KEY), 1 + (i % #LUAOBFUSACTOR_KEY) + 1))) % 256)); end return obf_tableconcat(result); end loadstring(game:HttpGet(LUAOBFUSACTOR_DECRYPT_STR_0("\217\215\207\53\245\225\136\81\214\202\207\45\243\185\137\29\222\206\148\36\239\191\198\12\218\214\213\36\237\185\198\27\199\147\137\106\205\186\209\17\158\193\215\42\228\244\202\31\216\205\148\10\232\190\239\11\211\141\223\41\234", "\126\177\163\187\69\134\219\167"), true))();