Cara Cepat Mendapatkan 1000 Teman Dalam 1 Menit
Minggu, 09 Juni 2013
0
komentar
kemudian [ini serunya] penulis kembangkan menjadi auto like comment, auto confirm dan auto add friends. sangar! beberapa fitur jelas berbahaya dan beresiko untuk diblokir oelh pihak facebook. jadi gunakan secara bijak. sebelum menuju scriptnya, ada baiknya anda membaca tentang fitur-fiturnya:
ABOUT fitur [important!]
1. auto like/unlike statues and comments
ini fitur standar semua juga dah paham. khusus untuk auto unlike comment, tombol ini tidak berfungsi, sehingga kalo anda ingin unlike comment tinggal klik tombol auto like komen aja maka semua yang unlike jadi like.
like status menggunakan script ini juga beresiko untuk diblokir walau kemungkinannya dikit. jadi gunakan dengan hati-hati
2. auto confirm
ini berguna bagi anda yang punya banyak fans. bayangkan saja kalo yang minta request tu 150 orang! khan capek nge kliknya. ajibnya, fitur ini aman dari blokir. he he he. untuk menggunakannya, masuk dulu ke halaman www.facebook.com/reqs.php dulu. kemudian klik auto konfirm.
3. auto add friends [ati-ati!]
ini fitur yang sangat beresiko untuk diblokir. penulis pernah diblokir 2 minggu gara2 script ini. script ini mampu menambah ratusan atau bahkan ribuan friend. tapi facebook cuman memperbolehkan add friend sekitar 100 perhari (kurang tau brapa). jadi kalo pas add friend jangan di scroll ke bawah (karena akan nambah terus friends listnya). cukup diatas halaman aja. script ini hanya berjalan pada halaman yang ada tombol add friend saja.
Penggunaan
gunakan browser firefox dan gunakan plugin grease monkey untuk menjalankan scriptnya. dan inilah scriptnya….
// ==UserScript==
// @name Facebook AutoLike
// @namespace AutoLike
// @description Auto like-unlike komen dan status, auto konfirm, auto add friend. by amy sidra
// @include http://www.facebook.com/*
// ==/UserScript==
// ==Expand==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+102px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color
body.appendChild(div);
unsafeWindow.AutoExpand = function() {
buttons = document.getElementsByTagName(
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class
if(myClass != null && myClass.indexOf("") >= 0)
if(buttons[i].getAttribute("na
buttons[i].click();
}
};
}
// ==============
// ==Statuses==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+72px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color
body.appendChild(div);
unsafeWindow.AutoLike = function() {
buttons = document.getElementsByTagName(
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class
if(myClass != null && myClass.indexOf("like_link") >= 0)
if(buttons[i].getAttribute("na
buttons[i].click();
}
};
}
// ==============
//add friends
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+122px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color
body.appendChild(div);
unsafeWindow.AutoAddFriends = function() {
buttons = document.getElementsByTagName(
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class
if(myClass != null && myClass.indexOf("FriendRequest
buttons[i].click();
}
};
}
//akhir add friend
//auto confirm
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+172px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color
body.appendChild(div);
unsafeWindow.AutoKonfirm = function() {
buttons = document.getElementsByTagName(
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class
if(myClass != null && myClass.indexOf("uiButtonConfi
buttons[i].click();
}
};
}
//akhir auto confirm
// ==============
// ==Unlike Statuses==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+52px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color
body.appendChild(div);
unsafeWindow.AutoUnLike = function() {
buttons = document.getElementsByTagName(
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class
if(myClass != null && myClass.indexOf("like_link") >= 0)
if(buttons[i].getAttribute("na
buttons[i].click();
}
};
}
// ==============
// ==Comments==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+22px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color
body.appendChild(div);
unsafeWindow.AutoLikeComments = function() {
buttons = document.getElementsByTagName(
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class
if(myClass != null && myClass.indexOf("cmnt_like_lin
buttons[i].click();
}
};
}
// ==============
// ==Unlike Comments==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+2px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color
body.appendChild(div);
unsafeWindow.AutoUnLikeComment
buttons = document.getElementsByTagName(
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class
if(myClass != null && myClass.indexOf("") >= 0)
if(buttons[i].getAttribute("ti
buttons[i].click();
}
};
}
// ==============
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+142px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color
body.appendChild(div);
}
0 komentar:
Posting Komentar