Jump to content

Recommended Posts

Posted (edited)

Well in a attempt to learn once again i am tryign to make a msn flooder.

I have 2 problems so far :) :">

here is my code lol

Problem Fixed source removed.

Thanks its all fixed now.

Edited by Canada369
Posted

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

Posted

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

Posted (edited)

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())

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
×
×
  • Create New...