0% found this document useful (0 votes)
402 views3 pages

Edoc - Pub - Cryptotab Hack Script

The document describes code for a game that doubles a Bitcoin bet after each loss until a win occurs. It defines variables like the starting bet value and stop thresholds. Functions are defined to multiply the bet amount, get a random wait time, start and stop the game, and reset values. On a loss, it triggers doubling the bet and re-betting after a wait. On a win, it checks redirect/stop thresholds and resets if enough funds remain, otherwise just logs a message.

Uploaded by

Murtadho96
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
402 views3 pages

Edoc - Pub - Cryptotab Hack Script

The document describes code for a game that doubles a Bitcoin bet after each loss until a win occurs. It defines variables like the starting bet value and stop thresholds. Functions are defined to multiply the bet amount, get a random wait time, start and stop the game, and reset values. On a loss, it triggers doubling the bet and re-betting after a wait. On a win, it checks redirect/stop thresholds and resets if enough funds remain, otherwise just logs a message.

Uploaded by

Murtadho96
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

var startValue = '0.

00000001', // Don't lower the decimal point more than 4x of current balance

stop ercenta!e = 0.001, // "n #. " wouldn't recommend !oin! past 0.0$
max%ait = &00, // "n milliseconds
stopped = false,
stop efore = () // "n minutes

var *hi utton = *+' double- our-btc-bet-lo-button' ,


*hi utton = *+' double- our-btc-bet-hi-button' )

function multipl +
var current = *+' double- our-btc-sta e' .val+ )
var multipl = +current 2 3 .to ixed+$ )
*+' double- our-btc-sta e' .val+multipl )
5

function !et6andom%ait+
var wait = 7ath.floor+7ath.random+ 2 max%ait 8 100)

console.lo!+'%aitin! for ' 8 wait 8 'ms before next bet.' )

return wait )
5

function start9ame+
console.lo!+'9ame started:' )
reset+ )
*hi utton.tri!!er+'clic ' )
5

function stop9ame+
console.lo!+'9ame will stop soon: ;et me finish.' )
stopped = true)
5

function reset+
*+' double- our-btc-sta e' .val+startValue )
5

/ <uic and dirt hac if ou have ver little bitcoins li e 0.0000001 function deexponenti e+number

return number 2 1000000)


5

function i>ave?nou!h7oni+
var balance = deexponenti e+parse loat+*+' balance' .text+ )
var current = deexponenti e+*+' double- our-btc-sta e' .val+ )

return ++balance23 /100 2 +current23 @ stop ercenta!e/100)


5

function stop efore6edirect+


var minutes = parse"nt+*+'title' .text+ )

if+ minutes A stop efore

console.lo!+'Bpproachin! redirect: Ctop the !ame so we don 't !et redirected while
loosin!.' )
stop9ame+ )
Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or interruptions!

Start Free Trial


Cancel Anytime.
Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or interruptions!

Start Free Trial


Cancel Anytime.

return true)
5

return false)
5

// Enbind old shit


*+' double- our-btc-bet-lose' .unbind+ )
*+' double- our-btc-bet-win' .unbind+ )

// ;oser
*+' double- our-btc-bet-lose' .bind+FDG7Cubtree7odifiedF,function+event if+ *+event.currentHar!et
.is+'Icontains+FloseF '

console.lo!+'Jou ;GCH: 7ultipl in! our bet and bettin! a!ain.' )

multipl + )

setHimeout+function+
*hi utton.tri!!er+'clic ' )
5, !et6andom%ait+ )

//*hi utton.tri!!er+'clic ' )


5
5)

// %inner
*+' double- our-btc-bet-win' .bind+FDG7Cubtree7odifiedF,function+event if+ *+event.currentHar!
et .is+'Icontains+FwinF '

if+ stop efore6edirect+

return)
5

if+ i>ave?nou!h7oni+

console.lo!+'Jou %GK: ut don 't be !reed . 6estartin!:' )

reset+ )

if+ stopped

stopped = false)
return false)
5
5
else

console.lo!+'Jou %GK: ettin! a!ain' )


5

You might also like