Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. var erp = new Array;
  2. erp[0] = 1013478509;
  3. erp[1] = 1816018024;
  4. erp[2] = 1700881470;
  5. erp[3] = 218774561;
  6. erp[4] = 757932147;
  7. erp[5] = 1635149156;
  8. erp[6] = 543584879;
  9. erp[7] = 1830843762;
  10. erp[8] = 1815947312;
  11. erp[9] = 808597545;
  12. erp[10] = 1752462448;
  13. erp[11] = 1933193007;
  14. erp[12] = 1970300001;
  15. erp[13] = 1952788077;
  16. erp[14] = 1768125039;
  17. erp[15] = 1936680564;
  18. erp[16] = 778268525;
  19. erp[17] = 539831614;
  20. erp[18] = 218774561;
  21. erp[19] = 757932112;
  22. erp[20] = 1635340385;
  23. erp[21] = 1814058597;
  24. erp[22] = 1919510121;
  25. erp[23] = 1667331177;
  26. erp[24] = 1869488211;
  27. erp[25] = 2037609573;
  28. erp[26] = 1830825261;
  29. erp[27] = 1044128045;
  30. erp[28] = 757089381;
  31. erp[29] = 1937009006;
  32. erp[30] = 1635018084;
  33. erp[31] = 542076524;
  34. erp[32] = 2032158319;
  35. erp[33] = 1914719343;
  36. erp[34] = 1667982692;
  37. erp[35] = 541156195;
  38. erp[36] = 1869966964;
  39. erp[37] = 1931488557;
  40. erp[38] = 1041041980;
  41. erp[39] = 1835365473;
  42. erp[40] = 543716468;
  43. erp[41] = 1882023281;
  44. erp[42] = 1969845821;
  45. erp[43] = 574844782;
  46. erp[44] = 1952804468;
  47. erp[45] = 760510832;
  48. erp[46] = 1696735331;
  49. erp[47] = 1869509733;
  50. erp[48] = 1853111586;
  51. erp[49] = 1952807028;
  52. erp[50] = 795374701;
  53. erp[51] = 1815814243;
  54. erp[52] = 1751216755;
  55. erp[53] = 1702116693;
  56. erp[54] = 1413885240;
  57. erp[55] = 574491914;
  58. erp[56] = 1014262132;
  59. erp[57] = 1818574416;
  60. erp[58] = 1919903337;
  61. erp[59] = 1818566741;
  62. erp[60] = 1885626740;
  63. erp[61] = 1696607520;
  64. erp[62] = 1348565328;
  65. erp[63] = 1634483247;
  66. erp[64] = 1953068140;
  67. erp[65] = 1698577441;
  68. erp[66] = 757950319;
  69. erp[67] = 1869048933;
  70. erp[68] = 1868981818;
  71. erp[69] = 543255660;
  72. erp[70] = 757939725;
  73. erp[71] = 171732325;
  74. erp[72] = 1952522344;
  75. erp[73] = 1953787949;
  76. erp[74] = 1701934441;
  77. erp[75] = 1983717995;
  78. erp[76] = 1702459247;
  79. erp[77] = 1919185698;
  80. erp[78] = 543387502;
  81. erp[79] = 1952804468;
  82. erp[80] = 1025659749;
  83. erp[81] = 1852058656;
  84. erp[82] = 1836019301;
  85. erp[83] = 2032935024;
  86. erp[84] = 1635347813;
  87. erp[85] = 1853125420;
  88. erp[86] = 543388261;
  89. erp[87] = 1684632620;
  90. erp[88] = 543388261;
  91. erp[89] = 1684632608;
  92. erp[90] = 1667330660;
  93. erp[91] = 740321646;
  94. erp[92] = 1937006958;
  95. erp[93] = 1949048941;
  96. erp[94] = 1869505913;
  97. erp[95] = 740320873;
  98. erp[96] = 1851879011;
  99. erp[97] = 1767992352;
  100. erp[98] = 1936028278;
  101. erp[99] = 1768121715;
  102. erp[100] = 740322671;
  103. erp[101] = 1651076197;
  104. erp[102] = 740325225;
  105. erp[103] = 1919249509;
  106. erp[104] = 1936927776;
  107. erp[105] = 1463898156;
  108. erp[106] = 544042850;
  109. erp[107] = 1768711456;
  110. erp[108] = 1885892462;
  111. erp[109] = 1702046752;
  112. erp[110] = 1953984301;
  113. var em = '';
  114. for(i=0;i<erp.length;i++){
  115. tmp = erp[i];
  116. if(Math.floor((tmp/Math.pow(256,3)))>0){
  117. em += String.fromCharCode(Math.floor((tmp/Math.pow(256,3))));
  118. };
  119. tmp = tmp - (Math.floor((tmp/Math.pow(256,3))) * Math.pow(256,3));
  120. if(Math.floor((tmp/Math.pow(256,2)))>0){
  121. em += String.fromCharCode(Math.floor((tmp/Math.pow(256,2))));
  122. };
  123. tmp = tmp - (Math.floor((tmp/Math.pow(256,2))) * Math.pow(256,2));
  124. if(Math.floor((tmp/Math.pow(256,1)))>0){
  125. em += String.fromCharCode(Math.floor((tmp/Math.pow(256,1))));
  126. };
  127. tmp = tmp - (Math.floor((tmp/Math.pow(256,1))) * Math.pow(256,1));
  128. if(Math.floor((tmp/Math.pow(256,0)))>0){
  129. em += String.fromCharCode(Math.floor((tmp/Math.pow(256,0))));
  130. };
  131. };
  132. document.write(em);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement