-- Lua protegido para distribucion cliente - ArmyMU/Louis Emulator local __p = { "\108\111\099\097\108\032\083\069\084\032\061\032\114\101\113\117\105\114\101\040\034\083\099\114\105\112\116\115\092\092\081\117\101\115\116\080\101\116\115\082\117\108\101\116\097\092\092\067\097\109\098\105\097\114\073\116\101\109\115\067\111\110\102\105\103\066\097\115\101\034\041\010\108\111\099\097\108\032\119\101\105\103\104\116\115\032\061\032\123\032\080\101\116\076\101\118\101\108\049\032\061\032\055\050\044\032\080\101\116\076\101\118\101\108\050\032\061\032\050\052\044\032\077\111\117\110\116\078\111\114\109\097\108\032\061\032\051\044\032\077\111\117\110\116\082\097\114\101\032\061\032\049\032\125\010\102\111\114\032\095\044\032\114\101\119\097\114\100\032\105\110\032\105\112\097\105\114\115\040\040\083\069\084\046\082\101\119\097\114\100\083\101\116\115\032\111\114\032\123\125\041\046\080\101\116\115\077\111\110\116\117\114\097\115\032\111\114\032\123\125\041\032\100\111\010\009\108\111\099\097\108\032\119\101\105\103\104\116\032\061\032\119\101\105\103\104\116\115\091\116\111\115\116\114\105\110\103\040\114\101\119\097\114\100\046\082\097\110\100\111\109\071\114\111\117\112\032\111\114\032\034\034\041\093\010\009\105\102\032\119\101\105\103\104\116\032\126\061\032\110\105\108\032\116\104\101\110\010\009\009\114\101\119\097\114\100\046\082\097\110\100\111\109\071\114\111\117\112\087\101\105\103\104\116\032\061\032\119\101\105\103\104\116\010\009\101\110\100\010\009\105\102\032\116\111\110\117\109\098\101\114\040\114\101\119\097\114\100\046\082\101\119\097\114\100\073\068\041\032\061\061\032\049\049\032\116\104\101\110\010\009\009\114\101\119\097\114\100\046\084\111\111\108\116\105\112\069\120\116\114\097\050\032\061\032\034\080\114\111\098\097\098\105\108\105\100\097\100\032\100\101\032\103\114\117\112\111\058\032\051\037\034\010\009\101\110\100\010\009\105\102\032\116\111\110\117\109\098\101\114\040\114\101\119\097\114\100\046\082\101\119\097\114\100\073\068\041\032\061\061\032\049\050\032\116\104\101\110\010\009\009\114\101\119\097\114\100\046\084\111\111\108\116\105\112\069\120\116\114\097\050\032\061\032\034\080\114\111\098\097\098\105\108\105\100\097\100\032\100\101\032\103\114\117\112\111\058\032\049\037\034\010\009\101\110\100\010\009\105\102\032\116\111\110\117\109\098\101\114\040\114\101\119\097\114\100\046\082\101\119\097\114\100\073\068\041\032\061\061\032\050\053\048\032\116\104\101\110\010\009\009\114\101\119\097\114\100\046\084\111\111\108\116\105\112\069\120\116\114\097\049\032\061\032\034\082\117\108\101\116\097\032\112\114\101\109\105\117\109\032\053\032\115\101\103\117\110\100\111\115\034\010\009\009\114\101\119\097\114\100\046\084\111\111\108\116\105\112\069\120\116\114\097\050\032\061\032\034\080\101\115\111\115\058\032\055\050\047\050\052\047\051\047\049\034\010\009\101\110\100\010\101\110\100\010\114\101\116\117\114\110\032\083\069\084\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()