Advertisement
Demonslay335

How_Decrypt_Files.hta

Jan 4th, 2018
3,952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Leon</title>
  4. <HTA:APPLICATION
  5. ID="MyHTAId"
  6. APPLICATIONNAME="MyHTA"
  7. BORDER="DIALOG"
  8. MAXIMIZEBUTTON="NO"
  9. SCROLLFLAT="YES"
  10. CAPTION="YES"
  11. SELECTION="NO"
  12. INNERBORDER="NO"
  13. ICON=""
  14. SCROLL="NO"
  15. SHOWINTASKBAR="YES"
  16. SINGLEINSTANCE="YES"
  17. SYSMENU="YES"
  18. WINDOWSTATE="NORMAL"
  19. />
  20. </head><script language=javascript>
  21. var winWidth=1024;
  22. var winHeight = 768;
  23. window.resizeTo(winWidth, winHeight);
  24. var winPosX=screen.width/2-winWidth/2;
  25. var winPosY=screen.height/2-winHeight/2;
  26. window.moveTo(winPosX, winPosY);
  27. </script>
  28. <style type='text/css'>
  29. body{font:14px Tahoma, sans-serif;margin: 13px;line-height: 20px;background: #EDEDED;}
  30. .bold{font-weight: bold;}
  31. .mark{background: #D0D0E8;padding: 2px 5px;}
  32. .header{text-align: center;font-size: 25px;line-height: 40px;font-weight: bold;margin-bottom:20px;}
  33. .info{background: #D0D0E8;border-left: 10px solid #00008B;}
  34. .private{border: 1px dashed #000;background: #FFFFEF;}
  35. .note{height: auto;padding-bottom: 1px;margin: 15px 0;}
  36. .note .title{font-weight: bold;text-indent: 10px;height: 25px;line-height: 30px;padding-top: 10px;}
  37. .note ul{margin-top: 0;}</style><body><div class='header'><div>All your files have been encrypted!</div></div><div class='bold'>All your files have been encrypted due to a security problem with your PC. If you want to restore them, write us to the e-mail <span class='mark'>atilla666@tutanota.com</span></div><div>You have to pay for decryption in Bitcoins. The price depends on how fast you write to us. After payment we will send you the decryption tool that will decrypt all your files.</div><div class='note info'><div class='title'>Free decryption as guarantee</div><ul>Before paying you can send us up to 3 files for free decryption. The total size of files must be less than 1Mb (non archived), and files should not contain valuable information. (databases,backups, large excel sheets, etc.)</ul></div><div class='note info'><div class='title'>How to obtain Bitcoins</div><ul>The easiest way to buy bitcoins is LocalBitcoins site. You have to register, click 'Buy bitcoins', and select the seller by payment method and price. <br><a href='https://localbitcoins.com/buy_bitcoins'>https://localbitcoins.com/buy_bitcoins</a><br> Also you can find other places to buy Bitcoins and beginners guide here:<br><a href='http://www.coindesk.com/information/how-can-i-buy-bitcoins/'>http://www.coindesk.com/information/how-can-i-buy-bitcoins/</a></ul></div><div class='note'><div class='title'> Your personal identification number: </div></div></div><center><textarea style="overflow:auto; font:8pt 'Tahoma'" name="TextArea" rows=16 cols=140>[redacted]</textarea>
  38. </center>
  39. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement