AutoIt Help Please

01/14/2007 09:45 Maddhatter56#1
Need Assistance with AutoIt, im stuck i cant get it to repeat/loop/pause
01/14/2007 09:49 jungleboy2#2
Quote:
Originally posted by Maddhatter56@Jan 14 2007, 09:45
Need Assistance with AutoIt, im stuck i cant get it to repeat/loop/pause
be sure to read the manual. no i'm not being sarcastic nor am i being rude. read the manual seriously everything you need to know about creating macros and looping is contained in the help manual. it also takes you through step by step on how to build your own macros.
01/14/2007 10:08 PearlRaven#3
try [Only registered and activated users can see links. Click Here To Register...] instead. It's more friendly for new users and uses some the old autoit syntax.
01/14/2007 10:09 jungleboy2#4
Quote:
Originally posted by PearlRaven@Jan 14 2007, 10:08
try [Only registered and activated users can see links. Click Here To Register...] instead. It's more friendly for new users and uses some the old autoit syntax.
yea but i think he fails to understand to use a program you have to actually read the readme files.
01/14/2007 10:19 PearlRaven#5
he'll still do better with autohotkey lol
01/14/2007 11:08 Maddhatter56#6
i did read the manual, im not a total moron
01/14/2007 15:47 PearlRaven#7
like i said, go ahead and try autohotkey. autoit3 has a scipting language meant for more advanced scripters(not if you're just starting)
01/18/2007 02:11 Maddhatter56#8
Thx For the Advice, i use Both AutoHotkey and Autoit.
I have Made a Plvl For Archers that auto repacks arrows, and heals. thx for the help.
01/18/2007 12:39 Coksnuss#9
Code:
While 1
 Here your Code goes
 And some more code
 If(Function(and, maybe, some, ifs)) == 3 Then
  Blablabla
 EndIf
EndWhile
01/18/2007 13:44 Christoph_#10
Post your code and people will be able to help you.
01/23/2007 02:23 Maddhatter56#11
Christoph, instead of asking for the code, ask for the macro. i know how to read between the lines, lol