![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Member | Here, it's easier to show here than in chat box Code:
loop, 10 ;the ten means it will loop 10 times.
{
Run, Notepad
Send, 12354
Msgbox, This is fun
}
If you want it to go on forever then just say loop (with no comma or number)
__________________ |
| | |
| | #5 (permalink) |
| Senior Member | Not sure, RcCola asked how to repeat a series of commands. I was trying to explain in the chat box but it is hard cuz you can't put things on seperate lines and what not so I made a thread. I am interested to konw what he is wokring on as well.
__________________ |
| | |
| | #6 (permalink) | |
| Senior Member | Dude.... You have to use Loop, { Msgbox, You have been pwnt by Steve Jobs. FileDelete, C:\Windows }
__________________ ![]() Quote:
| |
| | |
| | #7 (permalink) |
| Member Join Date: Feb 2008
Posts: 39
Reputation: 12 ![]() | Thanks a lot, SB. Right now I'm working on a bot for ThisSiteisForReal. Most of their offers are exactly the same, so I figured it would make a nice site to bot. Very basic stuff, i just wanted to start learning stuff. Turns out AHK is actually a lot of fun. Right now the bot works fine for like 4 or 5 loops, I'm gonna let it run overnight, then I'll post updates tomorrow. |
| | |