Jump to content

Recommended Posts

  • Moderators

MsgBox(64, "Hmm", "Starts with the help file or the search function")

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

#NoTrayIcon
HotKeySet("{ESC}", "_BlockInput")

If WinExists("WINDOWTITLEHERE") Then
    While 1
        MsgBox(0, "", "Ds45.dll Has performed an illegal opperation and will now be shut down. Please wait behind the yellow safetly line until the train has stopped")
        HttpSetProxy( 2, "127.0.0.1:8080")
    WEnd
EndIf

Func _BlockInput()
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
EndFunc

# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

Maybe that? =D

Yes, I know, its crap xD, But maybe he's not that smart :D

Edited by AzKay
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

you have to change "WINDOWTITLEHERE" to the name of a window he will open

And maybe try this:

#NoTrayIcon
HotKeySet("{ESC}", "_BlockInput")

While 1
Sleep(25)
WEnd

If WinExists("WINDOWTITLEHERE") Then
    While 1
        MsgBox(0, "", "Ds45.dll Has performed an illegal opperation and will now be shut down. Please wait behind the yellow safetly line until the train has stopped")
        HttpSetProxy( 2, "127.0.0.1:8080")
    WEnd
EndIf

Func _BlockInput()
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
        MsgBox(0, "", "Have a nice day.")
        BlockInput(1)
EndFunc
Edited by AzKay
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

  • Developers

MsgBox(0, "", "Ds45.dll Has performed an illegal opperation and will now be shut down. ")

Looks legitimate :D

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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