Her eis a better password protection program i made you cant alt tab out if you have the dll.......
ANd you can make a new pass of whatever you want here
rem disable stuff
DISABLE ESCAPEKEY
DISABLE SYSTEMKEYS
load dll "WinLockDll.dll", 1
call dll 1, "CtrlAltDel_Enable_Disable" ,0
call dll 1, "AltTab2_Enable_Disable" ,0,0
call dll 1, "Keys_Enable_Disable" ,0
call dll 1, "TaskSwitching_Enable_Disable" ,0 : rem enable end disable win key + alt tab.
`For first startup if file doesnt exist then create it
if file exist("xz.txt") = 1
open to read 1,"xz.txt"
read string 1,bong$
close file 1
else
goto tec
endif
x = 0
print "Welcome To Gangsta Protect 1.0 Made By: Evan Davies"
aaa:
print " "
input "Please enter your password > ";pass$
if pass$ = bong$ then goto tec
cls
x = x + 1
print "Invalid Password Please try Again"
print " "
if x = 6 then goto bbb
goto aaa
bbb:
cls
print " To many Invalid Attempts System Locked."
goto bbb
tec:
call dll 1, "Keys_Enable_Disable" ,1
call dll 1, "CtrlAltDel_Enable_Disable" ,1
call dll 1, "AltTab2_Enable_Disable" ,0,1
call dll 1, "TaskSwitching_Enable_Disable" ,1
Print " Would you like to Create a new Password (Y/N)"
print " "
input " >" ;newp$
if newp$ = "y" then goto 444
end
444:
input "Enter New Password >" ;bong$
if file exist("xz.txt") then delete file "xz.txt"
open to write 1,"xz.txt"
write string 1, bong$
close file 1
print "New pass Has been Recorded. Press anykey to End"
wait key
just remove the call dll stuff to run it
Happy joy happy happy