-- Lua protegido para distribucion cliente - ArmyMU/Louis Emulator local __p = { "\080\114\111\116\111\099\111\108\070\117\110\099\116\105\111\110\115\032\061\032\123\125\010\010\066\114\105\100\103\101\070\117\110\099\116\105\111\110\065\116\116\097\099\104\040\034\067\108\105\101\110\116\080\114\111\116\111\099\111\108\034\044\032\034\067\108\105\101\110\116\080\114\111\116\111\099\111\108\082\101\099\118\034\041\010\010\108\111\099\097\108\032\067\108\105\101\110\116\080\114\111\116\111\099\111\108\095\072\097\110\100\108\101\115\032\061\032\123\125\010\102\117\110\099\116\105\111\110\032\067\108\105\101\110\116\080\114\111\116\111\099\111\108\082\101\099\118\040\080\097\099\107\101\116\044\032\080\097\099\107\101\116\078\097\109\101\041\010\009\102\111\114\032\105\032\061\032\049\044\032\035\067\108\105\101\110\116\080\114\111\116\111\099\111\108\095\072\097\110\100\108\101\115\032\100\111\010\009\009\105\102\032\067\108\105\101\110\116\080\114\111\116\111\099\111\108\095\072\097\110\100\108\101\115\091\105\093\046\099\097\108\108\098\097\099\107\040\080\097\099\107\101\116\044\032\080\097\099\107\101\116\078\097\109\101\041\032\116\104\101\110\010\009\009\009\114\101\116\117\114\110\010\009\009\101\110\100\010\009\101\110\100\010\010\009\067\108\101\097\114\080\097\099\107\101\116\040\080\097\099\107\101\116\078\097\109\101\041\010\101\110\100\010\010\102\117\110\099\116\105\111\110\032\080\114\111\116\111\099\111\108\070\117\110\099\116\105\111\110\115\046\067\108\105\101\110\116\080\114\111\116\111\099\111\108\040\099\097\108\108\098\097\099\107\041\010\009\116\097\098\108\101\046\105\110\115\101\114\116\040\067\108\105\101\110\116\080\114\111\116\111\099\111\108\095\072\097\110\100\108\101\115\044\032\123\032\099\097\108\108\098\097\099\107\032\061\032\099\097\108\108\098\097\099\107\032\125\041\010\101\110\100\010\010\102\117\110\099\116\105\111\110\032\080\114\111\116\111\099\111\108\070\117\110\099\116\105\111\110\115\046\073\110\105\116\040\041\010\009\080\114\111\116\111\099\111\108\070\117\110\099\116\105\111\110\115\046\067\108\105\101\110\116\080\114\111\116\111\099\111\108\040\080\114\111\116\111\099\111\108\070\117\110\099\116\105\111\110\115\046\080\114\111\116\111\099\111\108\082\101\099\118\041\010\101\110\100\010\010\102\117\110\099\116\105\111\110\032\080\114\111\116\111\099\111\108\070\117\110\099\116\105\111\110\115\046\080\114\111\116\111\099\111\108\082\101\099\118\040\080\097\099\107\101\116\044\032\080\097\099\107\101\116\078\097\109\101\041\010\009\067\111\110\115\111\108\101\040\051\044\032\115\116\114\105\110\103\046\102\111\114\109\097\116\040\034\091\080\114\111\116\111\099\111\108\067\111\114\101\093\032\078\097\109\101\058\032\037\115\032\072\101\097\100\058\032\037\100\034\044\032\080\097\099\107\101\116\078\097\109\101\044\032\080\097\099\107\101\116\041\041\010\010\009\105\102\032\080\097\099\107\101\116\078\097\109\101\032\061\061\032\034\087\105\110\100\111\119\084\105\116\108\101\034\032\116\104\101\110\010\009\009\083\101\116\087\105\110\100\111\119\084\105\116\108\101\040\034\084\101\115\116\097\110\100\111\034\041\010\009\009\067\108\101\097\114\080\097\099\107\101\116\040\080\097\099\107\101\116\078\097\109\101\041\010\009\101\110\100\010\010\009\105\102\032\080\097\099\107\101\116\078\097\109\101\032\061\061\032\034\084\101\115\116\101\050\034\032\116\104\101\110\010\009\009\083\101\116\087\105\110\100\111\119\084\105\116\108\101\040\034\084\101\115\116\097\110\100\111\034\041\010\009\009\067\108\101\097\114\080\097\099\107\101\116\040\080\097\099\107\101\116\078\097\109\101\041\010\009\101\110\100\010\101\110\100\010\010\080\114\111\116\111\099\111\108\070\117\110\099\116\105\111\110\115\046\073\110\105\116\040\041\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()