41 posts
Posted 18 June 2013 - 06:14 AM
BlueLock 2.0
Features- ASCII User Interface
- ASCII Screen Art
- All-In-One Installation Package
- External Password Logging
- SHA-256 Password Hashing
- External Password Changer (Non-Directory Dependant)
- Anti-Terminate
- Three Try Failing Limit
- Works With Existing Startup Files
- Designed for Advanced and Non-Advanced Computers
Known Bugs- Startup File Occasionally Not Deletable
Screenshots Coming Soon…Pastebin: AmA7nacLHow To Install: pastebin get AmA7nacL bluelockThanks to all that helped me in answering my 300 million questions. Finally I made something I'm rather proud of. I will be adding more to this and eventually server usage in new editions of this. Thanks again!
Cheers. :)/>/>
587 posts
Location
Wrocław, Poland
Posted 18 June 2013 - 08:49 AM
Nice, but add screens :-)
1852 posts
Location
Sweden
Posted 18 June 2013 - 06:12 PM
Seems nice :)/>
And for your bug… I think I know what's the problem even though I haven't looked at your code.. The problem could be that you haven't closed the file, And therefore it isn't deletable until you reboot the computer.
And the reason I know this is because I have done this myself and noticed it.
Anyway.. Hope it helped! ;)/>
767 posts
Posted 19 June 2013 - 03:26 AM
Designed for Advanced and Non-Advanced Computers
hmm. no colours as far as i can see ?
587 posts
Location
Wrocław, Poland
Posted 19 June 2013 - 03:51 AM
Or no colors in non adv :)/>
- Anti-Terminate/Reboot/Shutdown
Huuh? It's only anti-terminate…
shell.run("clear")
in line 14 O.o
EDIT: And more lines…
term.clear() maybe?
41 posts
Posted 19 June 2013 - 05:12 AM
-snip-
Yeah, overlooked that shutdown part. Gotta add that into the code for 2.1 if I can even do that. Going to be adding more and reshaping everything eventually. There's a lot more ideas I have for this that I can work with.
Oh, and shell.run("clear") has always been a habit of mine. I don't know why, but I always think to write that. Either way it does the job. :P/>
Been a bit busy the past little while so I haven't been able to touch it, but will be working more on it soon.
587 posts
Location
Wrocław, Poland
Posted 19 June 2013 - 06:01 AM
shell.run('clear') may break in some oses tho…
1852 posts
Location
Sweden
Posted 20 June 2013 - 11:10 AM
If you'd like you could use a function like this
function clear()
term.clear()
term.setCursorPos(1,1)
end
And if you are using Notepad or something you can simply search for 'shell.run("clear")' and replace all of them with 'clear()'
8 posts
Location
United Kingdom
Posted 20 June 2013 - 12:33 PM
It looks nice. :)/>