Create your own Account Creation Bots

mdd345

Regular Member
Joined
Apr 2, 2008
Messages
236
Reaction score
247
So... I know when I was first starting out I didn't have any money to buy ANY software.... I was at the mercy of what I could get for free... That meant that if I wanted to create 100 Youtube Accounts, I had to do it manually, which was VERY boring...

That is where AHK (AutoHotkey) comes in..... google it. It's free software that can record your mouse/keyboard movements as a macro. What I do to create multiple accounts is type all the information I will need into an excel spread sheet and then use keyboard shortcuts to copy and paste the data into each section of the form. Once you record the actions once, you can set autohotkey to run the macro whenever you press any button combination. VIOLA, personal "account creator bot".

I have one setup that logs me into youtube, goes to a video, comments, votes, logs out, repeat. It's not as fast as some commercial software, but it's free and fully customizable.
 
Nice!

Let's see how long it takes to start seeing accounts for sale in here :D
 
Someone willing to share or sell the imacros created?
 
Wow, I can't believe all the information in here! Thanks. I hope to contribute soon, but looks like most of what I know is already discussed.
 
Hmm... someone should setup macros on dedicated servers, login as multiple users and let macro run in background, would that would?
 
One question : When you use iMacro add on for creating accounts, how you pull different account info to make it full automated ?
 
I'm right in the middle of a winautomation video series right now
I friggin love this software it's a 30 day trial ...
I'd luv to figure out how to patch it...

I only wish I knew about this 10 years ago ...
...today I'd probably be an automation consultant....

this is really to cool, you can configure this to do just about anything
go dl winautomation and run

the only "small" problem with AutoHotKey is the steep learning curve involved
more programmer oriented


BTW no I'm not affiliated w/this app I'm just hoping someone
will like it enough to try to crack this..
if not I'll just buy the licence....

also there are some "non official tutorials' vids running around
if you can get your hands on them they're great...


WinAutomation Features

WinAutomation is an automation tool that contains plenty of features to help you automate every task in the most easy and reliable way.
The major features of the application are:

* Visual Job Designer
* 120+ Predefined Actions
* Macro Recorder
* Variables
* Flow Control, Conditionals, Loops
* Integrated Debugger
* Exception Handling
* Image Recognition
* Scheduler
* Triggers
* Event Log
* Compile to Exe


1eor5i.gif



264jalh.gif
 
Last edited:
One question : When you use iMacro add on for creating accounts, how you pull different account info to make it full automated ?

iMacros can read data in from a CSV file, that's how i've always done it.
 
Nice!

Let's see how long it takes to start seeing accounts for sale in here :D

I've already seen them: 1000 for like 25 or 35 bucks. Thought it was a good deal until this thread came up.

Kudos
 
I agree I have been using Imacros for a while. Very easy to use.

You don't need to know how to program to make simple Macros.

My only gripe is that it works best in IE, and after hours of running Imacros, your computer will run slow as crap. (mostly the fault of IE and online JavaScripts )
 
I have been using autohotkey for very simple automation. But for a long sequence of action like account creation, upload file, and comment, it take more more to learn the in and out of the AHK.

Do you have a prototype of AHK script for share? That would be fantastic.
 
I have had imacros sitting around on my box for along time. I knew it would come in handy for something.
 
for me autohotkey is for guys with high programming skills,
those kind of geeks that don't have a life that do everything they
can to make something that can be found easily in imacros or winautomation
as difficult as possible...
WhyTF would I spend all night coding a sequence when I can just click some buttons then go back and tweek it a bit....

also I haven't figured on how to load a list of urls so the program would load them automaticly with no mouse activity...
also I need a macros program that can open and run applications w/out mouse activity I know that winautomation come pretty damn close to this..
but my trail period is about to run out...

those geeks shouls spend more of there tim creating a GUI for autohotkey now that would be cool...
 
Ya, AHK is for programmers, but you can do alot more with it than any of the other automated type macro programs. Each has it's inherent limitations on http request streams. And if you want to do any type of browser timing you need access to the streams (like knowing when something is finished).

Don't know if iMacros or any other macro type prog can do this without additional scripting.

Does anybody know?

thanks
finalanswer
 
thanks so much for that software, I've been looking for macro recorders, and all i found were paid ones, had no clue about free ones. Thank you for helping a noob! :D
 
I've found DejaClick easier to use than iMacros for some reason. I have the iMacros Scripting Edition and it's all greek to me.
 
Yeah, been using it for quite some time. I swear I have seen it on this forum here somewhere as a suggestion!
 
Back
Top