Busy running a script to trick a Bitcoin HI-LO game
From @mokluc at 2017/01/13 10:05:24 (UTC).
Show on Ecosynthesizer.
Body | ||
Been busy running a script to trick a **Bitcoin HI-LO game** ...well so far so good...well the amount generated is too little compared to being on Steemit. https://picload.org/image/rogwrwgw/script.jpg - - - Go to: http://freebitco.in/?r=2866781 http://static1.freebitco.in/banners/728x90-3.png - - - # Here is a script i am running: Using Chrome press *F12* then click console and paste the script...hit *ENTER*...let it do the magic ``` var startValue = '0.00000001', // Don't lower the decimal point more than 4x of current balance stopPercentage = 0.001, maxWait = 577, stopped = false, // debugging stopBefore = 3; // In minutes for timer before stopping redirect on webpage var $loButton = $('#double_your_btc_bet_lo_button'), $hiButton = $('#double_your_btc_bet_hi_button'); function multiply(){ var current = $('#double_your_btc_stake').val(); var multiply = (current * 2).toFixed(8); $('#double_your_btc_stake').val(multiply); } function getRandomWait(){ var wait = Math.floor(Math.random() * maxWait ) + 100; console.log('Waiting for ' + wait + 'ms before next bet.'); return wait ; } function startGame(){ console.log('Game started!'); reset(); $loButton.trigger('click'); } function stopGame(){ console.log('Game will stop soon! Let me finish.'); stopped = true; } function reset(){ $('#double_your_btc_stake').val(startValue); } // quick and dirty hack if you have very little bitcoins like 0.00000001 function deexponentize(number){ return number * 10000000; } 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; } // 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")') ) { console.log('You LOST! Multiplying your bet and betting again.'); 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")') ) { if( stopBeforeRedirect() ) { return; } if( iHaveEnoughMoni() ) { console.log('You WON! But don\'t be greedy. Restarting!'); reset(); if( stopped ) { stopped = false; return false; } } else { console.log('You WON! Betting again'); } setTimeout(function(){ $loButton.trigger('click'); }, getRandomWait()); } });startGame() ``` I noticed if I let it run for long I end up loosing almost half the amount won...well the trick is press *F5* every time I win **0.00000064** say three times https://picload.org/image/rogwrwog/64.jpg ### Sometimes I refresh at **0.00000032** after three times https://picload.org/image/rogwdrpo/32.jpg - - - # Well it needs patience as the amount generated is too little. But from **0.00007001** to **0.00007379** in a few minutes https://picload.org/image/rogwdllw/change.jpg # Well after all Steemit rocks - - - https://media.giphy.com/media/F0M5HYrDY5Fkc/giphy.gif | ||
bitcoin | #bitcoin #cryptocurrency #game #til #tutorials |
Voters | |||||
Voter | Time | PCT | rShares | Weight | |
@steemit200 | 2017/01/13 10:17:27. | 100% | 2,289,711,353,420 | 2,049,468,137,423,222,528 | |
@pairmike | 2017/01/13 10:20:39. | 100% | 46,285,567,837 | 17,704,685,204,343,486 | |
@pheonike | 2017/01/13 10:07:03. | 0.8% | 4,170,778,614 | 1,027,732,135,013,793 | |
@gavvet | 2017/01/13 10:19:51. | 100% | 2,440,078,560,745 | 1,308,481,086,111,332,608 | |
@cryptoctopus | 2017/01/13 10:21:18. | 55% | 496,734,342,834 | 187,480,974,414,741,632 | |
@steve-walschot | 2017/01/13 10:20:06. | 100% | 427,320,797,286 | 165,454,060,612,655,840 | |
@coinbitgold | 2017/01/13 10:30:15. | 100% | 110,174,649,247 | 43,046,236,425,768,232 | |
@thecryptodrive | 2017/01/13 10:30:00. | 100% | 149,719,324,581 | 81,632,520,337,894,272 | |
@fyrstikken | 2017/01/13 10:34:03. | 3% | 109,238,607,065 | 35,570,370,769,166,048 | |
@asmolokalo | 2017/01/13 19:54:12. | 100% | 146,774,059,740 | 47,493,142,959,062,864 | |
@roelandp | 2017/01/13 10:30:33. | 100% | 241,447,797,634 | 71,571,997,559,729,856 | |
@joshbreslauer | 2017/01/13 10:30:06. | 100% | 432,860,085,709 | 181,267,849,188,915,776 | |
@jesta | 2017/01/13 10:30:33. | 100% | 1,666,169,473,606 | 568,325,342,452,432,896 | |
@annieb | 2017/01/13 10:30:03. | 100% | 2,609,386,669 | 1,374,746,219,417,777 | |
@incomemonthly | 2017/01/13 13:52:42. | 100% | 11,625,268,214 | 3,804,071,688,376,300 | |
@jaycobbell | 2017/01/13 10:30:33. | 100% | 11,988,055,917 | 4,631,666,057,078,964 | |
@bitcoiner | 2017/01/13 10:30:33. | 100% | 54,039,028,572 | 20,987,808,315,897,108 | |
@tokyodude | 2017/01/13 14:24:33. | 100% | 5,014,539,713 | 1,638,999,393,647,422 | |
@raymonjohnstone | 2017/01/13 10:09:00. | 50% | 685,467,986 | 361,979,129,906,147 | |
@macchicken | 2017/01/13 10:30:21. | 100% | 346,792,740 | 134,842,287,219,077 | |
@steemdrive | 2017/01/13 10:30:03. | 100% | 116,736,752,749 | 62,194,195,495,680,960 | |
@exchange | 2017/01/13 11:01:21. | 100% | 3,308,037,276 | 1,085,628,537,848,825 | |
@sky.max | 2017/01/13 11:11:18. | 100% | 71,184,177 | 23,350,713,736,447 | |
@velourex | 2017/01/13 10:07:12. | 100% | 33,888,076,668 | 9,023,923,657,836,068 | |
@virtualgrowth | 2017/01/13 10:06:39. | 2% | 633,037,695 | 118,385,024,646,727 | |
@mata | 2017/01/13 10:33:15. | 91% | 86,157,728,110 | 27,649,127,443,799,168 | |
@awgbibb | 2017/01/13 21:00:51. | 100% | 3,352,601,005 | 1,069,368,524,707,356 | |
@movievertigo | 2017/01/13 10:54:42. | 100% | 148,449,875,185 | 49,226,499,141,152,232 | |
@trendwizard | 2017/01/13 11:10:39. | 100% | 1,662,572,156 | 545,440,524,339,561 | |
@annaarthur | 2017/01/13 10:30:24. | 100% | 10,865,539,064 | 4,216,453,748,785,979 | |
@geke | 2017/01/13 10:30:12. | 100% | 38,465,121,459 | 15,509,823,603,339,614 | |
@rynow | 2017/01/13 20:55:51. | 100% | 33,565,284,717 | 10,732,259,883,062,324 | |
@orcish | 2017/01/13 10:25:51. | 100% | 27,539,668,136 | 12,696,022,771,629,662 | |
@drac59 | 2017/01/13 10:33:45. | 100% | 3,177,023,558 | 1,031,526,097,931,010 | |
@ameliawheat | 2017/01/13 10:30:18. | 100% | 57,428,893 | 22,285,856,481,033 | |
@thegame | 2017/01/13 10:07:03. | 2% | 114,989,473 | 28,303,473,966,079 | |
@steembets | 2017/01/13 10:07:03. | 2% | 105,196,139 | 25,894,349,839,551 | |
@abdullar | 2017/01/13 10:16:15. | 20% | 583,040,020,206 | 798,913,762,162,321,664 | |
@anasz | 2017/01/13 11:32:03. | 50% | 12,656,934,667 | 4,148,363,627,373,770 | |
@jimitations | 2017/01/13 10:30:12. | 100% | 17,279,938,008 | 6,999,252,797,404,261 | |
@steemsports | 2017/01/13 10:30:06. | 100% | 1,101,344,735,968 | 527,160,190,793,227,456 | |
@tomino | 2017/01/13 10:30:15. | 100% | 133,711,049,044 | 53,276,412,888,770,560 | |
@steemvest17 | 2017/01/13 10:15:18. | 100% | 32,059,840,528 | 46,098,560,111,116,072 | |
@mokluc | 2017/01/13 10:05:24. | 100% | 54,307,965,767 | 0 | |
@steemland.com | 2017/01/13 10:07:03. | 2% | 105,107,132 | 25,941,450,294,450 | |
@selwi | 2017/01/13 10:15:18. | 100% | 704,989,644 | 1,021,802,348,002,585 | |
@lennstar | 2017/01/13 10:20:42. | 100% | 7,690,278,757 | 2,934,924,103,647,590 | |
@steemvoter | 2017/01/13 10:36:03. | 100% | 77,427,544,642 | 26,068,016,390,906,716 | |
@gacherih | 2017/01/13 11:00:15. | 100% | 1,561,589,821 | 512,647,535,934,727 | |
@chessmasters | 2017/01/13 10:30:21. | 100% | 19,434,604,557 | 7,544,813,511,693,619 | |
@steemprentice | 2017/01/13 10:07:03. | 2% | 1,128,429,212 | 278,422,476,410,385 | |
@igor1966 | 2017/01/13 10:27:57. | 100% | 577,909,037 | 292,989,914,912,889 | |
@montreal32 | 2017/01/13 10:12:12. | 100% | 3,289,783,614 | 3,278,299,701,480,125 | |
@tamersameeh | 2017/01/13 10:20:39. | 100% | 492,657,375 | 187,558,214,547,401 | |
@lazariko12 | 2017/01/13 10:16:48. | 100% | 7,994,119,553 | 10,068,758,143,533,684 | |
@cryptocash | 2017/01/13 14:21:51. | 100% | 291,114,663 | 95,184,264,483,051 | |
@luka.skubonja | 2017/01/13 10:21:27. | 100% | 1,009,251,868 | 366,165,429,078,086 | |
@gillyknows | 2017/09/06 14:46:09. | 100% | 0 | 0 |
Post payout | |
Total: | 0.000 SBD |
Curator: | 0 SBD |
Author: | 0.000 SBD |
Reward Obtion: | 50%SBD/50%SP |
Properties | |||||
id | 1,747,750 | ||||
permlink | busy-running-a-script-to-trick-a-bitcoin-hi-lo-game | ||||
author | mokluc | ||||
category | bitcoin | ||||
parent_author | |||||
parent_permlink | bitcoin | ||||
| |||||
active | 2017-01-14T01:25:30 | ||||
created | 2017-01-13T10:05:24 | ||||
last_update | 2017-01-13T10:05:24 | ||||
last_payout | 2017-02-13T10:34:00 | ||||
cashout_time | 1969-12-31T23:59:59 | ||||
max_cashout_time | 1969-12-31T23:59:59 | ||||
depth | 0 | ||||
children | 5 | ||||
net_rshares | 0 | ||||
abs_rshares | 0 | ||||
vote_rshares | 0 | ||||
children_abs_rshares | 0 | ||||
total_vote_weight | 0 | ||||
reward_weight | 10,000 | ||||
total_payout_value | 0.964 SBD | ||||
curator_payout_value | 0.127 SBD | ||||
max_accepted_payout | 1000000.000 SBD | ||||
pending_payout_value | 0.000 SBD | ||||
total_pending_payout_value | 0.000 STEEM | ||||
promoted | 0.000 STEEM | ||||
author_rewards | 7096 | ||||
net_votes | 57 | ||||
root_author | mokluc | ||||
root_permlink | busy-running-a-script-to-trick-a-bitcoin-hi-lo-game | ||||
root_title | Busy running a script to trick a Bitcoin HI-LO game | ||||
allow_replies | 1 | ||||
allow_votes | 1 | ||||
allow_curation_rewards | 1 | ||||
percent_steem_dollars | 10,000 | ||||
author_reputation | 42,525,933,208,408 | ||||
Metadata | |
json_metadata | |
"tags":["bitcoin", "cryptocurrency", "game", "til", "tutorials" , "image":["https://picload.org/image/rogwrwgw/script.jpg", "http://static1.freebitco.in/banners/728x90-3.png", "https://picload.org/image/rogwrwog/64.jpg", "https://picload.org/image/rogwdrpo/32.jpg", "https://picload.org/image/rogwdllw/change.jpg", "https://media.giphy.com/media/F0M5HYrDY5Fkc/giphy.gif" , "links":["http://freebitco.in/?r=2866781" , "app":"steemit/0.1", "format":"markdown" |