Lets just start off by saying that Web Human Emulator is one of the most advanced pieces of software for 2010! This is a must buy for all Blackhatters, Whitehatters, Greyhatters, and any damn person that is tired of wasting hours and hours tidious manual computer labor.
Web Human Emulator helps me automate ANY and ALL tasks that could possibly be thought of. The many possible uses of this application are limitless. I have used this application for many of my Blackhat Automation Tactics, such as Myspace account creation, Myspace Profile Updater, Myspace Mass Emailer, Myspace Mass Friend Commenting, Mass Bulletin Posting, Automated Replies of emails/messages, Creating Mass Email accounts for Gmail, Yahoo, Hotmail, Creating Mass Twitter accounts... This list could keep going for hours I have automated EVERY single task I do on a daily basis.
Web Human Emulator makes it easy for even NON-PROGRAMMING minds to accomplish their automation tasks, with their easy to use Macro Recorder. The Macro Recorder feature basically replicates all your Mouse / Keyboard activity and generates simplified Web Human Emulator code, which is pure PHP Code shortend and simplified so ANYONE can code!
For example, I will show you a short and easy Web Human Emulator code example. The following example is the code that you would use with Web Human Emulator to automate the Xanga.com account creation process.
navigate("http://www.xanga.com/register.aspx");
$browser->wait_for(240,1);
//Fill the input field data
//login
$input->set_value_by_number(0, "admygteryrtin1");
//password
$input->set_value_by_number(1, "rte34otu2");
//Repeat password
$input->set_value_by_number(2, "rte34otu2");
//email
$input->set_value_by_number(3, "ad456435min1@host.com");
//Call Entry dialog CAPTCHA
$captcha = $app->dlg_captcha_from_image_number(1);
$input->set_value_by_number(4, $captcha);
//Set the date of birth
//1
$listbox->select_num_value_by_number(1,1);
//May
$listbox->select_num_value_by_number(0,5);
//1980
$listbox->select_num_value_by_number(2,51);
//Set the check, I agree
$checkbox->set_checked_by_number(0, "true");
//Push the button
$button->click_by_number(0);
$browser->wait_for(240,1);
//Exit
$app->quit();
?>
YES EVERYONE! IT IS THAT EASY! That simple code will create a Xanga account over and over again as long as you manually input the captcha correctly. Web Human Emulator is the future of automating ANY and ALL internet tasks.
The greatest part of all is the technical support that comes with this software. I vouche for the Web Human Emulator Support team, they are outstanding. If for some reason you get tired of coding, can't seem to catch enough concentration to code up a simply Web Human Emulator script.. The Web Human Emulator team will code your script to any specific customizations you require for a REAL REASONABLE price!
There is no reason why anyone who wants to start programming can't sit down and begin with the simplified coding that Web Human Emulator provides. I can not stress this programs effectiveness through Web Automation. If you are doubting this program in anyway, look at the above code again and ask yourself... CAN YOU PROGRAM MANUAL CAPTCHA INPUT IN TWO LINES?
$captcha = $app->dlg_captcha_from_image_number(1);
$input->set_value_by_number(4, $captcha);
It is that EASY! I am not a hardcore programmer or anything, but I have seen other languages take up 10+ lines of code for simple MANUAL Captcha recognization.
The real ZINGER of the software is that they have basically hardcoded the ANTICAPTCHA service and the CAPTCHABOT service into Web Human Emulator. The programming needed for these services isn't a shit load of lines of code, like normally would be requires with any other programming languages... but with Web Human Emaulator, the code needed to do this is easy.
Recognize captcha image using antikapcha service:
$image->recognize_by_anticaptcha($url, $file, $key);
Recognize captcha image using kapchabot service:
$image->recognize_by_captchabot($user, $password, $file, $url ="",$code = 0);
There is no other application available right now that does what Web Human Emumlator does! Cookies, Javascript, Frames... These are all dealt with. Web Human Emulator is the easiest of automated PHP code generators. Stop paying programmers to code your Web 2.0 automation tasks, buy Web Human Emulaor and start coding them yourself with the SUPER EASY Macro Recorder and the already 15+ codes script samples to help you in coding.