Advertisement
Guest User

Untitled

a guest
Mar 7th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <script>
  2. function go()
  3. {
  4. var pcode = new Array(0xc5, 0x512, 0xa24, 0x235, 0x910, 0x1587, 0x9b3, 0x2185, 0x1a0e, 0x1409, 0x1161, 0x137a, 0x1c40, 0x2d15, 0x4769, 0x1df8, 0x4b21, 0x2ce8, 0x13a0, 0x1c8, 0x6222, 0x67f9);
  5. //var a = ["\x5F\x73\x65\x63\x75\x72\x65\x5F\x6C\x6F\x6E\x67\x5F\x75\x73\x65\x72\x6E\x61\x6D\x65\x5F"];
  6. // _secure_long_username_
  7.  
  8.  
  9. alert("pas7777s = " + pass);
  10. var user = "_secure_long_username_";
  11. alert("pas33s = " + pass);
  12. var pass = new Array();
  13.  
  14. function random(n) {
  15. return 123454321 % n
  16. }
  17. alert("pass = " + pass);
  18. for(i = 0; i < user.length; i++) {
  19. pass[i] = pcode[i] - user.charCodeAt(i) - (i * random(i + 1337));
  20. }
  21. for(i = 0; i < user.length; i++) {
  22. pass[i] = String.fromCharCode(pass[i]);
  23. }
  24. alert("pass = " + pass.toString());
  25. }
  26. </script>
  27.  
  28. <a href="" onclick=go()>lkjlll</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement