58.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

05-03-2014, 09:24 PM (This post was last modified: 05-03-2014 09:31 PM by Anirudh.)
Post: #1
[GET] free Auto like script for facebook :)
Hello, since Mark is playing n not letting us to Bank like we used to at facebook..

i will consider sharing some scripts i have to make facebook a S***** place :P

this script will like almost anything you have on your news feed, group, page, whenever it notice [ like ] it will hit it [Image: smile.png]

liking speed is controlled so you don't get banned..

liking status updates on your news feeds would increase your " fb
account stamina " letting your friends see your status updates more
often.

PHP Code:
/*    I Like Everything    Description: Like everything on Facebook    BlackHatworld | emptyzero*/
var sad document.getElementsByTagName('*'),    happy = [],    halt false;    // Select only the Like buttons.// Convert the sad NodeList to a happy Array.for (var i = 0; i < sad.length; i++) {    if (sad[i] and& (sad[i].title == 'Like this' || sad[i].title == 'Like this comment')) {        happy.push(sad[i]);    }}
var happyDiv document.createElement('div');happyDiv.innerHTML '<div id=\'happy\' style=\'background-color:#ddd;font-size:16px;text-align:center;position:fixed;top:40px;right:40px;width:200px;height:150px;border:​4px solid black;z-index:9999;padding-top:15px;\'>Like All By emptyzero <br> BlackHatworld<br><span>0</span> of '+happy.length+' items liked.<div id=\'happyStatus\' style=\'margin-top:30px;\'><a id=\'happyButton\' href=\'#\' style=\'display:block;\' onclick=\'haltFn();\'>Stop it.</a></div></div>';document.getElementsByTagName('body')[0].appendChild(happyDiv);
function 
happyFn(happy) {    if (halt || !happy || !happy.length) {        document.getElementById('happyStatus').innerHTML 'Done!';        return;    }    happy[0].click();    happy[0].style.color='#FF0000';    var countSpan document.querySelector('#happy span');    countSpan.innerHTML parseInt(countSpan.innerHTML) + 1;        // Wait for each Like to be processed before trying the next.    // Facebook enforces this requirement.    window.setTimeout(function() {        happyFn(happy.splice(1));    }, 5000);}
function haltFn() {    halt true;    return false// prevent default event}
happyFn(happy); 
"Entrepreneurship is living a few years of your life like most people won’t,
so that you can spend the rest of your life like most people can’t.
"
05-03-2014, 09:40 PM
Post: #2
RE:
lots of fb user are looking for this kind of script yet they themselves keeps on complaining when they see post on their news feed that are not related with their interest
---KEEP IT BLANK---
05-03-2014, 10:13 PM
Post: #3
RE:
how can i use this script?
05-03-2014, 10:32 PM
Post: #4
RE:
just paste the code in console
"Entrepreneurship is living a few years of your life like most people won’t,
so that you can spend the rest of your life like most people can’t.
"
05-03-2014, 10:40 PM
Post: #5
RE:
the response of the console is SyntaxError: Unexpected identifier..
83.gif
05-03-2014, 10:41 PM
Post: #6
RE:
was working for me a few days ago i will check again
"Entrepreneurship is living a few years of your life like most people won’t,
so that you can spend the rest of your life like most people can’t.
"
05-03-2014, 10:46 PM
Post: #7
RE:
can i put it on a blog?
05-03-2014, 10:55 PM
Post: #8
RE:
what do you actually wanna say ? ^
"Entrepreneurship is living a few years of your life like most people won’t,
so that you can spend the rest of your life like most people can’t.
"
05-04-2014, 07:21 AM
Post: #9
RE:
No use I guess. I will be liking some strange things if present on page. What's the use man!!!
05-04-2014, 01:57 PM
Post: #10
RE:
^^^ bro it's useful to many other people ;)
65.gif
"Entrepreneurship is living a few years of your life like most people won’t,
so that you can spend the rest of your life like most people can’t.
"




54.gif
Free counters!