Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 12 of 12

Thread: Create fake pop-up error message

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Posts
    401
    Thanks for the great response Tom!

  2. #2
    Join Date
    Aug 2009
    Posts
    2
    Hello everyone!
    I have a way of doing this- and I'd like to share it with everyone.
    First off- this works on absolutely and type of computer, so long as it has a text document [not microsoft word] just plain text document or notepad will do.
    Next, type this in on the first line (do not forget the spaces) : onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")

    thats all!!! You can do lines like this :

    onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")
    onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")

    ... and despite what you click it will move onto the next box.
    In fact- you can try this as an example - copy and paste it into notepad:

    onclick=msgbox ("Vista has encounted an error and may need to shut down.",67,"Error detected!")
    onclick=msgbox ("Vista has identified an error and will shut down in order to protect your files.",894375,"Vista has detected an error")
    onclick=msgbox ("Confirm shutting down? All your unsaved progress may be lost.",17,"Vista has detected an error")

    There! Now remember each 'onclick...' must have it's own line. Ok, now save it as- something.vbs [*.vbs is important!!!] by click on the drop down and click 'all files' instead of '*.txt' Now you saved it, access it and it will appear! Despite clicking cancel it will still move on to the next box.
    This is great for pranks and tricks, you edit the text- and the numbers. The numbers are the choices there are. Take '894375' and when you access it- you have only one choice. Just have a go- it's great!!! Don't worry, nothing bad will happen- it's just a trick- it won't really restart.

    All the luck in the world,

    Mike.
    [any queries, just ask and I'll help]
    Last edited by infusional; 08-21-2009 at 07:20 PM.

  3. #3
    Join Date
    Mar 2009
    Posts
    401
    Thanks for the great addition to this thread Mike.

  4. #4

    include time??

    Quote Originally Posted by infusional View Post
    Hello everyone!
    I have a way of doing this- and I'd like to share it with everyone.
    First off- this works on absolutely and type of computer, so long as it has a text document [not microsoft word] just plain text document or notepad will do.
    Next, type this in on the first line (do not forget the spaces) : onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")

    thats all!!! You can do lines like this :

    onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")
    onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")

    ... and despite what you click it will move onto the next box.
    In fact- you can try this as an example - copy and paste it into notepad:

    onclick=msgbox ("Vista has encounted an error and may need to shut down.",67,"Error detected!")
    onclick=msgbox ("Vista has identified an error and will shut down in order to protect your files.",894375,"Vista has detected an error")
    onclick=msgbox ("Confirm shutting down? All your unsaved progress may be lost.",17,"Vista has detected an error")

    There! Now remember each 'onclick...' must have it's own line. Ok, now save it as- something.vbs [*.vbs is important!!!] by click on the drop down and click 'all files' instead of '*.txt' Now you saved it, access it and it will appear! Despite clicking cancel it will still move on to the next box.
    This is great for pranks and tricks, you edit the text- and the numbers. The numbers are the choices there are. Take '894375' and when you access it- you have only one choice. Just have a go- it's great!!! Don't worry, nothing bad will happen- it's just a trick- it won't really restart.

    All the luck in the world,

    Mike.
    [any queries, just ask and I'll help]

    Mike, would you know a way to replace the "onclick" for something that makes the pop up box appear after a certain amount of minutes has passed?

    Thanks in advance,
    Victoria

  5. #5
    Join Date
    Aug 2009
    Posts
    2

    I don't think that's possible...

    Sorry VictoriaVisser, I've been experimenting with VBScript for some time now, and I know it's posible to make it disappear after a set amount of time, but I can't find anyway to make it appear except secretly pressing it!
    I have a few tips:
    ... if you want to change the icon and make it less suspicious, then create a shortcut and link it to the file and then, change the shortcut icon via 'properties' and you can make it look like an Internet Explorer shortcut that is 'experiencing some difficulties'! ...

    ... download this attachment attached for an advanced method of VBScripting, (Note: it is text document- you'll have to change the ending to .vbs instead of .txt) and if you just want to copy and paste then :

    x=msgbox("Delete local disc D?",36,"Disc cleaner")
    If x=vbNo Then
    x=msgbox("Really no?",36,"Adjusting")
    If x=vbNo then
    x=msgbox("But you can't stop it.",64,"Status")
    End if
    End if
    x=msgbox("Cleaning is starting.",64,"Disc cleaner")


    Please remember nothing bad will happen.
    Still researching and experimenting.

    Mike
    Attached Files Attached Files
    Last edited by infusional; 10-24-2009 at 12:19 PM.

Similar Threads

  1. ..create a Pop up button that appears after a specified time while viewing a screen?
    By hnoel in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 12-15-2008, 03:19 PM
  2. Supressing error message
    By Andrew.ID in forum MediaLab Older Versions: How Do I...
    Replies: 2
    Last Post: 12-03-2007, 11:41 AM
  3. InstallShield error message
    By jarvis24 in forum MediaLab Older Versions: Troubleshooting
    Replies: 3
    Last Post: 11-07-2007, 11:43 AM
  4. Error message
    By jlmarcon in forum MediaLab Older Versions: Troubleshooting
    Replies: 1
    Last Post: 04-17-2007, 10:12 AM
  5. Error: Can't Create ActiveX Object
    By jarvis24 in forum DirectRT Older Versions: Troubleshooting
    Replies: 0
    Last Post: 11-24-2005, 01:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •