[GET] Basic Forced Like / Clickjacking script

There are MUCH, MUCH easier ways to do this than the code provided...
 
Script below creates a iframe like box that follows your cursor. The iframe is invisible and requires the user to click somewhere.

PS: After a while your page gets blacklisted by facebook.

There was another clickjacking script shared by blackmarket in the Downloads section.

Either way, my question is: what are the chances of getting your page banned by Facebook? Is there any way for FB to know you're using the script?

You mentioned that the page gets blacklisted by Facebook. Does this happen in all cases? After how many fans?


EDIT:
NVM. This script is for getting likes to a website, not a page. Thanks for the share.

Snooze.
 
Last edited:
There was another clickjacking script shared by blackmarket in the Downloads section.

Either way, my question is: what are the chances of getting your page banned by Facebook? Is there any way for FB to know you're using the script?

You mentioned that the page gets blacklisted by Facebook. Does this happen in all cases? After how many fans?


EDIT:
NVM. This script is for getting likes to a website, not a page. Thanks for the share.

Snooze.


My site gets viral about 600 likes overnight and it goes banned. but made some money. I made a twist with this script, pm me if you want the twisted script.

I am using the div version of this autolike. The like button is on the top of the play button.
 
thanks for the great share man:)
i mixed it up a little so it drops a cookie once someone liked the page, so there is no problem with double liking which i believe is what gets the sites banned...
also, the clickjacking script is only executed if the user is logged into facebook while viewing your page (has a session, not nessecairly a tab open) this will prevent the login box when someone who is logged out views your page...
likin it now.
 
any enhancement towards this code, e.g, only show to user that has not like the page?

i've got an example of "like" a page instead of the fb page, however, im not a jscripter, anyone would be able to rewrite the js which will drop a cookie and will not display for user who has already got the cookie.

My 20cents thought..:chicken_w
 
I used the script from BHW.
But if user click two times they will redirected to their facebook profiles. Is there any possibility to check if user liked a page already and remove the listener?
 
Yeah I am interested in thelastnewbies suggestion. Getting them to not redirect to their profiles would be great.
 
Yeah I am interested in thelastnewbies suggestion. Getting them to not redirect to their profiles would be great.

I solved the problem with 2 simple things.
a) the script is only loaded up if the user is logged into facebook at the moment.
b) the script drops a cookie when the script get run for the first time. If it detects the cookie is already dropped, it wont run the script.

Reducing "false" likes this way, so pages dont get banned...
i got 16k likes in a day 1/2 and im still live.
 
Back
Top