Hello,
I have created a loader type of menu, with other things, but I want to password protect it. Pasword protect as in, having a little messagebox popup, saying please enter your password, and if it gets it right, it will load this menu, and if it gets wrong, it wont allow the menu to load. How would I do this? Here is the script:
#include <GUIConstants.au3>
#include <Process.au3>
HotKeySet("{INSERT}", "hideloadit")
HotKeySet("{DELETE}", "showloadit")
Opt("GUIOnEventM