497 posts
Location
The Big Apple, NY
Posted 16 January 2013 - 08:31 AM
FreezeLock V1.00
What is FreezeLock- FreezeLock is a advanced keypad locking system. FreezeLock is optimized to run on a single advanced monitor. As long as other people can ONLY access/see the monitor you can't hack FreezeLock. FreezeLock is highly configurable and utilizes a external config file
Get FreezeLockpastebin get WrCCWx5B FreezeLockScreeniesSpoiler
[attachment=924:lck1.png]<– Lock on a monitor incorrect password/correct…same display
[attachment=925:lck2.png]<– Lock on monitor…no input
[attachment=926:lck3.png]<– About to run on a monitor
[attachment=927:lck4.png]<– Lock on computer (Not recommended no ctrl+t protection)
[attachment=928:lck5.png]<– Lock on computer…3 numbers inputted Config File Help-.Config is confusing sorrySpoiler
Default .Config File
Encripted T/F
F
Password
1234
Redstone Side
right
SleepTime
2
Encript Current Password Y/N
N
Bad pas delay time
5
Break Down
---Format
--Question
--Answer
Encripted T/F--Has Your Password been encripted in sha256 and should the program deal with it as a encripted password?
F--"T" or "F"
Password--What is your password?
1234--Put password here.
Redstone Side--What side should redstone be turned on if pass is correct
right--side, lowercase as in rs.setOutput(side, true)
SleepTime--sleep time while redstone is activated
2--Number
Encript Current Password Y/N--Have the program encrypt the plain text password in "Password" NOTE:don't encrypt an already encrypted password
N--"Y" or "N"
Bad pas delay time--If password is incorrect what is delay time?
5--Number
Thanks to
GravityScore-Sha256 Hashing
Cranium-IdeaI coded Freeze Lock in around 30 min so if you have and suggestions or find any bugs please tell me :)/>
63 posts
Location
In a library that's in a village, huddling my advanced computer as zombies bang on the door.
Posted 16 January 2013 - 02:53 PM
Cool.. um, screenshots much? lol
7508 posts
Location
Australia
Posted 16 January 2013 - 02:55 PM
Good job :)/> Looks cool… Screenshot would be nice :)/>
497 posts
Location
The Big Apple, NY
Posted 17 January 2013 - 04:04 AM
Ok sure it was just a quick thingy but ill post screenshots if u guys want :D/> sick with the flu got nothing better to do….
EDIT: Screenshots added there u go pplz
620 posts
Location
Holland
Posted 13 February 2013 - 07:11 PM
Why didn't you add ctr+t protection just in case?
497 posts
Location
The Big Apple, NY
Posted 14 February 2013 - 12:34 AM
Why didn't you add ctr+t protection just in case?
*shrug* I didn't need it and this project was just a short little thing. I guess that I could add it
288 posts
Location
The trashcan where all Undertale trash is
Posted 15 February 2013 - 04:24 PM
Excuse me, this is cool, and if you didn't know already, just put
os.pullEvent = os.pullEventRaw
At the beginning of code to disable Ctrl+T.
EDIT: Better code:
oldPull = os.pullEvent
os.pullEvent = os.pullEventRaw
--program code...
...
--end of program code
os.pullEvent = oldPull
7508 posts
Location
Australia
Posted 15 February 2013 - 04:27 PM
Excuse me, this is cool, and if you didn't know already, just put
os.pullEvent = os.pullEventRaw
At the beginning of code to disable Ctrl+T.
And of course restore the os.pullEvent and the end of the program!!! There are other ways to disable termination.
673 posts
Posted 15 December 2013 - 03:44 PM
This is one of those simple-but-awesome programs.
1-10 stars? 999999999999999999999999999999999999999999 stars.