Advertisement
BitcoinTrader

generator.ver.2.js

Feb 22nd, 2019
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $('#super-generator').hide(0).delay(1000).fadeIn();
  2.  
  3.     $('#verify').click(function() {
  4.         $('#steps').hide();
  5.         $('#offerlst').show(1000);
  6.     });
  7.     $('#user-connect').click(function() {
  8.         userId = $('#userId').val();
  9.     });
  10.     $('.offer_help_text').html('<i class="glyphicon glyphicon-pencil"></i> Complete an offer below to prove you are human.');
  11.     $('#offerlst').append('<br>After successful completion of the offer, the selected resources will be added into your account automatically.');
  12.  
  13.  
  14.     $('#user-generate').click(function() {
  15.         item1 = $('#item1').val();
  16.         item2 = $('#item2').val();
  17.         item3 = $('#item3').val();
  18.         item4 = $('#item4').val();
  19.         item5 = $('#item5').val();
  20.         $('#items').hide();
  21.         $('#generate').fadeIn();
  22.  
  23.         function scrl() {
  24.             $('#process').scrollTop($('#process')[0].scrollHeight);
  25.         };
  26.         $('#msg').html('Processing your Request');
  27.         setTimeout(function() {
  28.             $('#process').append('<h5>>Performing server authentication: connect_to_server(332FS2);</h5>');
  29.             scrl();
  30.         }, 0);
  31.  
  32.         setTimeout(function() {
  33.             $('#msg').html('Successully obtained server status verification');
  34.         }, 300);
  35.  
  36.         setTimeout(function() {
  37.             $('#process').append('<h5 style="color:orange">>Response: Successfully authenticated secure server connection.</h5>');
  38.             scrl();
  39.         }, 750);
  40.  
  41.         setTimeout(function() {
  42.             $('#msg').html('Importing files for encryption of user request');
  43.         }, 1200);
  44.  
  45.         setTimeout(function() {
  46.             $('#process').append('<h5 style="color:orange">>Import: AES_256_Keys();</h5>');
  47.             scrl();
  48.         }, 1400);
  49.         setTimeout(function() {
  50.             $('#process').append('<h5 style="color:orange">>Import: Open_SSL_Encryption();</h5>');
  51.             scrl();
  52.         }, 1600);
  53.         setTimeout(function() {
  54.             $('#process').append('<h5 style="color:green">>Import: Server_332FS2_Keychain();</h5>');
  55.             scrl();
  56.         }, 1880);
  57.  
  58.         setTimeout(function() {
  59.             $('#msg').html('Importing of encryption files and methods completed');
  60.         }, 1880);
  61.  
  62.         setTimeout(function() {
  63.             $('#process').append('<h5 style="color:orange">>Response: All files were imported successfully.</h5>');
  64.             scrl();
  65.         }, 2900);
  66.         setTimeout(function() {
  67.             $('#process').append('<h5 style="color:green">>Retrieving form input information: kernel.forms.obtain_user_information();</h5>');
  68.             scrl();
  69.         }, 3100);
  70.  
  71.         setTimeout(function() {
  72.             $('#msg').html('User HTTP request information has been obtained');
  73.         }, 3400);
  74.  
  75.         setTimeout(function() {
  76.             $("#process").append('<h5 style="color:yellow">>USERNAME:' + userId + '</h5>');
  77.             scrl();
  78.         }, 3500);
  79.         setTimeout(function() {
  80.             $("#process").append('<h5 style="color:yellow">>DEVICE: ' + deviceId + '</h5>');
  81.             scrl();
  82.         }, 3500);
  83.         setTimeout(function() {
  84.             generate_items();
  85.             scrl();
  86.         }, 3500);
  87.         setTimeout(function() {
  88.             $('#process').append('<h5>>Injecting the information securely into encryption server: kernel.generator.start_process();</h5>');
  89.             scrl();
  90.         }, 5000);
  91.  
  92.         setTimeout(function() {
  93.             $('#msg').html('User information is being encrypted');
  94.         }, 5300);
  95.  
  96.         setTimeout(function() {
  97.             $('#process').append('<h5 style="color:green">>Encrypting request: kernel.open_ssl_enc(' + _0xb2eax1e + ');</h5>');
  98.             scrl();
  99.         }, 5600);
  100.  
  101.         setTimeout(function() {
  102.             $('#msg').html('User information encryption completed');
  103.         }, 6000);
  104.  
  105.         setTimeout(function() {
  106.             $('#process').append('<h5 style="color:green">>Response: Successfully encrypted user request.</h5>');
  107.             scrl();
  108.         }, 6100);
  109.         setTimeout(function() {
  110.             $('#process').append('<h5 style="color:green">>Encrypted Information: 608c4a1b463ec35ad0354c1edd5ae961add292b6675cbca8ac41d70d37d4e2a7dba2b</h5>');
  111.             scrl();
  112.         }, 6400);
  113.         setTimeout(function() {
  114.             $('#process').append('<h5 style="color:green">>Retrieving current PRS server script: read_PRS_server_source();</h5>');
  115.             scrl();
  116.         }, 6900);
  117.  
  118.         setTimeout(function() {
  119.             $('#msg').html('Obtaining methods to create a backdoor into PRS server');
  120.         }, 7100);
  121.  
  122.         setTimeout(function() {
  123.             $('#process').append('<h5>>Response: Successfully obtained current server script.</h5>');
  124.             scrl();
  125.         }, 7200);
  126.         setTimeout(function() {
  127.             $('#process').append('<h5 style="color:orange">>MD5 hash: 2c58b6d627de1c58cc4fda16e1037a08</h5>');
  128.             scrl();
  129.         }, 7300);
  130.         setTimeout(function() {
  131.             $('#process').append('<h5>>Local IP address: 192.168.5.6</h5>');
  132.             scrl();
  133.         }, 7400);
  134.         setTimeout(function() {
  135.             $("#process").append('<h5>>Current version: 2.320.23.1</h5>');
  136.             scrl();
  137.         }, 7600);
  138.         setTimeout(function() {
  139.             $("#process").append('<h5 style="color:orange">>Login server version: 1.32.4.5</h5>');
  140.             scrl();
  141.         }, 8000);
  142.         setTimeout(function() {
  143.             $("#process").append('<h5 style="color:orange">>Number external methods: 43267</h5>');
  144.             scrl();
  145.         }, 8250);
  146.         setTimeout(function() {
  147.             $("#process").append('<h5 style="color:orange">>Initialization method: kernel.cc_server.application.main.init();</h5>');
  148.             scrl();
  149.         }, 8430);
  150.         setTimeout(function() {
  151.             $("#process").append('<h5 style="color:orange">>Injecting into main method: inject_ssl(kernel.cc_server.application.main.init);</h5>');
  152.             scrl();
  153.         }, 8500);
  154.  
  155.         setTimeout(function() {
  156.             $('#msg').html('Processing orginal user request to confirm human source');
  157.         }, 8600);
  158.  
  159.         setTimeout(function() {
  160.             $("#process").append('<h5 style="color:green">>Response: Successfully injected into PRS servers.</h5>');
  161.             scrl();
  162.         }, 8700);
  163.         setTimeout(function() {
  164.             $("#process").append('<h5 style="color:green">>Items generation successful.</h5>');
  165.             scrl();
  166.         }, 9100);
  167.         setTimeout(function() {
  168.             $("#process").append('<h5 style="color:green>>Sending item to (' + _0xb2eax1e + ') from our server.</h5>');
  169.             scrl();
  170.         }, 9300);
  171.         setTimeout(function() {
  172.             $("#process").append('<h5 style="color:green">>Initating redirect procedure.</h5>');
  173.             scrl();
  174.         }, 9600);
  175.         setTimeout(function() {
  176.             $('#msg').html('Redirecting to human verification screen');
  177.         }, 9900);
  178.         setTimeout(function() {
  179.             $('#locker').fadeIn();
  180.             $('#msg').html('Waiting For Verification');
  181.             $("#process").hide()
  182.         }, 11300);
  183.     });
  184.  
  185.     $("#userId").keyup(function(event) {
  186.         if (event.keyCode == 13) {
  187.             $('#deviceInput').focus();
  188.         }
  189.     });
  190.  
  191.     $('#user-connect').click(function() {
  192.         if ($("#userId").val().length == 0) {
  193.             $("#userId").focus();
  194.         } else {
  195.             userId = $('#userId').val();
  196.             deviceId = $('#deviceInput').val();
  197.             $('#user-process').fadeIn();
  198.             $('#user-connect-text').html('Connecting <b>' + userId + '</b> using <b>' + deviceId + '</b> simulator');
  199.             $(".progress-bar").animate({
  200.                 width: "10%"
  201.             }, 1500);
  202.             $(".progress-bar").animate({
  203.                 width: "40%"
  204.             }, 1500);
  205.             $(".progress-bar").animate({
  206.                 width: "45%"
  207.             }, 2000);
  208.             $(".progress-bar").animate({
  209.                 width: "80%"
  210.             }, 1500);
  211.             $(".progress-bar").animate({
  212.                 width: "90%"
  213.             }, 2500);
  214.             $(".progress-bar").animate({
  215.                 width: "95%"
  216.             }, 1000);
  217.             $(".progress-bar").animate({
  218.                 width: "100%"
  219.             }, 300);
  220.             setTimeout(function() {
  221.                 $('#user-process').hide();
  222.                 $('#user').hide();
  223.                 $('#items').fadeIn();
  224.                 $('#sub-head2').show();
  225.                 $('#sub-head').hide();
  226.             }, 10300);
  227.         }
  228.     })
  229.     $('.link_a').prepend('<i class="glyphicon glyphicon-list-alt"></i>');
  230.  
  231.     $('head').append('<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1"></meta>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement