Jump to content

more help plz :P


Recommended Posts

buttons could be more like

1 text to flood

2 times to flood

3 wait between flood ; this is your do until

4 flood

5 exit

also

the message box should say " press when ready to flood" because the message box will wait until the user presses the "ok" button

hope it helps.... (dont really care for your use of autoit)

8)

NEWHeader1.png

Link to comment
Share on other sites

ok I edited the code a bit, Now i need help withe the until expression still.

<{POST_SNAPBACK}>

we need to see your code to help you. there are many different approaches to complete your request. if you show your code we can try for the "best fit" for your program

8)

NEWHeader1.png

Link to comment
Share on other sites

Once an expression is deemed correct (in example), then the loop will cease to exist, and the rest of the script will be processed.

$timer = TimerInit()

Do

;stuff

Until (TimerDiff($timer)/1000) > 10 ;do stuff until it's been 10 seconds

Edited by MSLx Fanboy

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...