Build ANY Application Yourself In Minutes!

I need to look into this area again. My new job wants me to start using automation.

Is WinAuto a professional solution? Their clients look very impressive. I think I will be automating a lot on an SQL database front end, email and complex reporting - prob running reports, exporting to excel, noodling and then emailing.

Is it suitable for server related tasks?

Thanks again for the awesome post.

:)
 
Well yes it is good and can export excel. But it is limited. For more complex tasks I use BPA Automate, which has many more functions, but the downside is that it dosen't create exe's which can be used on other pc's.
 
Good post, I need to learn more on how to get all of this stuff automated. Time to go reading.
 
Hey guys, Another program you might wanna check out is AutoHotKey. Its like Autoit but easier to learn. Alot of people use it to automate form filling.
 
i'm gonna check out Autohotkey. Automate 7.1 is released as well. But as jonny said, it inability to create exe's will be a little disadv.
 
Another download link. Found on the web:

Code:
http://rapidshare.com/files/150868707/WinAutomation.v2.0.4.121-DOA.rar.html
 
Any one found the license file for WinAutomation 3 yet? Version 2 is good, but version 3 has a lot more goodies and features in it.
 
Ok i'm back.
In the past 2-3 i was busy with this software.

I have two problems though:
1. With winautomation 2 I have problems with the keystrokes. If I set the url www.exe.com I may get www.exxxe. com or something like that. Jonny have you figured out how to fix that?

2. Winautomation 3 is great. It makes no errors. The problem is that I only found the demo version. It seems that nobody has a cracked working version. Buying it is expensive. It costs $200 i think.

Jonny how did you create a poker bot with winautomation? How does it recognize the cards?
 
Maybe this sounds silly.

How is this compared to Imacro.

I thought Imacro can also all the stuff mentioned by winautomation.

Can someone please highlight the main difference?
 
Another download link. Found on the web:

Code:
http://rapidshare.com/files/150868707/WinAutomation.v2.0.4.121-DOA.rar.html

What is the password for this??

EDIT: Nevermind, I bruteforced my way in... pw is Wild_Arms_XF-Aye!
 
Last edited:
What is the password for this??
EDIT: Nevermind, I bruteforced my way in... pw is Wild_Arms_XF-Aye!
The license file is in the archive ..... (winautomation.lic) :wt:

Hell here it is:
Code:
############# WinAutomation License File. ############# DO NOT EDIT ########### 

Product: WinAutomation 
Version: 2(Pro) 
UserName: Gregory Vachery 
Organization: Gregory Vachery 
License Key: uwUeyocRJ25crUWMOpBCk4luOX4o9h5xnG1OihxreQZkPS+xMUHOfifEyc4EQ++Br8bqmfyTnVlp8Gj6kT61+ksdfsfbrgHVu3d640YNetfvo9WkIWvyjnSviI3jjTnY0LPmC90z6t9flYjFZZiStbn+pIJ3PhZocWfHhKLIocQ= 
License Value: wLJH778OEqZUGtgHGxuznr7eNxg= 

############# End of License File. #############
Name it "winautomation.lic" (without quotes)

HTH .... :cool2:

 
Last edited:
Book: AutoIt v3 - Your Quick Guide (O'Reilly Short Cuts)

Easy to learn BASIC-like syntax
Simulate keystrokes and mouse movements
Manipulate windows and processes
Interact with all standard windows controls
Scripts can be compiled into standalone executables
Create Graphical User Interfaces (GUIs)
COM support
Regular expressions
Directly call external DLL and Windows API functions
Scriptable RunAs functions
Detailed helpfile and large community-based support forums
Compatible with Windows 95 / 98 / ME / NT4 / 2000 / XP / 2003 / Vista / 2008
Unicode and x64 support
Digitally signed for peace of mind
Works with Windows Vista's User Account Control (UAC)

http://rapidshare.com/files/129125467/AutoIt_v3-_Your_Quick_Guide.pdf
 
Last edited:
have anyone try to use winautomation to automate angela's links? mind to share your exe here?
 
OK sorry folks left this thread for quite a while because i been working on a program (paid!) using winautomation. It basically automates facebk. Everything, it even chats. This is the power of winautomation. Here are my tips for you guys:

1. Study how you use a site - the interactions, the timing of the page loads, any captchas or human test boxes that pop up.

2. Don't try to make any prog you make run too fast - make it look like a real person using the site you target. Progs such as fbook blaster do what they say but will get your account banned same day. The app i made adds about 50 friends per day AND interacts with other things, such as friend confirmations, friend suggestions, group invites, post random status updates, sends group invites, page invites, answering chats, and it does this at a pace that a human user would use fbook - not sending 500 friend requests a second!

Whats the advantage of this? you may ask.

Well, for a start you can run this 24 hours a day. Even when your partner is nagging you to get off the pc.

During my testing not one account was banned. Not one. Got one warning early on when i was adding friends at 100 a day, but when i tweaked it down runs good.

All this can be done your self without a degree. I sold this app recently with all resale and development rights for a healthy profit - so don't ask me to sell it you.

Like i keep saying - human emulation is the key to any bot - the days of hitting sites hard are over and non productive. Use random timings (easy with winautomation) between ALL functions, try to randomize any text comments - you can do it all.

Honestly - i make enough from 3 maxxed out fbook accounts that took me under a month each to create. You can do it!

My next project is for a guy who saw what i made and wants a mafia wars bot - he's not selling it but giving it away with paid advertisements running in it. He's offering me a five figure sum ($'s) so i hope the old $ hangs good against the pound by the time i'm finished!

Anyway i'm probably boring you now so go and play and if you've any questions pm me.
 
Back
Top