Advertisement
Guest User

html obfuscated sample

a guest
Jan 28th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. var erp = new Array;
  2. erp[0] = 1014195058;
  3. erp[1] = 1768977440;
  4. erp[2] = 1818324583;
  5. erp[3] = 1969317733;
  6. erp[4] = 1025665633;
  7. erp[5] = 1986098019;
  8. erp[6] = 1919512692;
  9. erp[7] = 574491914;
  10. erp[8] = 1685021557;
  11. erp[9] = 1835363956;
  12. erp[10] = 779580009;
  13. erp[11] = 1952786549;
  14. erp[12] = 1852142435;
  15. erp[13] = 1634755880;
  16. erp[14] = 656749379;
  17. erp[15] = 624046373;
  18. erp[16] = 875832630;
  19. erp[17] = 1176843827;
  20. erp[18] = 624374821;
  21. erp[19] = 926491959;
  22. erp[20] = 807745077;
  23. erp[21] = 624046117;
  24. erp[22] = 909649207;
  25. erp[23] = 874853956;
  26. erp[24] = 624313125;
  27. erp[25] = 860169520;
  28. erp[26] = 1092956995;
  29. erp[27] = 624310309;
  30. erp[28] = 926164278;
  31. erp[29] = 1143289411;
  32. erp[30] = 624117029;
  33. erp[31] = 809575731;
  34. erp[32] = 1126512184;
  35. erp[33] = 624309541;
  36. erp[34] = 909190454;
  37. erp[35] = 874853189;
  38. erp[36] = 623919397;
  39. erp[37] = 860038455;
  40. erp[38] = 874853945;
  41. erp[39] = 624374821;
  42. erp[40] = 910370102;
  43. erp[41] = 891630405;
  44. erp[42] = 623919397;
  45. erp[43] = 909649206;
  46. erp[44] = 958738497;
  47. erp[45] = 624116517;
  48. erp[46] = 843457847;
  49. erp[47] = 874853945;
  50. erp[48] = 624374821;
  51. erp[49] = 910370102;
  52. erp[50] = 891630405;
  53. erp[51] = 623919397;
  54. erp[52] = 860038450;
  55. erp[53] = 1176843832;
  56. erp[54] = 624309541;
  57. erp[55] = 909190454;
  58. erp[56] = 874853189;
  59. erp[57] = 623919397;
  60. erp[58] = 860038454;
  61. erp[59] = 841299526;
  62. erp[60] = 624309285;
  63. erp[61] = 926491955;
  64. erp[62] = 1160065089;
  65. erp[63] = 624116517;
  66. erp[64] = 925902131;
  67. erp[65] = 1160066616;
  68. erp[66] = 624310565;
  69. erp[67] = 860038450;
  70. erp[68] = 1176844080;
  71. erp[69] = 624117029;
  72. erp[70] = 809575731;
  73. erp[71] = 1126511174;
  74. erp[72] = 624308773;
  75. erp[73] = 910566710;
  76. erp[74] = 874854201;
  77. erp[75] = 624117029;
  78. erp[76] = 809575731;
  79. erp[77] = 1126511174;
  80. erp[78] = 624310309;
  81. erp[79] = 926164278;
  82. erp[80] = 1143289411;
  83. erp[81] = 624117031;
  84. erp[82] = 690567949;
  85. erp[83] = 171716467;
  86. erp[84] = 1668442480;
  87. erp[85] = 29758;
  88. var em = '';
  89. for(i=0;i<erp.length;i++){
  90. tmp = erp[i];
  91. if(Math.floor((tmp/Math.pow(256,3)))>0){
  92. em += String.fromCharCode(Math.floor((tmp/Math.pow(256,3))));
  93. };
  94. tmp = tmp - (Math.floor((tmp/Math.pow(256,3))) * Math.pow(256,3));
  95. if(Math.floor((tmp/Math.pow(256,2)))>0){
  96. em += String.fromCharCode(Math.floor((tmp/Math.pow(256,2))));
  97. };
  98. tmp = tmp - (Math.floor((tmp/Math.pow(256,2))) * Math.pow(256,2));
  99. if(Math.floor((tmp/Math.pow(256,1)))>0){
  100. em += String.fromCharCode(Math.floor((tmp/Math.pow(256,1))));
  101. };
  102. tmp = tmp - (Math.floor((tmp/Math.pow(256,1))) * Math.pow(256,1));
  103. if(Math.floor((tmp/Math.pow(256,0)))>0){
  104. em += String.fromCharCode(Math.floor((tmp/Math.pow(256,0))));
  105. };
  106. };
  107. document.write(em);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement