copy and paste from cef =]
ACTool - From the start to pro! By DevilGilad
Hey people!
I have think alot about it and I want to give you guys a little tutorial about ACTool.
For start, of course, you need the download of ACTool.
Here, you can get the lastest version of ACTool, and even the source of it (ACTool made on Delphi program, so if you want to edit the source, you need Delphi on your computer...)
Okay. You're ready? Let's start!
Part one - How to start the work?
Okay. At the start, you'll see two tables on the screen - One of them is the place you have to write\replace your codes and scripts and the other is a type of "helper" that shows you all the commands that the program have. Now, when you are write your scripts, you'll see that the types of the text colors are different. Let's sort them:
Green text = comment.
Red text = command.
Purple text = usually, it's constant.
Blue = special.
If you want to stop ACTool when running, click at 'Pause' or 'Stop' button.
Part two - Comments
Let's start with something that will help you in the future - comments. To write a comment after a command (CANNOT be before command), at a empty line or something else - just put //. Yeah, that's all, and the text after that would change to green (read above - Green text = comment).
Now, let's go to basic commands.
Part three - Basic commands Delay command
Pretty easi command. The command 'Delay' delays between two commands. After 'Delay', you have to put number of miliseconds of delaying. For example, if I'll write "Delay 1,000" it'll delay the work for 1 second. If you want to do it for 60 seconds (minute), you have to write 60,000.
Keys command
Write something. You can delay between two letters, like
Keys H
Delay 200
Keys e
Delay 200
Keys y
It'll write 'Hey' on 400 miliseconds. Of course, if you want to write something, you have to tell the program to open notepad or something like that, and I'll talk about it later.
Special keys
There are some special letters that you can't write as always, like Space key. If you'll write "Keys Space", IT WON'T WORK and it'll just write 'Space', nothing else. Here's a list of special keys:
Space - write as {Space} (it's text color will change to blue)
That's only one. If you want to see the full list, go to ACTool's right table and go to "Special Variables" category.
Open another program
Simple. Just write "ExecProgram" and after that write the program's path you want to open. For example: to open ACTool, you'll have to write C:\Program Files\AC Tool\ACTool.exe.
That's all for now. I have to go for two hours, and after I back, I'll continue with the tutorial. For now, you can leave me replies +reps :]