Working Script - Freebitco.in auto claimer IMacros
-
@Rendavu said in Working Script - Freebitco.in auto claimer IMacros:
@bitko and do we need it to set it by Play (Loop) ? I can't find the answers here on your question ;)
Yeah, if you wanna run it continuously. You can assign any numbers in max column (how many loop you want to play the script), then click on PLAY(Loop).
-
@bitko making it claim multiple sites now testing will release later
-
@dagentlemang said in Working Script - Freebitco.in auto claimer IMacros:
@bitko making it claim multiple sites now testing will release later
Nice, will be happy to try it.
Good job buddy!
-
every thing is correct
-
@Njcfamily31907 is the error notification still same as yesterday?
-
@dagentlemang ATTR=ID:free_play_form_button
The popup window free play doesn't go away ? How can I solve this ?
-
@Rendavu well it doesn't really bother me the free play it goes away once the refresh happens , BUTTTT you could record yourself doing the command separately then copying into the code before the wait command at the end
-
@Rendavu said in Working Script - Freebitco.in auto claimer IMacros:
@dagentlemang ATTR=ID:free_play_form_button
The popup window free play doesn't go away ? How can I solve this ?
Just paste following code before the last line of the script:
WAIT SECONDS=5 TAG POS=12 TYPE=A ATTR=TXT:×Then, at the end of the code you can add this:
REFRESHWill definitely solve your problem.
-
@bitko you sir are a god send!!! Thank You
-
@bitko thank you!! I will try that later , Its 6:30 in the morning here Zzzzz
-
every time i get this message i have enough points in my ballance but it keeps on saying this CAPTCHA NOT READY (AUTO REFRESH IS ACTIVE) - PLEASE WAIT!
-
@Rendavu it shows that message but you leave it running... After 1 or 2 minutes should work because it will auto refresh...
-
@gpedro O yes i saw it! i wait for the next attempt in 9 minutes i hope it will work now
-
@dagentlemang @bitko @gpedro i wil send some love in Burst later when i have some coins from the Faucet
-
Can u run 2 or more imacro's at the same time ?
-
@Rendavu i am running the same imacro in 2 different instances of firefox... One for freebitcoin and other for freedogecoin.
I think you have to run in two different instances of firefox because it will always use the Tab #2 to send the captcha to 9kw unless you change the code... And if you don't use 2 different instances the tab #2 will be one of the sites you are running (freedogecoin or freebitcoin) xD@dagentlemang you were saying you are doing it for other sites... What sites? xP
-
@bitko @dagentlemang There is someway we can change the script to verify if the captcha was enter correct and if not run again the script since line one instead of the script only run again after one hour?
Basically my idea is capture an image of a little under the captcha because if it fails if gives you a red bar with the text "incorrect captcha entered", then make the script see if there is red pixels and if there is some run again the script from line 1 again and if everything go smoothly start the timer for the waiting hour... Maybe something like this:
Capture the image
IF image = red pixels
then run again from line 1
else start waiting timer of 3620 secondsAnother thing that can be added to is a click on the captcha since sometimes the captcha only reveals after a click in the box and sometimes the captcha solver fails because the captcha image don't have the text in there...
-
@gpedro it's quite difficult using native iMacros script to implement your idea. But it's very possible using javascript code.
-
@bitko i noticed that there is somekind of IF structure implemented for the captcha upload but i can't understand how exactly is the syntax for the IF structure... I'm no coder but what is the biggest issue? implement the IF or compare the pixel colours? I never coded neither iMacros nor Javascript but i guess you can lend an hand on that right? xD
-
@gpedro iMacros code has different approach in terms of logical argument. I'm not good in giving explanation, but based on my knowledge it's not as flexible as javascript code which is able to perform looping and logical operation locally till such criteria met, then continue to next step.
In javascript, we can make functions and call it as per the requirement. Such as: function searchingbutton, function checkingcaptcha, function claimfreeroll, etc.. and then we can call them in quite simple lines of code.
If we combine iMacros with javascript, it will create a powerful and flexible script for automation purpose.


