-- Lua protegido para distribucion cliente - ArmyMU/Louis Emulator local __p = { "\114\101\113\117\105\114\101\040\034\083\121\115\116\101\109\092\092\083\099\114\105\112\116\067\111\114\101\034\041\010\114\101\113\117\105\114\101\040\034\083\121\115\116\101\109\092\092\080\114\111\116\111\099\111\108\067\111\114\101\034\041\010\114\101\113\117\105\114\101\040\034\083\121\115\116\101\109\092\092\076\111\097\100\073\109\097\103\101\115\034\041\010\114\101\113\117\105\114\101\040\034\085\116\105\108\092\092\068\101\102\105\110\101\115\034\041\010\114\101\113\117\105\114\101\040\034\085\116\105\108\092\092\075\101\121\115\086\097\108\117\101\034\041\010\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\075\105\110\103\079\102\077\117\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\084\105\116\097\110\101\115\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\086\105\112\069\120\099\104\097\110\103\101\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\069\118\101\110\116\080\097\110\101\108\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\069\118\101\110\116\080\097\110\101\108\082\117\110\116\105\109\101\070\105\120\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\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\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\081\117\101\115\116\080\101\116\115\034\041\010\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\077\111\110\115\116\101\114\081\117\101\115\116\069\120\099\104\097\110\103\101\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\067\104\097\111\115\099\117\115\116\111\109\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\078\112\099\087\080\069\120\099\104\097\110\103\101\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\087\080\067\104\097\110\103\101\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\065\114\109\121\077\085\069\120\099\104\097\110\103\101\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\087\105\110\103\067\117\115\116\111\109\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\069\118\101\110\116\112\118\112\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\082\101\115\101\116\069\120\099\104\097\110\103\101\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\071\101\110\115\069\118\111\108\117\116\105\111\110\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\066\111\115\115\083\121\115\116\101\109\080\114\101\109\105\117\109\034\041\010\114\101\113\117\105\114\101\102\111\108\100\101\114\040\034\083\099\114\105\112\116\115\092\092\080\114\101\109\105\117\109\078\111\073\109\097\103\101\070\088\034\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()