Canada369 Posted July 14, 2005 Posted July 14, 2005 (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 July 19, 2005 by Canada369
Valuater Posted July 14, 2005 Posted July 14, 2005 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)
Canada369 Posted July 14, 2005 Author Posted July 14, 2005 Dont worry im sjut doign to learn, im not goign to spam anyone rele.
Canada369 Posted July 18, 2005 Author Posted July 18, 2005 ok I edited the code a bit, Now i need help withe the until expression still.
LxP Posted July 18, 2005 Posted July 18, 2005 while (exp[b][/b]ression = false) send($text & "{ENTER}") wEnd
Valuater Posted July 19, 2005 Posted July 19, 2005 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 program8)
Canada369 Posted July 19, 2005 Author Posted July 19, 2005 I did, I edited my first post, while (expression = false) send($text & "{ENTER}")wEndthe (expression = false) what does that do.
MSLx Fanboy Posted July 19, 2005 Posted July 19, 2005 (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;stuffUntil (TimerDiff($timer)/1000) > 10 ;do stuff until it's been 10 seconds Edited July 19, 2005 by MSLx Fanboy Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
Canada369 Posted July 19, 2005 Author Posted July 19, 2005 ook ty that helps, I will try it out torromow.
Canada369 Posted July 19, 2005 Author Posted July 19, 2005 ok Well I got it working, Just it doens tspam a amount it spams for a amount of TIME. Still worked great .
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now