-- 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\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\102\097\108\115\101\010\010\067\079\078\070\073\071\046\080\097\099\107\101\116\032\061\032\049\050\050\010\067\079\078\070\073\071\046\080\097\099\107\101\116\079\112\101\110\032\061\032\034\082\083\069\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\082\083\069\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\082\083\069\095\082\069\083\034\010\010\067\079\078\070\073\071\046\067\108\111\115\101\075\101\121\032\061\032\050\055\010\067\079\078\070\073\071\046\082\101\113\117\105\114\101\100\082\101\115\101\116\032\061\032\049\053\048\010\010\067\079\078\070\073\071\046\082\101\119\097\114\100\032\061\032\123\010\009\084\121\112\101\032\061\032\049\052\044\010\009\073\110\100\101\120\032\061\032\052\055\050\044\010\009\073\116\101\109\073\110\100\101\120\032\061\032\055\054\052\048\044\010\009\076\101\118\101\108\032\061\032\048\044\010\009\068\117\114\097\098\105\108\105\116\121\032\061\032\048\044\010\009\079\112\116\105\111\110\049\032\061\032\048\044\010\009\079\112\116\105\111\110\050\032\061\032\048\044\010\009\079\112\116\105\111\110\051\032\061\032\048\044\010\009\078\101\119\079\112\116\105\111\110\032\061\032\048\044\010\009\065\110\099\105\101\110\116\032\061\032\048\044\010\009\074\101\119\101\108\079\102\072\097\114\109\111\110\121\032\061\032\048\044\010\009\083\111\099\107\101\116\032\061\032\048\044\010\009\083\111\099\107\101\116\049\032\061\032\045\049\044\010\009\083\111\099\107\101\116\050\032\061\032\045\049\044\010\009\083\111\099\107\101\116\051\032\061\032\045\049\044\010\009\083\111\099\107\101\116\052\032\061\032\045\049\044\010\009\083\111\099\107\101\116\053\032\061\032\045\049\044\010\125\010\010\067\079\078\070\073\071\046\087\105\110\100\111\119\032\061\032\123\032\088\032\061\032\049\055\048\044\032\089\032\061\032\049\049\050\044\032\087\032\061\032\051\048\048\044\032\072\032\061\032\049\057\048\032\125\010\067\079\078\070\073\071\046\073\116\101\109\083\105\122\101\032\061\032\048\046\054\056\010\067\079\078\070\073\071\046\073\116\101\109\082\111\116\097\116\101\032\061\032\049\010\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()