This is a tutorial on how to make a localized security system for your computer.
Here is AHK's link: http://autohotkey.com/
Here is the C# code you need:
Cursor.Position = new System.Drawing.Point(640, 480);
Here is the AHK code you need:
!^d::
Process, wait, MouseLock.exe, .1
NewPID = %ErrorLevel%
if NewPID = 0
{
run C:\Documents and Settings\Username\My Documents\Programs\MouseLock.exe
return
}
; Otherwise:
WinClose MouseLock
Process, Close, %NewPID%
Return
And there you go. If you have any questions, or whatever, post a comment or send me a message.
Download
0 formats
No download links available.
How to Make a Basic Security System for Your Computer | NatokHD