100% found this document useful (2 votes)
3K views4 pages

Hack Bitcoin

The document describes instructions for using an autoclicker software to automatically roll on the website http://freebitco.in/ to earn bitcoin rewards without having to manually click. It involves changing the IP address, disabling browser plugins, clearing cookies, downloading an autoclicker, and setting it to click 1000 times per microsecond for 50 minutes at a time while the funds are transferred to the user's account.

Uploaded by

Waikhom Sanjita
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
100% found this document useful (2 votes)
3K views4 pages

Hack Bitcoin

The document describes instructions for using an autoclicker software to automatically roll on the website http://freebitco.in/ to earn bitcoin rewards without having to manually click. It involves changing the IP address, disabling browser plugins, clearing cookies, downloading an autoclicker, and setting it to click 1000 times per microsecond for 50 minutes at a time while the funds are transferred to the user's account.

Uploaded by

Waikhom Sanjita
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

ip changing software.

now run both and change your ip addres


3. go to settings>>settings>>show advanced settings>>content settings>>block all
the plugins
4. now open http://freebitco.in/ in new incognito window after clearing all the
cookies of browser
5. now click free roll
6. now you will be asked to wait for an hour
7. now you will see that the time limit has been removed.
8. now you can download autoclicker software
9. set 1000 clicks per micro seconds for 50 minutes <since the page will reload
each 60minutes>
10.now transfer all your funds to your account by instant payout.
ip changing software. now run both and change your ip addres
3. go to settings>>settings>>show advanced settings>>content settings>>block all
the plugins
4. now open http://freebitco.in/ in new incognito window after clearing all the
cookies of browser
5. now click free roll
6. now you will be asked to wait for an hour
7. now you will see that the time limit has been removed.
8. now you can download autoclicker software
9. set 1000 clicks per micro seconds for 50 minutes <since the page will reload
each 60minutes>
10.now transfer all your funds to your account by instant payout.
ip changing software. now run both and change your ip addres
3. go to settings>>settings>>show advanced settings>>content settings>>block all
the plugins
4. now open http://freebitco.in/ in new incognito window after clearing all the
cookies of browser
5. now click free roll
6. now you will be asked to wait for an hour
7. now you will see that the time limit has been removed.
8. now you can download autoclicker software
9. set 1000 clicks per micro seconds for 50 minutes <since the page will reload
each 60minutes>
10.now transfer all your funds to your account by instant payout.
ip changing software. now run both and change your ip addres
3. go to settings>>settings>>show advanced settings>>content settings>>block all
the plugins
4. now open http://freebitco.in/ in new incognito window after clearing all the
cookies of browser
5. now click free roll
6. now you will be asked to wait for an hour
7. now you will see that the time limit has been removed.
8. now you can download autoclicker software
9. set 1000 clicks per micro seconds for 50 minutes <since the page will reload
each 60minutes>
10.now transfer all your funds to your account by instant payout.
ip changing software. now run both and change your ip addres
3. go to settings>>settings>>show advanced settings>>content settings>>block all
the plugins
4. now open http://freebitco.in/ in new incognito window after clearing all the
cookies of browser
5. now click free roll
6. now you will be asked to wait for an hour
7. now you will see that the time limit has been removed.
8. now you can download autoclicker software
9. set 1000 clicks per micro seconds for 50 minutes <since the page will reload
each 60minutes>
10.now transfer all your funds to your account by instant payout.
ip changing software. now run both and change your ip addres
3. go to settings>>settings>>show advanced settings>>content settings>>block all
the plugins
4. now open http://freebitco.in/ in new incognito window after clearing all the
cookies of browser
5. now click free roll
6. now you will be asked to wait for an hour
7. now you will see that the time limit has been removed.
8. now you can download autoclicker software
9. set 1000 clicks per micro seconds for 50 minutes <since the page will reload
each 60minutes>
10.now transfer all your funds to your account by instant payout.
ip changing software. now run both and change your ip addres
3. go to settings>>settings>>show advanced settings>>content settings>>block all
the plugins
4. now open http://freebitco.in/ in new incognito window after clearing all the
cookies of browser
5. now click free roll
6. now you will be asked to wait for an hour
7. now you will see that the time limit has been removed.
8. now you can download autoclicker software
9. set 1000 clicks per micro seconds for 50 minutes <since the page will reload
each 60minutes>
10.now transfer all your funds to your account by instant payout.
ip changing software. now run both and change your ip addres
3. go to settings>>settings>>show advanced settings>>content settings>>block all
the plugins
4. now open http://freebitco.in/ in new incognito window after clearing all the
cookies of browser
5. now click free roll
6. now you will be asked to wait for an hour
7. now you will see that the time limit has been removed.
8. now you can download autoclicker software
9. set 1000 clicks per micro seconds for 50 minutes <since the page will reload
each 60minutes>
10.now transfer all your funds to your account by instant payout.
// ==UserScript==
// @version 4.8
// @author BillionEarns.blogspot.com
// @match https://freebitco.in/*
// @name Freebitco.in AUTO ROLL (without captcha) + 100 REWARD POINTS +
1000% BONUS 2021 by www.BuyListas.com
// @namespace https://greasyfork.org/users/223895
// @description You need to create an account to work in: https://freebitco.in/?
r=2878556
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @license GPL-3.0
// ==/UserScript==

(function() {
'use strict';
var body = $('body');
var points = {};
var count_min = 1;
var reward = {};
reward.select = function() {
reward.points = parseInt($('.user_reward_points').text().replace(',',""));
reward.bonustime = {};
if ($("#bonus_container_free_points").length != 0) {
reward.bonustime.text = $('#bonus_span_free_points').text();
reward.bonustime.hour = parseInt(reward.bonustime.text.split(":")[0]);
reward.bonustime.min = parseInt(reward.bonustime.text.split(":")[1]);
reward.bonustime.sec = parseInt(reward.bonustime.text.split(":")[2]);
reward.bonustime.current = reward.bonustime.hour * 3600 +
reward.bonustime.min * 60 + reward.bonustime.sec;
} else
reward.bonustime.current = 0;
console.log(reward.bonustime.current);
if (reward.bonustime.current !== 0) {
console.log(reward.bonustime.current);
} else {
if (reward.points < 12) {
console.log("waiting for points");
}
else if (reward.points < 120) {
console.log("waiting for points 60");
RedeemRPProduct('free_points_1');
}
else if (reward.points < 600) {
console.log("waiting for points 120");
RedeemRPProduct('free_points_10');
}
else if (reward.points < 1200) {
console.log("waiting for points 600");
RedeemRPProduct('free_points_50');
}
else {
RedeemRPProduct('free_points_100');
}
if ($('#bonus_span_fp_bonus').length === 0)
if (reward.points >= 4400)
RedeemRPProduct('fp_bonus_1000');
}
};
body.prepend(
$('<div/>').attr('style',"position:fixed;top:45px;left:0;z-
index:999;width:350px;background-color:black;color: white; text-align: left;")
.append(
$('<div/>').attr('id','autofaucet')
.append($('<p/>').attr('style','text-
decoration:underline;').text("Freebitco.in auto roll 2020 by
BillionEarns.blogspot.com"))
.append($('<p/>').text("If you like, consider making a donation
to:"))
.append($('<p/>').text("1FZyMZaGvK9c84TYECuaEcyFvXnQgZVMCT"))
.append($('<p/>').text("(Click to copy)"))
.append($('<p/>')
)
).click(function(){
var $temp = $('<input>').val("1FZyMZaGvK9c84TYECuaEcyFvXnQgZVMCT");
body.append($temp);
$temp.select();
document.execCommand("copy");
$temp.remove();
})
).prepend($('<style/>')
.text("#autofaucet p { margin: 0; margin-left: 2px; text-align: left; }")
)
setTimeout(reward.select,1000);
setInterval(reward.select,60000);
$(document).ready(function(){
console.log("Status: Page loaded.");
setTimeout(function(){
$('#free_play_form_button').click();
console.log("Status: Button ROLL clicked.");
}, random(2000,4000));
setInterval(function(){
console.log("Status: Elapsed time " + count_min + " minutes");
count_min = count_min + 1;
}, 60000);
setTimeout(function(){
$('.close-reveal-modal')[0].click();
console.log("Status: Button CLOSE POPUP clicked.");
}, random(12000,18000));
setInterval(function(){
$('#free_play_form_button').click();
console.log("Status: Button ROLL clicked again.");
}, random(3605000,3615000));
});
function random(min,max){
return min + (max - min) * Math.random();
}
})()

You might also like