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