caesarevan

Untitled

Jun 13th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 9.10 KB | None | 0 0
  1. <?php
  2. echo'<html><head><title>Script Deface Creator</title>
  3. <meta name="description" content="Easy Script Deface Creator"/>
  4. </head><style>
  5. input,textarea{padding:4px 30px;color:aqua;border:1px solid aqua;border-radius:5px;background:black;}
  6. a{color:lime;}a:hover{color:yellow;}font{color:lime; font-size:20px;}
  7. lime{color:lime;}input[type=submit]{padding:4px 50px;}
  8. </style><body bgcolor="black"><center><form action="" method="post"><font>SEMUA WAJIB DI ISI! ( KALO MAU BAGUS ) <br><br>
  9. <br/>Nick Kamu: <br/><input type="text" name="nick" placeholder="KannaiX007"><br/>
  10. <br/>Judul/Title Script:<br/> <input type="text" name="title" placeholder="Hacked By KannaiX007"><br/>
  11. <br/>Deskripsi: <br/><input type="text" name="deskripsi" placeholder="This Website Has Been Hacked"><br/>
  12. <br/>Link Gambar Atau Logo: <br/><input type="text" name="gambar" placeholder="http://link.com/logo.jpg"><br/>
  13. <br/>Nick Teman-teman Kamu: <br/><input type="text" name="nt" placeholder="KannaiX007 - SpiderGhost - Cl4yZero"><br/>
  14. <br/>Nama Scriptnya: <br/><input type="text" name="file" placeholder="MyScript"><br/>
  15. <br/>Pesan Kamu: <br/><textarea name="pesan"></textarea><br/>
  16. <input type="submit" name="submit" value="create"></form>';
  17. if(isset($_POST['submit'])){
  18.     $pesan=$_POST['pesan'];
  19.     $nick=$_POST['nick'];
  20.     $nickteman=$_POST['nt'];
  21.     $bg=$_POST['bg'];
  22.     $title=$_POST['title'];
  23.     $deskripsi=$_POST['deskripsi'];
  24.     $gambar=$_POST['gambar'];
  25.     $file=$_POST['file'];
  26.     $isiin=fopen("$file.html", "w");
  27.     fwrite($isiin, '<!-- Generated By KannaiX007 -->
  28. <html><head>
  29. <title>'.$title.'</title>
  30. <meta name="author" content="'.nick.'"/>
  31.     <meta name="description" content="'.$deskripsi.'"/>
  32.     <meta property="og:image" content="'.$gambar.'"/>
  33.     <link rel="shortcut icon" href="'.$gambar.'"/>
  34. </head>
  35. <style>
  36.     font{font-size:20px; color:white;}
  37.     red{color:red;}
  38.     .error { text-align: center; -webkit-animation: noise-3 1s linear infinite; animation: noise-3 1s linear infinite; overflow: default; }
  39. .info { text-align: center; width: 200px; height: 60px; margin: auto; position: absolute; top: 280px; bottom: 0; left: 20px; right: 0; -webkit-animation: noise-3 1s linear infinite; animation: noise-3 1s linear infinite; }
  40. .info:after { font-family: OCR-A; font-size: 100px; text-align: center; width: 800px; margin: auto; position: absolute; top: 20px; bottom: 0; left: 40px; right: 0; opacity: 0; color: white; -webkit-animation: noise-1 .2s linear infinite; animation: noise-1 .2s linear infinite; } @-webkit-keyframes noise-1 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: -6px;} 80% {opacity: .3;} 100% {opacity: .6; left: 2px;} } @keyframes noise-1 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: -6px;} 80% {opacity: .3;} 100% {opacity: .6; left: 2px;} } @-webkit-keyframes noise-2 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: 6px;} 80% {opacity: .3;} 100% {opacity: .6; left: -2px;} } @keyframes noise-2 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: 6px;} 80% {opacity: .3;} 100% {opacity: .6; left: -2px;} } @-webkit-keyframes noise { 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);} 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);} } @keyframes noise { 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);} 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);} } @-webkit-keyframes noise-3 { 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);} 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate (60deg);} } @keyframes noise-3 { 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);} 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate (60deg);} }
  41. .wrap { top: 30%; left: 25%; height: 200px; margin-top: -100px; position: absolute; } code { color: white; } span.blue { color: #48beef; } span.comment { color: #7f8c8d; } span.orange { color: #f39c12; } span.green { color: #33cc33; } .viewFull { font-family:OCR-A; color:orange; text-decoration:; } } @media only screen and (min-height: 500px) { .viewFull{ display:none; } } </style> <center>
  42. <style>
  43. img { filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; }
  44. img:hover { filter:alpha(opacity=100); -moz-opacity:.0; opacity:1.0; }
  45. </style>
  46. <body bgcolor="black">
  47. <center><br/><br/><br/><br/>
  48. <div class="error">
  49. <img src="'.$gambar.'" align="center" width="250"></img></div>
  50. </center><br/>
  51. <center>
  52. <div class="error"><red>[ </red><font>Hacked <red>By</red> '.$nick.'<red> ]</red>
  53. <br><br><red>[</red> '.$pesan.' <red>]</red><br/><br/>
  54. <red>[ </red><marquee behavior="alternate" width="80%" scrollamount="20" scrolldelay="0">'.nickteman.'</marquee><red> ]</red></font></center></div></body>');
  55. $dw=fopen("$file.txt", "w");
  56. fwrite($dw, '<!-- Generated By KannaiX007 -->
  57. <html><head>
  58. <title>'.$title.'</title>
  59. <meta name="author" content="'.nick.'"/>
  60.     <meta name="description" content="'.$deskripsi.'"/>
  61.     <meta property="og:image" content="'.$gambar.'"/>
  62.     <link rel="shortcut icon" href="'.$gambar.'"/>
  63. </head>
  64. <style>
  65.     font{font-size:20px; color:white;}
  66.     red{color:red;}
  67.     .error { text-align: center; -webkit-animation: noise-3 1s linear infinite; animation: noise-3 1s linear infinite; overflow: default; }
  68. .info { text-align: center; width: 200px; height: 60px; margin: auto; position: absolute; top: 280px; bottom: 0; left: 20px; right: 0; -webkit-animation: noise-3 1s linear infinite; animation: noise-3 1s linear infinite; }
  69. .info:after { font-family: OCR-A; font-size: 100px; text-align: center; width: 800px; margin: auto; position: absolute; top: 20px; bottom: 0; left: 40px; right: 0; opacity: 0; color: white; -webkit-animation: noise-1 .2s linear infinite; animation: noise-1 .2s linear infinite; } @-webkit-keyframes noise-1 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: -6px;} 80% {opacity: .3;} 100% {opacity: .6; left: 2px;} } @keyframes noise-1 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: -6px;} 80% {opacity: .3;} 100% {opacity: .6; left: 2px;} } @-webkit-keyframes noise-2 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: 6px;} 80% {opacity: .3;} 100% {opacity: .6; left: -2px;} } @keyframes noise-2 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: 6px;} 80% {opacity: .3;} 100% {opacity: .6; left: -2px;} } @-webkit-keyframes noise { 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);} 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);} } @keyframes noise { 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);} 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);} } @-webkit-keyframes noise-3 { 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);} 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate (60deg);} } @keyframes noise-3 { 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);} 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate (60deg);} }
  70. .wrap { top: 30%; left: 25%; height: 200px; margin-top: -100px; position: absolute; } code { color: white; } span.blue { color: #48beef; } span.comment { color: #7f8c8d; } span.orange { color: #f39c12; } span.green { color: #33cc33; } .viewFull { font-family:OCR-A; color:orange; text-decoration:; } } @media only screen and (min-height: 500px) { .viewFull{ display:none; } } </style> <center>
  71. <style>
  72. img { filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; }
  73. img:hover { filter:alpha(opacity=100); -moz-opacity:.0; opacity:1.0; }
  74. </style>
  75. <body bgcolor="black">
  76. <center><br/><br/><br/><br/>
  77. <div class="error">
  78. <img src="'.$gambar.'" align="center" width="250"></img></div>
  79. </center><br/>
  80. <center>
  81. <div class="error"><red>[ </red><font>Hacked <red>By</red> '.$nick.'<red> ]</red>
  82. <br><br><red>[</red> '.$pesan.' <red>]</red><br/><br/>
  83. <red>[ </red><marquee behavior="alternate" width="80%" scrollamount="20" scrolldelay="0">'.nickteman.'</marquee><red> ]</red></font></center></div></body>');
  84.     echo"<br><br><br><lime>Lihat Script Deface Kamu -> <a href='$file.html'>$file.html</a>
  85. <br>Ambil Script Deface Kamu -> <a href='$file.txt'>$file.txt</a>";
  86.     }
  87.     ?>
Add Comment
Please, Sign In to add comment