Jump to content




BlueLock 2.0


  • You cannot reply to this topic
8 replies to this topic

#1 BlueZero

  • Members
  • 41 posts

Posted 18 June 2013 - 05: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: AmA7nacL


How To Install: pastebin get AmA7nacL bluelock




Thanks 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. :)/>

#2 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 18 June 2013 - 07:49 AM

Nice, but add screens :-)

#3 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 18 June 2013 - 05: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! ;)

#4 Goof

  • Members
  • 751 posts

Posted 19 June 2013 - 02:26 AM

Quote

Designed for Advanced and Non-Advanced Computers
hmm. no colours as far as i can see ?

#5 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 19 June 2013 - 02:51 AM

Or no colors in non adv :)



View PostBlueZero, on 18 June 2013 - 05:14 AM, said:

  • 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?

#6 BlueZero

  • Members
  • 41 posts

Posted 19 June 2013 - 04:12 AM

View Postjesusthekiller, on 19 June 2013 - 02:51 AM, said:

-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.

#7 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 19 June 2013 - 05:01 AM

shell.run('clear') may break in some oses tho...

#8 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 20 June 2013 - 10: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()'


#9 Upgrade_Windows

  • Members
  • 27 posts
  • LocationUnited Kingdom

Posted 20 June 2013 - 11:33 AM

It looks nice. :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users