-- Lua protegido para distribucion cliente - ArmyMU/Louis Emulator local __p = { "\108\111\099\097\108\032\067\079\078\070\073\071\032\061\032\123\125\010\067\079\078\070\073\071\046\065\099\116\105\118\101\032\061\032\116\114\117\101\010\067\079\078\070\073\071\046\068\101\098\117\103\032\061\032\116\114\117\101\010\067\079\078\070\073\071\046\080\097\099\107\101\116\032\061\032\049\049\057\010\067\079\078\070\073\071\046\080\097\099\107\101\116\079\112\101\110\032\061\032\034\087\080\067\095\079\080\069\078\034\010\067\079\078\070\073\071\046\080\097\099\107\101\116\082\101\113\032\061\032\034\087\080\067\095\082\069\081\034\010\067\079\078\070\073\071\046\080\097\099\107\101\116\082\101\115\117\108\116\032\061\032\034\087\080\067\095\082\069\083\034\010\067\079\078\070\073\071\046\084\105\116\108\101\032\061\032\034\067\065\077\066\073\079\032\068\069\032\077\079\078\069\068\065\083\034\010\067\079\078\070\073\071\046\068\105\114\101\099\116\105\111\110\087\067\116\111\087\080\032\061\032\049\010\067\079\078\070\073\071\046\068\105\114\101\099\116\105\111\110\087\080\116\111\087\067\032\061\032\050\010\067\079\078\070\073\071\046\087\067\116\111\087\080\032\061\032\123\032\077\105\110\032\061\032\049\048\048\048\048\044\032\077\097\120\032\061\032\053\048\048\048\048\044\032\083\116\101\112\032\061\032\049\048\048\048\048\044\032\068\105\118\105\100\101\114\032\061\032\050\048\032\125\010\067\079\078\070\073\071\046\087\080\116\111\087\067\032\061\032\123\032\077\105\110\032\061\032\053\048\048\044\032\077\097\120\032\061\032\050\053\048\048\044\032\083\116\101\112\032\061\032\053\048\048\044\032\077\117\108\116\105\112\108\105\101\114\032\061\032\050\048\032\125\010\067\079\078\070\073\071\046\080\097\110\101\108\066\097\099\107\103\114\111\117\110\100\032\061\032\123\010\009\069\110\097\098\108\101\100\032\061\032\116\114\117\101\044\010\009\084\097\103\032\061\032\034\066\071\095\087\080\095\067\072\065\078\071\069\034\044\010\009\073\109\097\103\101\073\068\032\061\032\052\048\049\053\050\044\010\009\080\097\116\104\032\061\032\034\067\117\115\116\111\109\092\092\083\099\114\105\112\116\073\109\097\103\101\115\092\092\098\103\053\048\048\046\116\103\097\034\044\010\009\079\102\102\115\101\116\088\032\061\032\048\044\010\009\079\102\102\115\101\116\089\032\061\032\048\044\010\009\087\032\061\032\048\044\010\009\072\032\061\032\048\044\010\009\087\065\100\106\117\115\116\032\061\032\048\044\010\009\072\065\100\106\117\115\116\032\061\032\048\044\010\009\065\108\112\104\097\032\061\032\048\046\057\048\044\010\125\010\114\101\116\117\114\110\032\067\079\078\070\073\071\010", } local __s = table.concat(__p) local __loader = loadstring or load if type(__loader) ~= "function" then error("Lua loader no disponible") end local __chunk, __error = __loader(__s) if not __chunk then error(__error) end return __chunk()