Best Blackhat Forum

Full Version: [GET] Bitcoin Faucet BOT - NEW2017
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is new freebitco.in faucet bot 2017. Enjoy!

0,00000001 - start with min. 0,00911246 btc
0,00000002 - start with min. 0,01822492 btc
0,00000003 - start with min. 0,02733738 btc
0,00000004 - start with min. 0,03644984 btc
0,00000005 - start with min. 0,04556230 btc

Registr here:
--- registr ---

Download faucet bot here:
--- download bot ---

Youtube video:
--- video here ---


***Update 01.01.2017***
---If you don`t see your bot when you open freebitco.in with google chrome, you have to repeat step 1+2.---
---1. Open/Run bot as administrator 2. Sent btc to freebitco.in 3. After that steps you can see your bot in google chrome.---

***Update 03.01.2017***
---Till some days some antivirus detect this bot as virus and delete it while downloading. Please disable your antivirus software while downloading the bot. It´s 100% not a virus!---

***Update 08.01.2017***
---Code revised! Fixed bug with win xp and revised the whole code to run bot superior.---
---If not running please install latest microsoft NEt framework.---
---Download link is updated---
My statistic in 7 hour:

[Image: xm4k1cjfpgb2t8q8rcui.png]

12$Happydance

Working! Working! Working!
How you get so mutch in only 7 hours?
another spammer with referral links who isn't smart enough to post in the right section of the forum.
Hello people, Here is a nice simple script that i found on the net which i modified a bit so you can gain free BTC's.

Its main cause is after you used collect free bitcoins via main roll, to double them even triple them in the next 1hour untill new roll is up.

The steps are simple:


1. Register on Freebitco.in

2. Download Google Chrome - http://www.google.com/chrome

3. Log in on Freebitco.in via Google Chrome and press CTRL + SHIFT + J

4. Copy and paste on the Console tab the below code and press enter.


[Image: cons_paste_code.jpg]

5. Copy Paste This code:

PHP Code:
//Register at http://freebitco.in/?r=2065950 and test the bot //
// version 4.0
// If you want to futher support it, feel free to test it on new created accounts via my ref http://freebitco.in/?r=2065950 so i can get couple of satoshi and futher test/edit/update it :)
console.clear();
var 
begingbal = $('#balance').text();
var 
startbalance 0;
var 
autorounds 200;         // play 500 rounds only
var handbrake  0.00000008;  // pause when stake reaches 1024 Satoshis
//var stopAt= '?';
var round 0;
var 
gameLost=0;
var 
gameWin=0;
var 
higherbet=0;
startbalance = $('#balance').text();
var 
startValue '0.00000001'// Don't lower the decimal point more than 4x of current balance
        
stopPercentage 0.004// In %. I wouldn't recommend going past 0.08
        
maxWait 1000// In milliseconds
        
stopped false,
        
stopBefore 1// In minutes default 3
var oldbet0.00000001;    

var 
rewardpoints document.getElementsByClassName("reward_table_box br_0_0_5_5 user_reward_points font_bold")[0].innerHTML;

document.getElementById("user_lottery_tickets").innerHTML;
s.replace(/(^\s*)|(\s*$)/gi,"");
s.replace(/[ ]{2,}/gi," ");
s.replace(/\/,"\n");
document.getElementById("user_lottery_tickets").innerHTML s;




document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_link">START BOT</a>';
var 
$loButton = $('#double_your_btc_bet_lo_button'),
                
$hiButton = $('#double_your_btc_bet_hi_button');

function 
higherBet(){
console.log('Highest bet: '+higherbet);

function 
beginingBal(){
console.log('BTC Starting Balance: '+begingbal);

function 
rewardsBal(){
console.log('%cReward Points Balance: ' +'%c'+rewardpoints+' points''color: #00000;''color: #ff9a36; font-weight: bold;');
}
function 
lotteryBal(){
console.log('%cLottery Tickets Balance: ' +'%c's+' tickets''color: #00000;''color: #005bb6; font-weight: bold;');
}

function 
changeBet(bet){
startValue=bet;
}

function 
timeRemaining(){
timeR = $('title').text();
replText timeR.replace("- FreeBitco.in - Win free bitcoins every hour!""");
console.log('%cTime until free roll: ' +'%c'+replText'color: #00000; font-weight:bold;''color: #007a5c;font-weight:bold;');
}

function 
realtime(time) {
    var 
sec_num =parseInt(time10) ; // don't forget the second param
    
var hours   Math.floor(sec_num 3600);
    var 
minutes Math.floor((sec_num - (hours 3600)) / 60);
    var 
seconds sec_num - (hours 3600) - (minutes 60);

    if (
hours!=0) {hours   hours+' Hours ';}      else{hours   '';}

    if (
minutes!=0) {minutes minutes+' Minutes ';}
else{
minutes   '';}


    if (
seconds 10) {seconds seconds;}
    var 
time    'Time played = '+hours+minutes+seconds+' Seconds';
    return 
time;
}

function 
roundnumb(){
console.clear();
    if( 
round == autorounds)
    {
    
stopGame()
    }
    else
    {
    
round round 1;
      
timeRemaining();
      
beginingBal();
      
rewardsBal();
      
lotteryBal();
        
console.log('Round #' round ' / ' autorounds);
    }
    
    var 
newbalance= $('#balance').text()
    var 
profit = (Number(newbalance) - Number(startbalance)).toFixed(8) ;
    
console.log('Profit:' profit ' Bitcoin')
}


function 
multiply(){
                var 
current = $('#double_your_btc_stake').val();
                var 
multiply = (current 2).toFixed(8);
                $(
'#double_your_btc_stake').val(multiply);
                
console.log('Bet = ' multiply);    
                    if( 
higherbet multiply ){ higherbet=multiply; }
}
function 
getRandomWait(){
        var 
wait Math.floor(Math.random() * maxWait ) + 100//(Math.floor(Math.random() * 800) + 300)  ; // avant 100
        
console.log('Waiting for ' wait 'ms before next bet.');
        return 
wait ;
}
function 
startGame(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_link">STOP BOT</a>';
starttime=(new Date()).getTime();
startValue prompt("Number of satoshi you want to bet?"'0.00000001');
MaximumValue prompt("Auto Restart BOT when bet reaches? "'0.00000008');
oldbet=startValue;
handbrake=MaximumValue;
    
round 0;
    
gameLost=0;
    
gameWin=0;
        
console.log('Game started!');
        
reset();
        
$loButton.trigger('click');
        if(
limit !== null) {
        
autorounds=limit;
        }
        else
        {
        
autorounds=-1;
        }
}
function 
startGame2(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_link">STOP BOT</a>';
starttime=(new Date()).getTime();
stopped false;
oldbet=startValue;
handbrake=MaximumValue;
    
round 0;
    
gameLost=0;
    
gameWin=0;
        
console.log('Game started!');
        
reset();
        
$loButton.trigger('click');
        if(
limit !== null) {
        
autorounds=limit;
        }
        else
        {
        
autorounds=-1;
        }
}
function 
stopGame(){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_link">START BOT</a>';
        
console.log('Game will stop soon! Let me finish.');
        
stopped true;
startValue=oldbet;
handbrake=MaximumValue;
}
var 
sound document.createElement('audio');
sound.id 'handbrakealert';
sound.src 'https://www.mediacollege.com/downloads/sound-effects/star-trek/tos/tos-computer-05.wav';
sound.preload 'auto';
document.getElementsByTagName('body')[0].appendChild(sound);

function 
reset(){
    if( 
round 100 === and& round !=0)
    {
    
startValue=(startValue 1.000).toFixed(8); //New bet after 100 round
    
console.log('Round ' round ': bet change for ' startValue);
    }
        $(
'#double_your_btc_stake').val(startValue);
}
// quick and dirty hack if you have very little bitcoins like 0.0000001
function deexponentize(number){
        return 
number 1000000;
}
function 
iHaveEnoughMoni(){
        var 
balance deexponentize(parseFloat($('#balance').text()));
        var 
current deexponentize($('#double_your_btc_stake').val());
        return ((
balance *2)/ 100) * (current*2) > stopPercentage/100;
}
function 
stopBeforeRedirect(){
        var 
minutes parseInt($('title').text());
        if( 
minutes stopBefore )
        {
                
console.log('Approaching redirect! Stop the game so we don\'t get redirected while loosing.');
                
stopGame();
                return 
true;
        }
        return 
false;
}

function 
stopMaxStake(){
        var 
maxstake1 = $('#double_your_btc_stake').val();
        if( 
maxstake1 == handbrake )
        {
                
stopped true;
                
document.getElementById('handbrakealert').play();
                  
console.log('Handbrake triggered! Please Wait');
              
                  var 
counter 5;
                  var 
resBOTCountdown setInterval(function(){
                  
console.log('Highest Stake at 'handbrake +' reached');
                  
console.log(counter);
                  
counter--
                    if (
counter === -1) {
                    
clearInterval(resBOTCountdown);
                    
console.clear();
                    
console.log("Restarting BOT");
                    
console.log("Wait 5 more seconds so it wont double start");
                    }
                    }, 
1000);        
                    
                
setTimeout(startGame26000);
                return 
true;
        }
        return 
false;
}
// Unbind old shit
$('#double_your_btc_bet_lose').unbind();
$(
'#double_your_btc_bet_win').unbind();

// Loser
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){

        
        if( $(
event.currentTarget).is(':contains("lose")') )
        {
            
                        
gameLost gameLost 1;
                        
roundnumb();
                        
console.log('%cWin: ' gameWin ' %cLost: ' gameLost'color: #007a5c''color: #FF0000');
                                
endtime=(new Date()).getTime();
                                var 
time=Math.floor((endtime-starttime )/1000);
                if( 
stopBeforeRedirect() )
                {
                        return;
                }
            if( 
stopMaxStake() )
                {
                        return;
               }
            else 
            
                                
higherBet();
                                
console.log(realtime(time));
                                
console.log('You LOST!');
                                
multiply();
                                
setTimeout(function(){
                                        
$loButton.trigger('click');
                                }, 
getRandomWait());
                                
//$loButton.trigger('click');
        
            
        
}
        
}
);
// Winner
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event){
        if( $(
event.currentTarget).is(':contains("win")') )
        {
        
        
gameWin gameWin 1;
        
roundnumb();
        
console.log('%cWin: ' gameWin ' %cLost: ' gameLost'color: #007a5c''color: #FF0000');
                
endtime=(new Date()).getTime();
                var 
time=Math.floor((endtime-starttime )/1000);
        
console.log(realtime(time));
                
higherBet();            
            
            if( 
iHaveEnoughMoni() )
            {

                        
console.log('You WON!');
                        
reset();
            if( 
stopped )
            {
                                
stopped false;
                                return 
false;
            }
         }
                else
                {
                        
console.log('You WON! ');
                }
                
setTimeout(function(){
                        
$loButton.trigger('click');
                }, 
getRandomWait());
        }
}
);
// JavaScript Document 

6. Click on Multiply BTC tab as shown on the image.

[Image: QIP_Shot_Screen_003.png]

7. Click on START BOT tab as shown on the image, then on the popup box which says 0.00000001 just press OK.

[Image: QIP_Shot_Screen_004.png]

And watch how you double/triple your earnings.
After the free roll timer is near to 3mins the script will auto pause.
After you roll again you can restart the script by fallowing step 4.

ENJOY!
Post virustotal. Your other share included bitcoin stealer. People, a bitcoin stealer will sit on your computer and when you enter a bitcoin address, it will change it to an address he controls. Not only that he has a banking trojan in the script as well. Those collect your banking info, and allows him to drain your account. Wow dude, real piece of shit you are. Beware. OP might not even know his script is BS, but I doubt that.

Virustotal: https://www.virustotal.com/en/file/aa8f4...486404191/


SHA256: aa8f48d25c227b1f01e339280ce047d10840861b10e48eb22f23b8f903ec251e
File name: btc-generate.rar
Detection ratio: 36 / 53
Analysis date: 2017-02-06 18:03:11 UTC ( 1 minute ago )


ALYac Gen:Variant.MSIL.Lynx.48 20170206
AVG PSW.MSIL.AUZM 20170206
AVware Trojan.Win32.Generic!BT 20170206
Ad-Aware Gen:Variant.MSIL.Lynx.48 20170206
AegisLab Troj.W32.Generic!c 20170206
Antiy-AVL Trojan/Win32.AGeneric 20170206
Arcabit Trojan.MSIL.Lynx.48 20170206
Avast Win32:Malware-gen 20170206
Avira (no cloud) TR/BitCoinMiner.gvjti 20170206
BitDefender Gen:Variant.MSIL.Lynx.48 20170206
Bkav W32.Clod58e.Trojan.cc02 20170206
CAT-QuickHeal TrojanSpy.Skeeyah 20170206
Comodo UnclassifiedMalware 20170206
Cyren W32/MSIL_Injector.GB.gen!Eldorado 20170206
DrWeb Trojan.MulDrop6.5117 20170206
ESET-NOD32 a variant of MSIL/PSW.CoinStealer.W 20170206
Emsisoft Gen:Variant.MSIL.Lynx.48 (B) 20170206
F-Prot W32/MSIL_Injector.GB.gen!Eldorado 20170206
F-Secure Gen:Variant.MSIL.Lynx.48 20170206
Fortinet MSIL/CoinStealer.W!tr 20170206
GData Gen:Variant.MSIL.Lynx.48 20170206
Ikarus Trojan.MSIL.ClipBanker 20170206
Invincea trojanspy.win32.skeeyah.a!rfn 20170203
Jiangmin Trojan.Generic.armvq 20170206
Kaspersky HEUR:Trojan.Win32.Generic 20170206
Malwarebytes Trojan.Banker 20170206
McAfee Trojan-FKOW!9AA17497A266 20170206
McAfee-GW-Edition Trojan-FKOW!9AA17497A266 20170206
eScan Gen:Variant.MSIL.Lynx.48 20170206
Microsoft TrojanSpy:Win32/Skeeyah.A!rfn 20170206
NANO-Antivirus Trojan.Win32.Blocker.ebulvp 20170206
Panda Trj/GdSda.A 20170206
Rising Stealer.CoinStealer!8.77F-0fPCp8mL5RU (cloud) 20170206
Sophos Mal/Generic-S 20170206
Symantec Trojan.Gen.NPE 20170206
Yandex Trojan.PWS.CoinStealer! 20170205
admin please kick this m*****f*****. he spead trojan in our loving forum. go back busterd spamming in your mom pussy not us!!
m*****f***** its's you sunnyrpsc!
i've seen enough. post and user reported!

you have no room to talk, spammer.....yes you......the spammer spamming affiliate links.

also spamming software that is setting off alarms in all directions.

you are one piece of shit to talk down to members here trying to protect this forum from the likes of people like YOU.

i pretty much got the same virus total..... https://www.virustotal.com/en/file/aa8f4...486851398/
Uncaught SyntaxError: Unexpected identifier

No Work for me this code. 37worried
Reference URL's