[-]
FORUM NEWS

Check out TOR COIN! First blackhat coin, safe and reliable!




Post Reply 
 
Thread Rating:
  • 15 Vote(s) - 3.87 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Facebook Twitter Reddit StumbleUpon
Brand New Free Bitcoin BOT (No Captcha service)
13-04-2016, 10:12 PM (This post was last modified: 13-05-2016 06:54 AM by zennon.)
Post: #1
Star Brand New Free Bitcoin BOT (No Captcha service)
This is a brand new BOT for gathering Bitcoins! April 2016.




Feel free to donate BTC here: 1NFuEdP9pgoQiMaJtK6kzmGnuLH2Nmk851

I MADE AN IMACROS VERSION TOO!
You can download it here: You are not allowed to view links. Register or Login to view.
THE FAUCET: You are not allowed to view links. Register or Login to view.
Mini Mouse Macro: You are not allowed to view links. Register or Login to view.

And the faucet is paying, i received my first payments! Smile

[Image: 6th4de.jpg]
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
[+] 6 users Like zennon's post
Advertisement
14-04-2016, 08:32 PM
Post: #2
Thumbs Up RE: Brand New Free Bitcoin BOT (No Captcha service)
Great!

tonino, proud to be a member of How To Get Bitcoins since Feb 2016.
Find all posts by this user
Like Post Quote this message in a reply
[+] 2 users Like tonino's post
14-04-2016, 10:43 PM
Post: #3
RE: Brand New Free Bitcoin BOT (No Captcha service)
Thanks Zennon you is the best master coins!Big Grin


(13-04-2016 10:12 PM)zennon Wrote: You are not allowed to view links. Register or Login to view.This is a brand new BOT for gathering Bitcoins! April 2016.





The Faucet: You are not allowed to view links. Register or Login to view.
Mini Mouse Macro: You are not allowed to view links. Register or Login to view.

angelusce79, proud to be a member of How To Get Bitcoins since Feb 2016.
Find all posts by this user
Like Post Quote this message in a reply
15-04-2016, 01:50 AM
Post: #4
RE: Brand New Free Bitcoin BOT (No Captcha service)
Zennon could you please export your settings? I've tried here and not work !Huh

angelusce79, proud to be a member of How To Get Bitcoins since Feb 2016.
Find all posts by this user
Like Post Quote this message in a reply
Advertisement
15-04-2016, 04:36 AM
Post: #5
RE: Brand New Free Bitcoin BOT (No Captcha service)
The settings are different for each monitor, resolution.
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
15-04-2016, 06:25 AM
Post: #6
RE: Brand New Free Bitcoin BOT (No Captcha service)
hey zennon, you can use this in imacros.

it basically holds the left mouse button, drags it from x1,y1 coordinates to x2,y2 coordinates, then releases the left mouse button.

Code:
DS CMD=MOVETO X=468 Y=361 CONTENT=
DS CMD=LDOWN X=468 Y=361 CONTENT=
DS CMD=MOVETO X=695 Y=362 CONTENT=
DS CMD=LUP X=695 Y=362 CONTENT=

bow.moses, proud to be a member of HOW TO GET BITCOINS since Apr 2016.
Find all posts by this user
Like Post Quote this message in a reply
15-04-2016, 06:29 AM (This post was last modified: 15-04-2016 06:35 AM by zennon.)
Post: #7
RE: Brand New Free Bitcoin BOT (No Captcha service)
(15-04-2016 06:25 AM)bow.moses Wrote: You are not allowed to view links. Register or Login to view.hey zennon, you can use this in imacros.

it basically holds the left mouse button, drags it from x1,y1 coordinates to x2,y2 coordinates, then releases the left mouse button.

Code:
DS CMD=MOVETO X=468 Y=361 CONTENT=
DS CMD=LDOWN X=468 Y=361 CONTENT=
DS CMD=MOVETO X=695 Y=362 CONTENT=
DS CMD=LUP X=695 Y=362 CONTENT=

Thanks! But I am not sure it will work. Why don't you make an imacros bot for this faucet! We all will be more than happy! Smile
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
Advertisement
15-04-2016, 07:08 AM (This post was last modified: 15-04-2016 07:14 AM by bow.moses.)
Post: #8
RE: Brand New Free Bitcoin BOT (No Captcha service)
(15-04-2016 06:29 AM)zennon Wrote: You are not allowed to view links. Register or Login to view.Thanks! But I am not sure it will work. Why don't you make an imacros bot for this faucet! We all will be more than happy! Smile

well, i'm fairly new to imacros, so you guys might as well tweak this script i made.
i tested this via imacros browser v10, maximized, 1600x900 resolution.

play it looped and set "Max" to 99999

Code:
VERSION BUILD=10022823

SET un YOUR_USERNAME
SET pw YOUR_PASSWORD

SIZE X=1190 Y=714

TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://usdfaucet.com/login.php
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:login CONTENT={{un}}
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=NAME:pass CONTENT={{pw}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:connect

WAIT SECONDS=1

DS CMD=MOVETO X=468 Y=361 CONTENT=
DS CMD=LDOWN X=468 Y=361 CONTENT=
DS CMD=MOVETO X=695 Y=361 CONTENT=
DS CMD=LUP X=695 Y=361 CONTENT=

WAIT SECONDS=1

TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:collect_r.php ATTR=NAME:submit

WAIT SECONDS=911

TAG POS=1 TYPE=A ATTR=TXT:Logout

bow.moses, proud to be a member of HOW TO GET BITCOINS since Apr 2016.
Find all posts by this user
Like Post Quote this message in a reply
15-04-2016, 07:20 AM
Post: #9
RE: Brand New Free Bitcoin BOT (No Captcha service)
(15-04-2016 07:08 AM)bow.moses Wrote: You are not allowed to view links. Register or Login to view.
(15-04-2016 06:29 AM)zennon Wrote: You are not allowed to view links. Register or Login to view.Thanks! But I am not sure it will work. Why don't you make an imacros bot for this faucet! We all will be more than happy! Smile

well, i'm fairly new to imacros, so you guys might as well tweak this script i made.
i tested this via imacros browser v10, maximized, 1600x900 resolution.

play it looped and set "Max" to 99999

Code:
VERSION BUILD=10022823

SET un YOUR_USERNAME
SET pw YOUR_PASSWORD

SIZE X=1190 Y=714

TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://usdfaucet.com/login.php
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:login CONTENT={{un}}
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=NAME:pass CONTENT={{pw}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:connect

WAIT SECONDS=1

DS CMD=MOVETO X=468 Y=361 CONTENT=
DS CMD=LDOWN X=468 Y=361 CONTENT=
DS CMD=MOVETO X=695 Y=361 CONTENT=
DS CMD=LUP X=695 Y=361 CONTENT=

WAIT SECONDS=1

TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:collect_r.php ATTR=NAME:submit

WAIT SECONDS=911

TAG POS=1 TYPE=A ATTR=TXT:Logout

That will never work because the objects appears in different places after every page reloading.
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
15-04-2016, 07:22 AM
Post: #10
RE: Brand New Free Bitcoin BOT (No Captcha service)
I am not saying it can't be done. I'm saying i don't know how! Dodgy
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
Advertisement
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Rainbow SOLVE CAPTCHA EARN BITCOIN !!! bOt bitcoin88 10 3,716 19-06-2017 06:29 PM
Last Post: drake_smart
Exclamation AUTO CAPTCHA BITCOIN BOT (2016) zennon 31 41,996 02-02-2017 04:17 AM
Last Post: roshanm11
  FaucetBot [BOT][Service Terminated] ED209 12 5,760 30-11-2016 08:47 AM
Last Post: ED209
  Best Bitcoin Faucet Bot (No Captcha) zennon 19 8,601 13-07-2016 02:37 AM
Last Post: universalfxbd
  BitOrion NEW BOT (no captcha service needed) btcludo 15 6,124 19-05-2016 02:50 PM
Last Post: Milu74

Forum Jump:


User(s) browsing this thread: 1 Guest(s)
Advertisement

Contact Us | Advertise with Us! | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication