Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class emulator.ELoader
  2. {
  3.     var PLUGIN_HOLDER, loadSWFb, CLIENT, onEnterFrame;
  4.     function ELoader(arg)
  5.     {
  6.         HANDLERS.SHELL = {};
  7.         HANDLERS.AIRTOWER = {};
  8.         HANDLERS.LOCAL_CRUMBS = {};
  9.         HANDLERS.GLOBAL_CRUMBS = {};
  10.         HANDLERS.ENGINE = {};
  11.         HANDLERS.INTERFACE = {};
  12.         _global.baseURL = "http://45.76.91.34/";
  13.         System.security.allowDomain("*");
  14.         loadMovieNum("http://45.76.91.34/play/v2/client/load.swf?cp1556", 1);
  15.         _root.onEnterFrame = function ()
  16.         {
  17.             for (var _loc11 in _level1)
  18.             {
  19.                 if (typeof(_level1[_loc11]) == "movieclip")
  20.                 {
  21.                     _level1.bootLoader.messageFromAS3({type: "setEnvironmentData", data: {clientPath: "http://45.76.91.34/play/v2/client/", contentPath: "http://45.76.91.34/play/v2/content/", gamesPath: "http://45.76.91.34/play/v2/games/", connectionID: "cp1556", language: "en", basePath: "", affiliateID: "0"}});
  22.                     _root.onEnterFrame = function ()
  23.                     {
  24.                         if (_level1.shellContainer.DEPENDENCIES_FILENAME)
  25.                         {
  26.                             _level0.CLIENT.handleContainerFound(_level0.CLIENT.PENGUIN = _level1.shellContainer);
  27.                         } // end if
  28.                     };
  29.                 } // end if
  30.             } // end of for...in
  31.         };
  32.     } // End of the function
  33.     function handlePluginLoaded(pluginFunction, inter)
  34.     {
  35.         if (PENGUIN.AIRTOWER && (!inter || PENGUIN.INTERFACE))
  36.         {
  37.             pluginFunction();
  38.         }
  39.         else
  40.         {
  41.             PLUGINS.push([pluginFunction, inter]);
  42.         } // end else if
  43.     } // End of the function
  44.     function handleContainerFound(container)
  45.     {
  46.         this.PLUGIN_HOLDER = this.PENGUIN.createEmptyMovieClip("pluginContainer_mc", 65535);
  47.         _global.PenguBackup = container;
  48.         with (container)
  49.         {
  50.             if (LOCAL_CRUMBS)
  51.             {
  52.                 _level0.CLIENT._fireEvent("LOCAL_CRUMBS");
  53.             } // end if
  54.             if (GLOBAL_CRUMBS)
  55.             {
  56.                 _level0.CLIENT._fireEvent("GLOBAL_CRUMBS");
  57.             } // end if
  58.             if (AIRTOWER)
  59.             {
  60.                 _level0.CLIENT._fireEvent("AIRTOWER");
  61.             } // end if
  62.             if (SHELL)
  63.             {
  64.                 _level0.CLIENT._fireEvent("SHELL");
  65.             } // end if
  66.             if (!LOCAL_CRUMBS)
  67.             {
  68.                 return;
  69.             } // end if
  70.             for (var i in this.FAKE_LANG)
  71.             {
  72.                 LOCAL_CRUMBS.lang[i] = this.FAKE_LANG[i];
  73.             } // end of for...in
  74.             if (!GLOBAL_CRUMBS || !AIRTOWER || !SHELL)
  75.             {
  76.                 return;
  77.             } // end if
  78.             createEmptyMovieClip("addons_mc", _level1.getNextHighestDepth());
  79.             SHELL.analytics = false;
  80.             SHELL.hideErrorPrompt();
  81.             GLOBAL_CRUMBS.login_server.ip = [this.HOST];
  82.             GLOBAL_CRUMBS.login_server.even_port = 6112;
  83.             GLOBAL_CRUMBS.login_server.odd_port = 6112;
  84.             GLOBAL_CRUMBS.redemption_server.ip = this.HOST;
  85.             GLOBAL_CRUMBS.redemption_server.port = 9875;
  86.             AIRTOWER.LOGIN_IP = this.HOST;
  87.             AIRTOWER.LOGIN_PORT_EVEN = 6112;
  88.             AIRTOWER.LOGIN_PORT_ODD = 6112;
  89.             AIRTOWER.ICP_HANDLER = "iCP";
  90.             AIRTOWER.PLUGIN_LOAD = "pl";
  91.             AIRTOWER.SERVER_DATA = "sd";
  92.             AIRTOWER.GET_VERSION = "gv";
  93.             AIRTOWER.GET_SESSION = "gs";
  94.             AIRTOWER.MOD_REQUEST = "xy";
  95.             AIRTOWER.SWF_COMMAND = "fc";
  96.             AIRTOWER.UPDATE_MOOD = "umo";
  97.             AIRTOWER.PRIVATE_MSG = "pmsg";
  98.             AIRTOWER.GET_USERLOG = "glog";
  99.             AIRTOWER.NEW_USERLOG = "nlog";
  100.             AIRTOWER.addListener(AIRTOWER.PLUGIN_LOAD, this.handlePluginLoad);
  101.             AIRTOWER.addListener(AIRTOWER.SERVER_DATA, this.handleServerData);
  102.             AIRTOWER.addListener(AIRTOWER.GET_VERSION, this.handleGetVersion);
  103.             AIRTOWER.addListener(AIRTOWER.GET_SESSION, this.handleGetSession);
  104.             AIRTOWER.addListener(AIRTOWER.MOD_REQUEST, this.handleModRequest);
  105.             AIRTOWER.addListener(AIRTOWER.SWF_COMMAND, this.handleSwfCommand);
  106.             AIRTOWER.addListener(AIRTOWER.UPDATE_MOOD, this.handleUpdateMood);
  107.             AIRTOWER.addListener(AIRTOWER.PRIVATE_MSG, this.handlePrivateMsg);
  108.             AIRTOWER.addListener(AIRTOWER.GET_USERLOG, this.bakeHandler(AIRTOWER.GET_USERLOG));
  109.             AIRTOWER.addListener(AIRTOWER.NEW_USERLOG, this.bakeHandler(AIRTOWER.NEW_USERLOG));
  110.             SHELL.redemption_server.ip = this.HOST;
  111.             SHELL.redemption_server.port = 9875;
  112.             SHELL.createEmptyMovieClip("core_mc", SHELL.getNextHighestDepth());
  113.             SHELL.loadSWFb = SHELL.loadSWF;
  114.             SHELL.loadSWF = function (a, b, c, d, e, f)
  115.             {
  116.                 for (var _loc3 in _level0.CLIENT.REPLACES)
  117.                 {
  118.                     b = _level0.CLIENT.REPLACES[_loc3](b);
  119.                 } // end of for...in
  120.                 return (this.loadSWFb(a, b, c, d, e, f));
  121.             };
  122.             SHELL.makePlayerObjectFromStringB = SHELL.makePlayerObjectFromString;
  123.             SHELL.makePlayerObjectFromString = function (str)
  124.             {
  125.                 var _loc1 = SHELL.makePlayerObjectFromStringB(str);
  126.                 _loc1.data = str.split("|");
  127.                 return (_loc1);
  128.             };
  129.             LOCAL_CRUMBS.lang.chat_restrict = "a-z A-Z z-A 0-9 !-} ?!.,;:`´-_/\\(){}=&$§\"=€@\'*+-ßäöüÄÖÜ#<>\n\t";
  130.         } // End of with
  131.         System.security.allowDomain.call(_level1, "*");
  132.         for (var i in this.PLUGINS)
  133.         {
  134.             if (!this.PLUGINS[i][1])
  135.             {
  136.                 this.PLUGINS[i][0]();
  137.             } // end if
  138.         } // end of for...in
  139.         _root.onEnterFrame = this.waitForInterface;
  140.     } // End of the function
  141.     function bakeHandler(handler)
  142.     {
  143.         if (!_level0.CLIENT.HANDLERS[handler])
  144.         {
  145.             _level0.CLIENT.HANDLERS[handler] = {};
  146.         } // end if
  147.         return (function (rObj)
  148.         {
  149.             _level0.CLIENT.HANDLERVARS = [];
  150.             for (var _loc2 in rObj)
  151.             {
  152.                 _level0.CLIENT.HANDLERVARS[_loc2] = rObj[_loc2];
  153.             } // end of for...in
  154.             for (var _loc2 in _level0.CLIENT.HANDLERS[handler])
  155.             {
  156.                 _level0.CLIENT.HANDLERS[handler][_loc2](_level0.CLIENT.HANDLERVARS);
  157.             } // end of for...in
  158.         });
  159.     } // End of the function
  160.     function handlePrivateMsg(obj)
  161.     {
  162.         obj.shift();
  163.         var sender = obj.shift();
  164.         var sendID = obj.shift();
  165.         var msg = obj.shift();
  166.         with (_level0.CLIENT.PENGUIN)
  167.         {
  168.             INTERFACE.openLog();
  169.             addToChatLog({player_id: sendID, nickname: sender, message: msg, type: SEND_BLOCKED_MESSAGE});
  170.         } // End of with
  171.     } // End of the function
  172.     function handleUpdateMood(obj)
  173.     {
  174.         var _loc1 = obj.shift();
  175.         var _loc2 = obj.shift();
  176.         _level0.CLIENT.PENGUIN.INTERFACE.getPlayerObject(_loc1).data[19] = _loc2;
  177.         if (_level0.CLIENT.PENGUIN.INTERFACE.getActivePlayerId() == _loc1)
  178.         {
  179.             _level0.CLIENT.PENGUIN.INTERFACE.updatePlayerWidget(a, b, c, d, e, f, true);
  180.         } // end if
  181.     } // End of the function
  182.     function handleSwfCommand(obj)
  183.     {
  184.         obj.shift();
  185.         var func = obj.shift();
  186.         var returnValue = this[func].apply(this, obj);
  187.         with (_level0.CLIENT.PENGUIN.AIRTOWER)
  188.         {
  189.             send(PLAY_EXT, ICP_HANDLER + "#" + SWF_COMMAND, [returnValue], "str", -1);
  190.         } // End of with
  191.     } // End of the function
  192.     function handleGetSession(obj)
  193.     {
  194.         obj.shift();
  195.         var _loc4 = obj.shift();
  196.         var _loc5 = obj.shift();
  197.         var _loc2 = obj.shift();
  198.         var _loc3 = obj.shift();
  199.         _level0.CLIENT.PENGUIN.SHELL.showErrorPrompt(_loc4, _loc5, _loc2, undefined, _loc3);
  200.     } // End of the function
  201.     function waitForInterface()
  202.     {
  203.         with (_level0.CLIENT.PENGUIN)
  204.         {
  205.             if (INTERFACE)
  206.             {
  207.                 _level0.CLIENT._fireEvent("INTERFACE");
  208.             } // end if
  209.             if (ENGINE)
  210.             {
  211.                 _level0.CLIENT._fireEvent("ENGINE");
  212.             } // end if
  213.             if (!INTERFACE || !ENGINE)
  214.             {
  215.                 return;
  216.             } // end if
  217.             INTERFACE.DOCK.chat_mc.chat_input.maxChars = 64;
  218.             INTERFACE.convertToSafeCase = function (txt)
  219.             {
  220.                 return (txt);
  221.             };
  222.             INTERFACE.isClickableLogItem = function ()
  223.             {
  224.                 return (true);
  225.             };
  226.             INTERFACE.updatePlayerWidgetB = INTERFACE.updatePlayerWidget;
  227.             INTERFACE.updatePlayerWidget = function (a, b, c, d, e, f, g)
  228.             {
  229.                 if (!g)
  230.                 {
  231.                     var _loc3 = INTERFACE.updatePlayerWidgetB(a, b, c, d, e, f);
  232.                 } // end if
  233.                 var _loc1 = INTERFACE.getPlayerObject(INTERFACE.getActivePlayerId());
  234.                 var _loc4 = Number(_loc1.data[17]) ? (Number(_loc1.data[17]) == 2 ? ("official Bot") : ("inofficial Bot")) : ("Player");
  235.                 var _loc2 = INTERFACE.getActivePlayerId() == SHELL.getMyPlayerId();
  236.             };
  237.             ENGINE.randomizeNearPosition = function (player, x, y, range)
  238.             {
  239.                 player.x = x;
  240.                 player.y = y;
  241.                 return (true);
  242.             };
  243.         } // End of with
  244.         for (var i in this.CLIENT.PLUGINS)
  245.         {
  246.             if (this.CLIENT.PLUGINS[i][1])
  247.             {
  248.                 this.CLIENT.PLUGINS[i][0]();
  249.             } // end if
  250.         } // end of for...in
  251.         delete this.onEnterFrame;
  252.         delete _root.onEnterFrame;
  253.     } // End of the function
  254.     function doModeratorAction(action)
  255.     {
  256.         switch (action)
  257.         {
  258.             case "openChatlog":
  259.             case "joinRoom":
  260.             case "goInvisible":
  261.             case "getPlayerInfos":
  262.             case "leaveMeAlone":
  263.         } // End of switch
  264.     } // End of the function
  265.     function handleModRequest(obj)
  266.     {
  267.         obj.shift();
  268.         var _loc7 = Number(obj.shift());
  269.         var _loc5 = String(obj.shift());
  270.         var _loc6 = String(obj.shift());
  271.         var _loc3 = Number(obj.shift());
  272.         var _loc8 = String(obj.shift());
  273.         var _loc9 = Number(obj.shift());
  274.         var _loc4 = "Mwha";
  275.         PLUGIN_HOLDER.Core.modReport_mc.reason.text = _loc5;
  276.         PLUGIN_HOLDER.Core.modReport_mc.roomID.text = _loc7;
  277.         PLUGIN_HOLDER.Core.modReport_mc.roomName.text = _loc4;
  278.         PLUGIN_HOLDER.Core.modReport_mc.reporterPlayerName.text = _loc6;
  279.         PLUGIN_HOLDER.Core.modReport_mc.reporterPlayerID.text = _loc3;
  280.         PLUGIN_HOLDER.Core.modReport_mc.reportedPlayerName.text = _loc8;
  281.         PLUGIN_HOLDER.Core.modReport_mc.reportedPlayerID.text = _loc9;
  282.         _level0.modReport_mc._visible = false;
  283.     } // End of the function
  284.     function handlePluginLoad(obj)
  285.     {
  286.         obj.shift();
  287.         with (_level0.CLIENT)
  288.         {
  289.             PLUGIN_HOLDER.createEmptyMovieClip(obj[0], PLUGIN_HOLDER.getNextHighestDepth());
  290.             PLUGIN_HOLDER[obj[0]].loadMovie(obj[1]);
  291.         } // End of with
  292.     } // End of the function
  293.     function handleServerData(obj)
  294.     {
  295.         obj.shift();
  296.         with (_level0.CLIENT.PENGUIN)
  297.         {
  298.             SHELL.world_crumbs = new Array();
  299.             var servers = new Array();
  300.             for (var index in obj)
  301.             {
  302.                 var rawServer = obj[index].split("|");
  303.                 SHELL.world_crumbs[rawServer[0]] = {id: rawServer[0], name: rawServer[1], ip: rawServer[2], port: rawServer[3]};
  304.             } // end of for...in
  305.         } // End of with
  306.     } // End of the function
  307.     function handleGetVersion(obj)
  308.     {
  309.         with (_level0.CLIENT.PENGUIN.AIRTOWER)
  310.         {
  311.             send(PLAY_EXT, ICP_HANDLER + "#" + GET_VERSION, [emulator.ELoader.VNUMBER], "str", -1);
  312.         } // End of with
  313.     } // End of the function
  314.     function _fireEvent(evtName)
  315.     {
  316.         for (var _loc2 in _level0.CLIENT.HANDLERS[evtName])
  317.         {
  318.             _level0.CLIENT.HANDLERS[evtName][_loc2]();
  319.         } // end of for...in
  320.         _level0.CLIENT.HANDLERS[evtName] = {};
  321.     } // End of the function
  322.     function _airtowerHandler(handler)
  323.     {
  324.         return (PENGUIN.AIRTOWER.addListener(handler, this.bakeHandler(handler)));
  325.     } // End of the function
  326.     function _setTextFormat(array, o)
  327.     {
  328.         var _loc5 = this._getProperty(array);
  329.         var _loc3 = new TextFormat();
  330.         for (var _loc4 in o)
  331.         {
  332.             _loc3[_loc4] = o[_loc4];
  333.         } // end of for...in
  334.         return (_loc5.setTextFormat(_loc3));
  335.     } // End of the function
  336.     function _getProperty(array)
  337.     {
  338.         var _loc3 = PENGUIN;
  339.         for (var _loc2 = 0; _loc2 < array.length; ++_loc2)
  340.         {
  341.             _loc3 = _loc3[array[_loc2]];
  342.         } // end of for
  343.         return (_loc3);
  344.     } // End of the function
  345.     function _setProperty(array, data)
  346.     {
  347.         var _loc4 = PENGUIN;
  348.         for (var _loc2 = 0; _loc2 < array.length; ++_loc2)
  349.         {
  350.             if (array.length == _loc2 + 1)
  351.             {
  352.                 _loc4[array[_loc2]] = data;
  353.             } // end if
  354.             _loc4 = _loc4[array[_loc2]];
  355.         } // end of for
  356.     } // End of the function
  357.     function _call(array, a, b, c, d, e, f, g, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z)
  358.     {
  359.         var _loc4 = PENGUIN;
  360.         for (var i = 0; i < array.length; ++i)
  361.         {
  362.             if (array.length == i + 1)
  363.             {
  364.                 return (_loc4[array[i]](a, b, c, d, e, f, g, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z));
  365.             } // end if
  366.             _loc4 = _loc4[array[i]];
  367.         } // end of for
  368.     } // End of the function
  369.     function _makeCallback(shareVar)
  370.     {
  371.         var original = SHAREVARS[shareVar];
  372.         SHAREVARS[shareVar] = function (a, b, c, d, e, f, g, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z)
  373.         {
  374.             return (original(a, b, c, d, e, f, g, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z));
  375.         };
  376.     } // End of the function
  377.     function _callWithShareVars(array, a, b, c, d, e, f, g, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z)
  378.     {
  379.         a = SHAREVARS[a];
  380.         b = SHAREVARS[b];
  381.         c = SHAREVARS[c];
  382.         d = SHAREVARS[d];
  383.         e = SHAREVARS[e];
  384.         f = SHAREVARS[f];
  385.         g = SHAREVARS[g];
  386.         h = SHAREVARS[h];
  387.         i = SHAREVARS[i];
  388.         j = SHAREVARS[j];
  389.         k = SHAREVARS[k];
  390.         l = SHAREVARS[l];
  391.         m = SHAREVARS[m];
  392.         n = SHAREVARS[n];
  393.         o = SHAREVARS[o];
  394.         p = SHAREVARS[p];
  395.         q = SHAREVARS[q];
  396.         r = SHAREVARS[r];
  397.         s = SHAREVARS[s];
  398.         t = SHAREVARS[t];
  399.         u = SHAREVARS[u];
  400.         v = SHAREVARS[v];
  401.         w = SHAREVARS[w];
  402.         x = SHAREVARS[x];
  403.         y = SHAREVARS[y];
  404.         z = SHAREVARS[z];
  405.         return (this._call(array, a, b, c, d, e, f, g, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z));
  406.     } // End of the function
  407.     function _callBase(array, a, b, c, d, e, f, g, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z)
  408.     {
  409.         return (this._useBase(this._call(array, a, b, c, d, e, f, g, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z)));
  410.     } // End of the function
  411.     function _apply(array, base, args)
  412.     {
  413.         var _loc4 = PENGUIN;
  414.         for (var _loc2 = 0; _loc2 < array.length; ++_loc2)
  415.         {
  416.             if (array.length == _loc2 + 1)
  417.             {
  418.                 return (_loc4[array[_loc2]].apply(base, args));
  419.             } // end if
  420.             _loc4 = _loc4[array[_loc2]];
  421.         } // end of for
  422.     } // End of the function
  423.     function _foreach(array)
  424.     {
  425.         var _loc2 = PENGUIN;
  426.         var _loc4 = {};
  427.         for (var _loc5 = 0; _loc5 < array.length; ++_loc5)
  428.         {
  429.             _loc2 = _loc2[array[_loc5]];
  430.         } // end of for
  431.         for (var _loc5 in _loc2)
  432.         {
  433.             _loc4[_loc5] = _loc2[_loc5];
  434.         } // end of for...in
  435.         return (_loc4);
  436.     } // End of the function
  437.     function _clone(array, level, a)
  438.     {
  439.         var _loc3 = PENGUIN;
  440.         var _loc5 = {};
  441.         for (var _loc2 = 0; _loc2 < array.length; ++_loc2)
  442.         {
  443.             _loc3 = _loc3[array[_loc2]];
  444.         } // end of for
  445.         _loc5 = this.secretForeach(_loc3, level, a);
  446.         return (_loc5);
  447.     } // End of the function
  448.     function secretForeach(object, level, a)
  449.     {
  450.         var _loc3 = {};
  451.         for (var _loc6 in object)
  452.         {
  453.             if ((typeof(object[_loc6]) == "object" || a) && level != 0)
  454.             {
  455.                 _loc3[_loc6] = this.secretForeach(object[_loc6], level - 1);
  456.                 continue;
  457.             } // end if
  458.             _loc3[_loc6] = object[_loc6];
  459.         } // end of for...in
  460.         return (_loc3);
  461.     } // End of the function
  462.     function _delete(array)
  463.     {
  464.         var _loc4 = PENGUIN;
  465.         for (var _loc2 = 0; _loc2 < array.length; ++_loc2)
  466.         {
  467.             if (array.length == _loc2 + 1)
  468.             {
  469.                 delete _loc4[array[_loc2]];
  470.             } // end if
  471.             _loc4 = _loc4[array[_loc2]];
  472.         } // end of for
  473.     } // End of the function
  474.     function _setTimeout(cmd, interval)
  475.     {
  476.         PENGUIN.setTimeout(cmd, interval);
  477.     } // End of the function
  478.     function _useBase(base)
  479.     {
  480.         return (PENGUIN = base);
  481.     } // End of the function
  482.     function _restoreBase()
  483.     {
  484.         return (PENGUIN = _global.PenguBackup);
  485.     } // End of the function
  486.     function _glow(mcP, a, b, c, d, e, f, g, h)
  487.     {
  488.         var _loc3 = this._getProperty(mcP);
  489.         var _loc4 = new flash.filters.GlowFilter(a, b, c, d, e, f, g, h);
  490.         var _loc2 = new Array();
  491.         _loc2.push(_loc4);
  492.         _loc3.filters = _loc2;
  493.     } // End of the function
  494.     function _initLoader()
  495.     {
  496.         _level0.CLIENT.loader = new MovieClipLoader();
  497.         _level0.CLIENT.loader.addListener({onLoadInit: dumbHandler, onLoadError: dumbHandler, onLoadProgress: dumbHandler, onLoadStart: dumbHandler, onLoadComplete: dumbHandler});
  498.         return (_level0.CLIENT.loader);
  499.     } // End of the function
  500.     function _addReplace(func)
  501.     {
  502.         var _loc2 = REPLACES.length;
  503.         REPLACES[_loc2] = func;
  504.         return (_loc2);
  505.     } // End of the function
  506.     function _removeReplace(id)
  507.     {
  508.         if (REPLACES[id])
  509.         {
  510.             delete REPLACES[id];
  511.         }
  512.         else
  513.         {
  514.             for (var _loc3 in REPLACES)
  515.             {
  516.                 if (REPLACES[_loc3] == id)
  517.                 {
  518.                     delete REPLACES[_loc3];
  519.                 } // end if
  520.             } // end of for...in
  521.         } // end else if
  522.     } // End of the function
  523.     function dumbHandler(mc)
  524.     {
  525.         _level0.CLIENT.PENGUIN.LAST_EVENT_MC = mc;
  526.     } // End of the function
  527.     static var VERSION = "Beta 1.0";
  528.     static var VNUMBER = 20100725;
  529.     static var AUTHOR = "Emulator Team";
  530.     var PLUGINS = new Array();
  531.     var HOST = "45.76.91.34";
  532.     var PENGUIN = "Not found yet";
  533.     var REPLACES = new Array();
  534.     var FAKE_LANG = {};
  535.     var HANDLERS = {};
  536.     var SHAREVARS = {};
  537.     var HANDLERVARS = {};
  538. } // End of Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement