|
1 |
|
2 var lfcode = new Array(); |
|
3 lfcode.push("3"); |
|
4 lfcode.push("with(evalcx('')) this.__defineGetter__('x', Function);"); |
|
5 lfcode.push("gczeal(2)"); |
|
6 lfcode.push("4"); |
|
7 lfcode.push("\ |
|
8 var log = '';\ |
|
9 for (var { m } = i = 0 ; ; i++) {\ |
|
10 log += x; \ |
|
11 if (x === 6)\ |
|
12 a.slow = true; if (i > 1000) break;\ |
|
13 }\ |
|
14 "); |
|
15 while (true) { |
|
16 var file = lfcode.shift(); if (file == undefined) { break; } |
|
17 loadFile(file) |
|
18 } |
|
19 function loadFile(lfVarx) { |
|
20 if (!isNaN(lfVarx)) { |
|
21 lfRunTypeId = parseInt(lfVarx); |
|
22 } else { |
|
23 switch (lfRunTypeId) { |
|
24 case 3: function newFunc(x) { new Function(x)(); }; newFunc(lfVarx); break; |
|
25 case 4: eval("(function() { " + lfVarx + " })();"); break; |
|
26 } |
|
27 } |
|
28 } |