-- Lua protegido para distribucion cliente - ArmyMU/Louis Emulator local __p = { "\108\111\099\097\108\032\069\086\069\078\084\079\095\067\079\078\070\073\071\032\061\032\123\125\010\069\086\069\078\084\079\095\067\079\078\070\073\071\046\065\099\116\105\118\101\032\061\032\116\114\117\101\010\069\086\069\078\084\079\095\067\079\078\070\073\071\046\085\115\101\069\110\097\098\108\101\100\070\105\101\108\100\032\061\032\116\114\117\101\010\069\086\069\078\084\079\095\067\079\078\070\073\071\046\080\097\099\107\076\105\115\116\065\117\116\111\109\097\116\105\099\097\108\108\121\032\061\032\116\114\117\101\010\069\086\069\078\084\079\095\067\079\078\070\073\071\046\065\117\116\111\066\117\105\108\100\082\117\110\116\105\109\101\084\097\098\108\101\115\032\061\032\116\114\117\101\010\069\086\069\078\084\079\095\067\079\078\070\073\071\046\068\101\102\097\117\108\116\068\114\111\112\076\097\121\111\117\116\032\061\032\123\010\009\068\114\111\112\066\111\120\088\032\061\032\051\052\044\010\009\068\114\111\112\066\111\120\089\032\061\032\050\049\048\044\010\009\068\114\111\112\066\111\120\087\032\061\032\052\048\044\010\009\068\114\111\112\066\111\120\072\032\061\032\052\048\044\010\009\068\114\111\112\066\111\120\071\097\112\032\061\032\054\044\010\009\068\114\111\112\066\111\120\077\097\120\032\061\032\052\044\010\009\068\114\111\112\073\116\101\109\088\032\061\032\045\056\044\010\009\068\114\111\112\073\116\101\109\089\032\061\032\045\049\052\044\010\009\068\114\111\112\073\116\101\109\087\032\061\032\053\054\044\010\009\068\114\111\112\073\116\101\109\072\032\061\032\053\054\044\010\009\068\114\111\112\073\116\101\109\083\099\097\108\101\032\061\032\048\046\054\052\044\010\125\010\114\101\116\117\114\110\032\069\086\069\078\084\079\095\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()