Ok this is a good password protection system you can set your own passwords im using a dll so u cant alt tab ctrl alt delete out etc so you have to download the dll or if you dont want to just take all the call dll's parts out but then you will be able to alt tab out on xp machines
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
Comment Please Download DLL to use with dlls
Try Chronic Basic the new programming langauge -- 5% Done