Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //var _$_3270=["\x76\x61\x6C\x75\x65","\x75\x73\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x70\x77\x64","\x74\x6F\x53\x74\x72\x69\x6E\x67","\x63\x6C\x65\x61\x72","\x6C\x6F\x67","\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x24","\x63\x61\x6C\x6C\x65\x65","","\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72","\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4A\x4B\x4C\x4D\x4E\x4F\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5A\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6A\x6B\x6C\x6D\x6E\x6F\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7A\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39","\x72\x61\x6E\x64\x6F\x6D","\x6C\x65\x6E\x67\x74\x68","\x66\x6C\x6F\x6F\x72","\x63\x68\x61\x72\x41\x74","\x63\x6F\x6E\x73\x6F\x6C\x65","\x6D\x61\x78","\x6D\x69\x6E","\x61\x64\x6D\x69\x6E","\x5F\x75\x73\x65\x72","\x43\x68\x61\x6C\x6C\x65\x6E\x67\x65\x20\x62\x6C\x6F\x63\x6B\x65\x64\x20\x64\x75\x65\x20\x74\x6F\x20\x64\x65\x76\x74\x6F\x6F\x6C\x73\x20\x75\x73\x61\x67\x65\x2E\x20\x52\x65\x6C\x6F\x61\x64\x20\x74\x6F\x20\x74\x72\x79\x20\x61\x67\x61\x69\x6E\x2E","\x20","\x47\x6F\x6F\x64\x20\x6A\x6F\x62\x21\x20\x55\x73\x65\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x61\x73\x20\x66\x6C\x61\x67\x2E","\x57\x72\x6F\x6E\x67\x21"];
  2. var answer;
  3. function gather() {
  4.     var username=document["getElementById"]("usr")["value"];
  5.     var password=document["getElementById"]("pwd")["value"];
  6.     validate(username,password)}
  7.     var devtools=/./;
  8. devtools.toString =
  9.     function(){
  10.         console.clear();
  11.         //debugger;
  12.         answer=undefined
  13.     };
  14. //window.setInterval(console.log(devtools),50);
  15. function calculateHash() {
  16.     var _return="$",
  17.         _i=0,
  18.         _callee=arguments["callee"];
  19.     while((_callee=_callee["caller"])) {
  20.         _return= _return+""+_callee["name"];
  21.         _i++
  22.     };
  23.     return _return
  24. }
  25. function password() {
  26.     var _junk="";
  27.     var alphabet="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
  28.     answer=calculateHash();
  29.     for(var _0x13FAD=0; _0x13FAD< 5; _0x13FAD++) {
  30.         _junk+= alphabet.charAt(Math.floor(Math.random()*alphabet.length))
  31.     };
  32.     return _junk
  33. }
  34. //window.console.log= password;
  35. function generation() {
  36.     if(Math.max()<Math.min()) {
  37.         console.log(calculateHash());
  38.     } else {
  39.         console.log(password());
  40.     }
  41. }
  42. function canBe() {
  43.     generation()
  44. }
  45. function reallyDifficult() {
  46.     canBe()
  47. }
  48. function sometimes() {
  49.     reallyDifficult()
  50. }
  51. sometimes();
  52. function validate(username,password) {
  53.     var _0x140A3="admin";
  54.     var _0x140F5="_user";
  55.     if (answer== undefined) {
  56.         alert("Challenge Blocked");
  57.         throw new Error("Challenge Blocked")};
  58.     if((username== "admin _user")&&(password== answer)) {
  59.         alert("Good job!")
  60.     } else {
  61.         alert("Wrong!")
  62.     }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement