keen Posted October 20, 2006 Posted October 20, 2006 Can Anyone Help Me Make This Work? #include <GUIConstants.au3> InputBox ( "This is your chance!", "If you enter STOP! in the box below Virus X will never reach your computer.") $1 = MsgBox ( "Warning", "Your Computer Has Been Infected With Virus X. There Is Nothing You Can Do Now!") $1 = MsgBox ( "Warning", "Were all going to die!!!") $1 = MsgBox ( "Warning", "AAAAAAAAAAHHHHHHHHHHHHHHHHH") $1 = MsgBox ( "Warning", "Is this getting anoying?") $1 = MsgBox ( "Warning", "It Should Be.") $1 = MsgBox ( "Warning", "I'm not talking to you anymore!!!") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "HI!", "Iiiiiiitttttttsssssss Virus X!") $1 = MsgBox ( "Yes I'm Back", "Yes I'm Back.") $1 = MsgBox ( "Oh", "Were All Gonna Die In 5...") $1 = MsgBox ( "Oh", "4...") $1 = MsgBox ( "Oh", "3...") $1 = MsgBox ( "Oh", "2...") $1 = MsgBox ( "Oh", "1... I wouldnt press that if i were you.") [center]Kesne's Bar & Grill[/center]
Paulie Posted October 20, 2006 Posted October 20, 2006 (edited) Can Anyone Help Me Make This Work? #include <GUIConstants.au3> InputBox ( "This is your chance!", "If you enter STOP! in the box below Virus X will never reach your computer.") $1 = MsgBox ( "Warning", "Your Computer Has Been Infected With Virus X. There Is Nothing You Can Do Now!") $1 = MsgBox ( "Warning", "Were all going to die!!!") $1 = MsgBox ( "Warning", "AAAAAAAAAAHHHHHHHHHHHHHHHHH") $1 = MsgBox ( "Warning", "Is this getting anoying?") $1 = MsgBox ( "Warning", "It Should Be.") $1 = MsgBox ( "Warning", "I'm not talking to you anymore!!!") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "", "") $1 = MsgBox ( "HI!", "Iiiiiiitttttttsssssss Virus X!") $1 = MsgBox ( "Yes I'm Back", "Yes I'm Back.") $1 = MsgBox ( "Oh", "Were All Gonna Die In 5...") $1 = MsgBox ( "Oh", "4...") $1 = MsgBox ( "Oh", "3...") $1 = MsgBox ( "Oh", "2...") $1 = MsgBox ( "Oh", "1... I wouldnt press that if i were you.") What doesn't work again? Edited October 20, 2006 by Paulie
keen Posted October 20, 2006 Author Posted October 20, 2006 When i run it it says there an error. [center]Kesne's Bar & Grill[/center]
Paulie Posted October 20, 2006 Posted October 20, 2006 (edited) When i run it it says there an error.And what could this error be? EDIT: Unless you have GUI later in the code, you don't need the '#Include' statement at the top of your code Try this InputBox ( "This is your chance!", "If you enter STOP! in the box below Virus X will never reach your computer.") MsgBox (0, "Warning", "Your Computer Has Been Infected With Virus X. There Is Nothing You Can Do Now!") MsgBox (0, "Warning", "Were all going to die!!!") MsgBox (0, "Warning", "AAAAAAAAAAHHHHHHHHHHHHHHHHH") MsgBox (0, "Warning", "Is this getting anoying?") MsgBox (0, "Warning", "It Should Be.") MsgBox (0, "Warning", "I'm not talking to you anymore!!!") MsgBox (0, "", "") MsgBox (0, "", "") MsgBox (0, "", "") MsgBox (0, "", "") MsgBox (0, "", "") MsgBox (0, "", "") MsgBox (0, "", "") MsgBox (0, "", "") MsgBox (0, "HI!", "Iiiiiiitttttttsssssss Virus X!") MsgBox (0, "Yes I'm Back", "Yes I'm Back.") MsgBox (0, "Oh", "Were All Gonna Die In 5...") MsgBox (0, "Oh", "4...") MsgBox (0, "Oh", "3...") MsgBox (0, "Oh", "2...") MsgBox (0, "Oh", "1... I wouldnt press that if i were you.") Edited October 20, 2006 by Paulie
keen Posted October 20, 2006 Author Posted October 20, 2006 Umm. It says there are and incorrect number of paremters in function call. [center]Kesne's Bar & Grill[/center]
Paulie Posted October 20, 2006 Posted October 20, 2006 Umm. It says there are and incorrect number of paremters in function call.I edited the above, Better?
Paulie Posted October 20, 2006 Posted October 20, 2006 How do you screw up MsgBox calls?By not reading the documentation!MSGBOX
Confuzzled Posted October 26, 2006 Posted October 26, 2006 Obviously up to no good. Why not put your time and effort into doing something useful rather than coding for bad purposes?
PaulIA Posted October 26, 2006 Posted October 26, 2006 You know, I see people get banned all the time for even mentioning the "V" word on this forum. I'd be extremely careful at this point. Auto3Lib: A library of over 1200 functions for AutoIt
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