Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.84 KB | None | 0 0
  1.  
  2.   </script>
  3.   <script language="JavaScript">
  4. var brzinakucanja = 200;
  5. var pauzapor = 2000;
  6. var vremeid = null;
  7. var kretanje = false;
  8. var poruka = new Array();
  9. var slporuka = 0;
  10. var bezporuke = 0;
  11. poruka[0] = " ..::MMR HACK::..  "
  12. poruka[1] = " ..::MMR HACK::.."
  13. function prikaz() {
  14.    var text = poruka[slporuka];
  15.  
  16.    if (bezporuke < text.length) {
  17.       if (text.charAt(bezporuke) == " ")
  18.                bezporuke++
  19.            var ttporuka = text.substring(0, bezporuke + 1);
  20.            document.title = ttporuka;
  21.            bezporuke++
  22.            vremeid = setTimeout("prikaz()", brzinakucanja);
  23.             kretanje = true;
  24.    } else {
  25.       bezporuke = 0;
  26.       slporuka++
  27.       if (slporuka == poruka.length)
  28.          slporuka = 0;
  29.       vremeid = setTimeout("prikaz()", pauzapor);
  30.       kretanje = true;
  31.    }
  32. }
  33. function stop() {
  34.    if (kretanje)
  35.       clearTimeout(vremeid);
  36.    kretanje = false
  37. }  
  38. function start() {
  39.    stop();
  40.    prikaz();
  41. }
  42. start();
  43.     </script>
  44.    
  45. <html>
  46. <style>
  47. body, html {
  48.   height: 100%;
  49.   margin: 0;
  50. }
  51.  
  52. .bg {
  53.   /* The image used */
  54.   background-image: url("https://i.imgur.com/PeqnDDA.gif");
  55.  
  56.   /* Full height */
  57.   height: 100%;
  58.  
  59.   /* Center and scale the image nicely */
  60.   background-position: center;
  61.   background-repeat: no-repeat;
  62.   background-size: cover;
  63. }
  64. </style>
  65. <body class ="bg"><center><h1><b style='color: red' >Hacked by MMR<p style='color: transparent'>
  66. <h1> Website Low Scurity!<h1>
  67. <font color="red">MMR CAN COMEBACK!</font><P>
  68. <font color="red">MMR CAN COMEBACK!</font><P>
  69. <font color="red">MMR CAN COMEBACK!</font><P>
  70. <font color="red">MMR CAN COMEBACK!</font><P>
  71. <font color="red">MMR CAN COMEBACK!</font><P>
  72. <iframe width="1" height="1" src="https://www.youtube.com/embed/ciEfKVfKXvI?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement