@falconCoin really? odd...
gpedro
@gpedro
I'm an 24 years old Portuguese guy, with a lot of will to make burst projects come to life, with the purpose of rise a lot the value of this wonderfull coin...
Posts made by gpedro
-
RE: Working Script - Freebitco.in auto claimer IMacrosposted in General Discussion
Looks like captchas are back x'D
-
RE: [ANN] Kohinoor Asset- Safest Investment Asset!!posted in Asset Exchange
@Marc said in [ANN] Kohinoor Asset- Safest Investment Asset!!:
So your McDonalds, whats your Business Modell, selling Burgers, end, fine.
You are wrong sir... McDonalds Company business is not sell Burgers, is a Real Estate model... You open a McDonald's restaurant and the space belong to them, hamburguers are a currency with wich you pay more burguers to sell in your restaurant! That's why they can guarantee ROI in 2 years... ;D
@dvndr007 OK, your income is from the AE but what you do exactly? It's active trading or buy and hold for dividends?
-
RE: [ANN] Kohinoor Asset- Safest Investment Asset!!posted in Asset Exchange
@dvndr007 How do you invest? Trading? I don't understand how such good profits can be a safe investment... I'm pretty sure you have to be taking big risks!
-
RE: [ANN] Kohinoor Asset- Safest Investment Asset!!posted in Asset Exchange
@dvndr007 Are your numbers correct? Did you paid 102% ROI in 2 weeks? Seems too good to be true if you ask me LOL
-
RE: Working Script - Freebitco.in auto claimer IMacrosposted in General Discussion
@Gibsalot Oh really?? How much RP do you win? LOL I win in average 2400 RP per day and spend 2600 RP (with 500% bonus) or 1520 RP (with 100% bonus)...
Although the code spend the max possible so if you have 4400 RP it will activate 100 RP bonus + 1000% BTC bonus... I can try to think in a way of making it activate the lotto tickets after the BTC bonus or something like that in a new update...@falconCoin I don't have a clue but I want that bonus too LOL
-
RE: Working Script - Freebitco.in auto claimer IMacrosposted in General Discussion
- checkInterval is the time between checks for the RP bonus (43 min maybe is a bit too high, because if it checks now and after 10 seconds the bonus end, you will be 43 min waiting for it to activate and will most likely lost one claim at higher rate xD);
- instInterval is a small timer that is used between some instructions (maybe 100 seconds is a bit too much)
- waitsec is the time in seconds between each check to see if its time to roll again... ;D
EDIT:
Regarding the lotto I don't play it so I didn't added in here but you are referring to buy lotto tickets? Maybe I can add another function for that if you explain to me what are you exactly looking for with the lotto xD
I actually have my lotto tickets disabled on my profile (instead of lotto tickets gives you more RP) xD -
RE: Working Script - Freebitco.in auto claimer IMacrosposted in General Discussion
@falconCoin My script does the claim and activate the bonus from the RP when they are inactive...
The bonus is activated this way: first the higher extra RP bonus, only after the max BTC bonus...
That's all it does ;P -
RE: Working Script - Freebitco.in auto claimer IMacrosposted in General Discussion
FREEBITCO.IN BOT by gpedro
Installation:
- Install Firefox or Cyberfox (Tested in both and cyberfox worked a little better in performance and resources management)
- Install iMacros (tested with iMacros for Firefox 8.9.7 but i think it should work with more recent versions)
- Open the notepad and copy/paste the code below into it.
- Save the file to FreeBTC.js (the name doesn't matter, just the .js in the end. Feel free to use what you wish xD)
- Move the FreeBTC.js to C:\Users\ [YOUR USERNAME IN YOUR PC IN HERE] \Documents\iMacros\Macros
- Open Firefox or Cyberfox in the freebitco.in webpae with your session logged on and click on the iMacros Icon... It will pop a small tab in the left side of the screen... Select the FreeBTC.js and hit Start?!
By now the bot should be working for you?!?! ;D
With this bot you can costumize the waiting times by changing the value in the configuration, although in here already goes the recommended values so in the logs of our sessions we can all have different waiting times making a pattern more unlickely to be discovered by the police bots they have... xD
I think the configuration is pretty straightforward, but if anyone has any doubts feel free to ask...//###################################################################################################################### ///////////////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //||||||||||||||||||||||||||||||||||------------- FREEBITCO.IN BOT ---------------|||||||||||||||||||||||||||||||||||||| //|||||||||||||||||||||||||||||||||--------------- Made by GPEDRO ----------------|||||||||||||||||||||||||||||||||||||| //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //###################################################################################################################### ///////////////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //|||||||||||||||||||||||||||||||||||||||------------- DONATIONS -------------|||||||||||||||||||||||||||||||||||||||||| //|||||||||||||||||||||||||------------- BURST: BURST-JYHR-SPXP-YT22-5F4KM -------------|||||||||||||||||||||||||||||||| //||||||||||||||||||||||------------- BTC: 355htxGPd1FkG2UC8knEN1VBs1UwboGSwa -------------||||||||||||||||||||||||||||| //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //###################################################################################################################### ///////////////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //||||||||||||------------- IF YOU DIDN'T REGISTERED YET PLEASE USE THE LINK BELOW, THANKS! -------------||||||||||||||| //||||||||||||||||||||||------------- REF LINK: https://freebitco.in/?r=2776873 -------------||||||||||||||||||||||||||| //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //###################################################################################################################### ///////////////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //|||||||||||||||||------------- Fill this 3 variables with your personalized values -------------|||||||||||||||||||||| //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //********************************************************************************************************************** //Interval between check of bonuses (minutes) //Default: 15 min (THE LOWER THIS NUMBER THE MORE BOTISH YOU WILL LOOK LIKE) var checkInterval = 15; //********************************************************************************************************************** //Instruction interval (seconds) //Min. Recommended: 10 sec var instInterval = 10; //********************************************************************************************************************** //Wait interval (seconds) //Recommended: 15 sec var waitsec = 15; //********************************************************************************************************************** //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //###################################################################################################################### ///////////////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //|||||||||||||||||||||||||||||||||||||||------------ FUNCTIONS ------------|||||||||||||||||||||||||||||||||||||||||||| //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //********************************************************************************************************************** function wait(){ macro = "CODE:WAIT SECONDS=" + Math.floor(waitsec) + "\n"; iimPlay(macro); macro = null; } //********************************************************************************************************************** function click(){ macro = "CODE:TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:ROLL!\nWAIT SECONDS=" + Math.floor(instInterval / 2) + "\nTAG POS=16 TYPE=A ATTR=TXT:×\n"; iimPlay(macro); macro = null; } //********************************************************************************************************************** function check(){ txt = null; macro = "CODE:TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:free_play_form_button EXTRACT=HTM\n"; iimPlay(macro); txt = iimGetLastExtract(); macro = null; if (txt.search("display: none") < 0){ click(); } txt = null; } //********************************************************************************************************************** function rps(){ macro = "CODE:TAG POS=1 TYPE=A ATTR=HREF:#&&CLASS:rewards_link\nTAG POS=1 TYPE=DIV ATTR=CLASS:reward_table_box<SP>br_0_0_5_5<SP>user_reward_points<SP>font_bold EXTRACT=TXTALL\n"; iimPlay(macro); points = iimGetLastExtract(); macro = null; arr = points.split(''); points = null; for(var i=0; i<arr.length; i++){ if (arr[i] == ","){ arr.splice(i,1); } } if (i >= arr.length){ points = Math.floor(arr.join('')); } arr = null; return(points); } //********************************************************************************************************************** function checkRPbonus(){ txt = null; macro = "CODE:SET !TIMEOUT_PAGE 20\nREFRESH\nSET !TIMEOUT_STEP 1\nTAG POS=1 TYPE=SPAN ATTR=CLASS:free_play_bonus_box_span_large EXTRACT=TXTALL\n"; iimPlay(macro); txt = iimGetLastExtract(); macro = null; if(txt.search("extra reward points") == -1){ points = rps(); if (points > 11){ macro = "CODE:TAG POS=6 TYPE=DIV ATTR=CLASS:reward_category_name\nWAIT SECONDS=1\n"; if (points >= 1200){ macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('free_points_100')\n"; } else if (points >= 600){ macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('free_points_50')\n"; } else if (points >= 120){ macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('free_points_10')\n"; } else { macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('free_points_1')\n"; } macro += "WAIT SECONDS=" + instInterval + "\n"; iimPlay(macro); macro = null; } macro = "CODE:TAG POS=1 TYPE=A ATTR=HREF:#&&CLASS:free_play_link\n"; iimPlay(macro); macro = null; } checkBTCbonus(); } //********************************************************************************************************************** function checkBTCbonus(){ txt = null; macro = "CODE:SET !TIMEOUT_STEP 1\nTAG POS=3 TYPE=SPAN ATTR=CLASS:free_play_bonus_box_span_large EXTRACT=TXTALL\n"; iimPlay(macro); txt = iimGetLastExtract(); macro = null; if(txt.search("FREE BTC bonus") == -1){ points = rps(); if (points > 31){ macro = "CODE:TAG POS=4 TYPE=DIV ATTR=CLASS:reward_category_name\nWAIT SECONDS=1\n"; if (points >= 3200){ macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('fp_bonus_1000')\n"; } else if (points >= 1600){ macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('fp_bonus_500')\n"; } else if (points >= 320){ macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('fp_bonus_100')\n"; } else if (points >= 160){ macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('fp_bonus_50')\n"; } else { macro += "TAG POS=1 TYPE=BUTTON ATTR=CLASS:reward_link_redeem_button_style<SP>&&ONCLICK:RedeemRPProduct('fp_bonus_10')\n"; } macro += "WAIT SECONDS=" + instInterval + "\n"; iimPlay(macro); macro = null; } macro = "CODE:TAG POS=1 TYPE=A ATTR=HREF:#&&CLASS:free_play_link\n"; iimPlay(macro); macro = null; } txt = null; } //********************************************************************************************************************** function bot(){ checkInterval *= 4; var count = 0; checkRPbonus(); for(a;a<1;a){ count++; if (count == checkInterval){ checkRPbonus(); count = 0; } check(); wait(); } } //********************************************************************************************************************** //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //###################################################################################################################### ///////////////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //||||||||||||||||||||||||||||||||||||||------------ MAIN PROGRAM ------------|||||||||||||||||||||||||||||||||||||||||| //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// var macro, txt, points, arr = [], a = 0; bot(); //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //###################################################################################################################### ///////////////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //|||||||||||||||||||||||||||||||||||||||------------ THE END !!! ------------|||||||||||||||||||||||||||||||||||||||||| //|||||||||||||||||------------ ENJOY AND DON'T FORGET TO USE THE REFERRAL LINK ;D ------------||||||||||||||||||||||||| //\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////////////////////////////// //######################################################################################################################