Jump to content

Sachamo512

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Sachamo512

  1. I plan on making this program and selling it, so I am not willing to share the exact details of how it works...for fear of someone else stealing my idea xD So if you would just please answer the question, I would greatly appreciate the help!
  2. that's what I was hoping for too, but alas, it does not work. I can even click outside of the task manager and it unlocks the mouse and everything... using #RequireAdmin was the only way I could get it to block inpupt in the first place...without it, it just displayed the msgbox, but wouldn't freeze anything. So that's why I added it. I'll take a look at the UDF's, thanks! EDIT: Okay, I removed the #RequireAdmin line and it still works. The only problem now is that, since I am on Windows 7, it still requires me to manually allow it to run... Your links gave me a good idea, thanks
  3. I am writting a security program that includes a system of batch and Autoit files that will prevent unwanted people from accessing your computer. I am very good with batch programming, so I was able to code all of that out very easily. However, this is my first time really using AutoIt, so my knowledge is pretty limited. The way the program works is like this (leaving out all the minor details, of course): Batch file runs on startupIf it determines that the user is legitimate, it does nothingHowever, if the user is not legit, then it loads the BlockInput autoit script and loops itUntil the user authenticates themselves, the keyboard & mouse remain lockedBlockInput File: I found the BlockInput command, which (ALMOST!) does what I want it to do. It blocks mouse & keyboard input, unless I do control+alt+delete. As you can see, this would be a major problem, since the unauthorized user could just access task manager and close the program. So, I need some way to prevent this from happening. My other problem is that I need the autoit script to not require admin rights. Even clicking the "Run as Admin" box in Advanced Options, it still brings up the pop-up window...not very effective... If anybody has a solution to either one of my problems, I would greatly appreciate it!
×
×
  • Create New...