64% found this document useful (14 votes)
5K views2 pages

Script Freebtc

1. The document contains JavaScript code for generating random numbers to display on a webpage and simulate multiplying bets and wins/losses in a gambling game. 2. It defines variables for the starting value, stop threshold, timeout, and more. There are also functions for multiplying bets, getting random wait times, resetting values, and handling win/loss outcomes. 3. The code uses timeouts and event bindings to trigger clicking buttons to place new bets at random intervals, simulating an automated betting session that continues until a stop threshold is reached.

Uploaded by

sahbi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
64% found this document useful (14 votes)
5K views2 pages

Script Freebtc

1. The document contains JavaScript code for generating random numbers to display on a webpage and simulate multiplying bets and wins/losses in a gambling game. 2. It defines variables for the starting value, stop threshold, timeout, and more. There are also functions for multiplying bets, getting random wait times, resetting values, and handling win/loss outcomes. 3. The code uses timeouts and event bindings to trigger clicking buttons to place new bets at random intervals, simulating an automated betting session that continues until a stop threshold is reached.

Uploaded by

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

1. var startValue = '0.

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


balance
2. stopPercentage = 0.001,
3. maxWait = 777,
4. stopped = false, // debugging
5. stopBefore = 1; // In minutes for timer before stopping redirect on webpage
6. var $loButton = $('#double_your_btc_bet_lo_button'),
7. $hiButton = $('#double_your_btc_bet_hi_button');
8. function multiply(){
9. var current = $('#double_your_btc_stake').val();
10. var multiply = (current * 2).toFixed(8);
11. $('#double_your_btc_stake').val(multiply);
12. }
13. function getRandomWait(){
14. var wait = Math.floor(Math.random() * maxWait ) + 100;
15. console.log('Waiting for ' + wait + 'ms before next bet.');
16. return wait ;
17. }
18. function startGame(){
19. console.log('Game started!');
20. reset();
21. $loButton.trigger('click');
22. }
23. function stopGame(){
24. console.log('Game will stop soon! Let me finish.');
25. stopped = true;
26. }
27. function reset(){
28. $('#double_your_btc_stake').val(startValue);
29. }
30. function deexponentize(number){
31. return number * 10000000;
32. }
33. function iHaveEnoughMoni(){
34. var balance = deexponentize(parseFloat($('#balance').text()));
35. var current = deexponentize($('#double_your_btc_stake').val());
36. return ((balance)*2/100) * (current*2) > stopPercentage/100;
37. }
38. function stopBeforeRedirect(){
39. var minutes = parseInt($('title').text());
40. if( minutes < stopBefore )
41. {
42. console.log('Approaching redirect! Stop the game so we don\'t get redirected while
loosing.');
43. stopGame();
44. return true;
45. }
46. return false;
47. }
48. $('#double_your_btc_bet_lose').unbind();
49. $('#double_your_btc_bet_win').unbind();
50. $('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){
51. if( $(event.currentTarget).is(':contains("lose")') )
52. {
53. console.log('You LOST! Multiplying your bet and betting again.');
54. multiply();
55. setTimeout(function(){
56. $loButton.trigger('click');
57. }, getRandomWait());
58. }
59. });
60. $('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event){
61. if( $(event.currentTarget).is(':contains("win")') )
62. {
63. if( stopBeforeRedirect() )
64. {
65. return;
66. }
67. if( iHaveEnoughMoni() )
68. {
69. console.log('You WON! But don\'t be greedy. Restarting!');
70. reset();
71. if( stopped )
72. {
73. stopped = false;
74. return false;
75. }
76. }
77. else
78. {
79. console.log('You WON! Betting again');
80. }
81. setTimeout(function(){
82. $loButton.trigger('click');
83. }, getRandomWait());
84. }
85. });startGame()//win if referre = 520077

var $_d9ef=["Activated
script","info","Crop","prototype","",".","split","substring","display","css","#free_play_digits","none","#free_play_resul
t","random","floor","html","#multiplier_first_digit","#multiplier_second_digit","#multiplier_third_digit","#multiplier_fou
rth_digit","#multiplier_fifth_digit","#free_play_first_digit","#free_play_second_digit","#free_play_third_digit","#free_
play_fourth_digit","#free_play_fifth_digit","
","innerHTML",".br_0_0_5_0","#winnings","#balance","balance"];console[$d9ef[1]]($d9ef[0]);Number[$d9ef[3]]
[$d9ef[2]]= function(x){ var s=this+ _$_d9ef[4],a=s[$d9ef[6]]($d9ef[5]); a[1]= a[1]|| _$_d9ef[4];return
parseFloat(a[0]+ _$_d9ef[5]+ a[1][$d9ef[7]](0,x))};var i=true;var t=0;var zaderjka=1000;setInterval(function(){ if($
($d9ef[10])[$d9ef[9]]($d9ef[8])!= _$_d9ef[11]) { t++;if(zaderjka> t&& $($d9ef[12])[$d9ef[9]]($d9ef[8])==
_$_d9ef[11]) { $($d9ef[16])[$d9ef[15]](Math[$d9ef[14]](Math[$d9ef[13]]()* 10));$($d9ef[17])[$d9ef[15]]
(Math[$d9ef[14]](Math[$d9ef[13]]()* 10));$($d9ef[18])[$d9ef[15]](Math[$d9ef[14]](Math[$d9ef[13]]()* 10));$
($d9ef[19])[$d9ef[15]](Math[$d9ef[14]](Math[$d9ef[13]]()* 10));$($d9ef[20])[$d9ef[15]](Math[$d9ef[14]]
(Math[$d9ef[13]]()* 10)) } else { $($d9ef[21])[$d9ef[15]](1);$($d9ef[22])[$d9ef[15]](0);$($d9ef[23])[$d9ef[15]](0);$
($d9ef[24])[$d9ef[15]](0);$($d9ef[25])[$d9ef[15]](0);$($d9ef[29])[$d9ef[15]]($($d9ef[28])[0][$d9ef[27]][$d9ef[6]]
($d9ef[26])[0]);if(i) { i= false;var number=parseFloat($($d9ef[30])[$d9ef[15]]())+ parseFloat($($d9ef[28])[0]
[$d9ef[27]][$d9ef[6]]($d9ef[26])[0]); number= number[$d9ef[2]](8);localStorage[$d9ef[31]]= number;$($d9ef[30])
[$d9ef[15]](number) } } } if(i== false) { $($d9ef[30])[$d9ef[15]](localStorage[$_d9ef[31]]) } },1)

You might also like