Jump to content

More Help


keen
 Share

Recommended Posts

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]

Link to comment
Share on other sites

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 by Paulie
Link to comment
Share on other sites

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 by Paulie
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...