Working Script - Freebitco.in auto claimer IMacros
-
@bitko Cool let me know if you want my help with something...
-
@gpedro said in Working Script - Freebitco.in auto claimer IMacros:
@bitko Cool let me know if you want my help with something...
Thanks buddy. For now, I'm good enough for everything, only lil busy due to finalizing my contract in current project. I'm going back to my home country end of the month, then will have more free time. Next year will be my time without job, so I will focus on Burst while spending my time with my family. Who knows I can start living with Burst and can be a pilot project for other people around the globe.
-
This is something interesting and Ihad to try this myself :)
I have 280 balance and I think I followed all the steps. But when I play I get the following error:
I get this error:RuntimeError: element SELECT specified by ID:free_play_captcha_types was not found, line 7 (Error code: -921)
-
@samreader1 wich version of the iMacros are you using?
-
@gpedro 8.9.7, just like @dagentlemang mentioned.
-
@samreader1 hmm have you checked in your API error log on the 9kw site to see if it gives you more info regarding to that? have you changed the three paths of the first lines of code and checked if when you run the script there is a picture that is created with the name "freebitcoin" in the iMacros folder?
-
@gpedro I did not change the path at all. I left it as is. @dagentlemang specifically told me not to mess with it.
I ran the addon on a seperate mozilla instance and I got a popup error:
"0008 Kein Captcha gefunden. / No captcha found" on a seperate tab and then after a few seconds, on the site, I got "Incorrect captcha entered" message
-
@samreader1 you have to change the three paths in the initial lines because otherwise it will not create neither upload the image in/from the correct path.
And you need to run in a different instance because the bot will use the tab #2 to make the connection to 9kw API xD
-
@gpedro I confirm that the image is there!
But when I run it again, I keep getting: CAPTCHA NOT READY (AUTO REFRESH IS ACTIVE) - PLEASE WAIT!
-
Please wait it's solving the captcha :) should work
-
I wanted to thank you guys for helping to trouble shoot while I'm at work I love to see how everyone comes together to rally behind something like this
-
@dagentlemang You know this community man... Always happy to help xD
-
Guys... I made a refurnished script provided by @dagentlemang for freebitco above. I made it simpler, and you just need to put your computer name & apikey on 1st two line of the code (line#2 & line#3). You can get the script here: http://pastebin.com/hxEwNKj0
Happy Bursting!
-
@bitko The only difference is the easier config or there is other differences like compatibility with a new version of iMacros and some of the stuff we talked before?
-
@gpedro said in Working Script - Freebitco.in auto claimer IMacros:
@bitko The only difference is the easier config or there is other differences like compatibility with a new version of iMacros and some of the stuff we talked before?
It's only for easier config. Other things remain the same as the original one.
New version of iMacros got many drawbacks and removal of some functions (including the one we're using in this script). If we read the comments in their release we can see many people are requesting to revert back into ver 8.9.7
Regarding some stuffs we talked about, it's gonna take some time. I found a problem in javascript, due to security reason javascript doesn't allow the code to access physical location of our computer. As we know, in above iMacros script, it saves the captcha image into a folder in our computer, then will upload it into 9kw service. I'm working on that to find out the solution. Will post an update here once completed.
-
@gpedro Finally got a solution to combine both javascript (js) and the above iMacros (iim) script. But cannot put them together into 1 js file, the iim file need to be run externally. Then logical steps to check the claim result to be done inside js script. I will put unlimited loop so that the script will keep running continuously (and can be stopped manually if you want).
The script will consist of 2 files:
- iim script, I will modify lil bit to adjust it into basic claiming methods. The file must be saved with extension .iim
- js script (the file must be saved with extension .js), will be the main script to be executed, containing all logical steps: checking the availability of free-roll, checking the claim result, and repeat the claim if the result is "wrong captcha", setting the interval of 60 mins delay after successful claim, and so on.
I'm working on it. Expected to be ready within next 24hrs.
I will post the script & "how to" steps in this thread.@dagentlemang , sorry I keep throwing my posts here, and building your initial script & idea into bigger one (hopefuly) :)
-
Lol no sorries needed in the least man I was planning on updating the thread to include more of you, I think it's incredible a small idea can turn into something so much more
Feel free to hijack this thread.
-
@bitko maybe a good solution is use a cloud instead of the physical location on our PC idk... Just throughing an idea xD
Regaring that click on the captcha to display the captcha image i noticed that if we disable the flash it is not needed that click and all runs much more smoothly but i just readed that you posted something about that earlier although i didn't understood at that time xD
So basically the only thing that i think that is missing in this script is some way of confirming if the captcha was correct or not... Just remembered that it can be done with the response that is sent to 9kw with the response if the captcha response id "OK" or "NotOK" so i don't think its needed to capture the line under the captcha to confirm if the pixels are red or not, so it should make easier to confirm if the response failed and if not send back to the beggining of the script instead of start the 3620 seconds timer...
-
@gpedro, as of now the current method is good enough. The js script i'm preparing will make it running smoothly as per your idea. Just stay tune, will update here by tomorrow.
-
Does this work on Ubuntu by any chance?

