This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
theoriginalbit's profile picture

TheOriginalBIT's Programs

Started by theoriginalbit, 15 April 2012 - 07:52 PM
theoriginalbit #1
Posted 15 April 2012 - 09:52 PM
Thread Closed in favour of merging to a single, easier to manage, thread and website
SpoilerAdvanced Door Lock Program (Now with added security!)
v3.0

Description:
SpoilerThe most secure Advanced Door Locking Program to date!

Have you ever wanted to have a password on your door? Well this program is just for you!
This is a password door lock that uses a custom written read function to read input from the user, it allows creation of multiple password acceptance and a password to terminate the program. These are setup on first program run.
The passwords are stored in a separate file as a Sha1 hashed string for extra security. If someone can read that and immediately know the password they are a genius. This program requires the Sha1 API by CoolisTheName007 and can be found here http://www.computerc...native-bit-api/
This third-party API must be installed in a folder "apis" in the root folder. If you dont want to mess around with this, use the installer.

NEW: Added security! Disks with startup files are renamed and ejected!

Requirements:
Spoiler
  • ComputerCraft 1.3 or above


Features:
Spoilerv3.0
  • Uses Sha1 hashing for storage of passwords
  • Uses custom read function to stop termination!
  • Allows multiple users!
  • Allows termination with password
  • Renames and ejects, disk containing startup file
Next Update:
  • Nothing. Any suggestions?

Changelog:
Spoilerv3.0
  • Added: Now detects disks and if startup is found it will rename the file and eject the disk (also shows error message)
v2.0
  • Initial public release




Tree Logger
v1.0

Description:
SpoilerThis is a fairly simple program, place saplings and it will wait for it to grow and mine it up. Optionally you can give the turtle bonemeal, or a redstone line to something like a RedPower2 deployer, to grow the tree instantly. For OS compatibility the turtle will not refuel or resupply itself so check up on it every now and again.

Requirements:
Spoiler
  • Turtle that can mine wood
  • ComputerCraft 1.3 or above


Features:
Spoilerv1.0
  • Some adjustable values for customisation (in code)
  • Multi OS compatible
  • Collects the wood so your don't need to


Better Miner Program
v1.0

Description:
SpoilerThis is an addition upon dan200's standard excavate program. It is designed to have 2 ender chests in the first 2 slots. The first being a resource deposit and the second being a fuel collection source. It is designed to minimise the fuel usage. To do this you should put it under the top layer that will be excavated as it will dig in front, above and then below thus reducing the amount of times it is required to move and thus reducing fuel consumption by ~ 1/3. When the inventory is low it will place the ender chest and deposit (it is suggested that some kind of sorting or removal system is setup at the other end so the chest isn't full). When the fuel is low it will place the ender chest and top up.

Requirements:
Spoiler
  • Mining Turtle
  • ComputerCraft 1.4.1 or above


Features:
Spoilerv1.0
  • Uses minimal fuel as possible by mining 3 layers at once
  • Uses ender chest in slot 1 to deposit materials
  • Uses ender chest in slot 2 to get fuel
  • Rarely travels to the surface / start location
  • Hits any mobs in the way (careful it will hit you too!)
Edited on 23 January 2013 - 06:14 PM
theoriginalbit #2
Posted 01 October 2012 - 08:30 PM
Added new program "Better Miner"
theoriginalbit #3
Posted 14 December 2012 - 04:50 AM
Added new program "Tree Logger"
theoriginalbit #4
Posted 16 December 2012 - 05:31 AM
NEW I have now started an API section. First addition: "Version Checker!" See first post for link to check it out! :D/>
jag #5
Posted 16 December 2012 - 05:47 AM
cool
theoriginalbit #6
Posted 16 December 2012 - 05:57 AM
cool

why thank you. programs or api cool? o.O
jag #7
Posted 16 December 2012 - 06:13 AM
cool

why thank you. programs or api cool? o.O

Ohh just everything!
It's sad doe that I'm the first one who comments
theoriginalbit #8
Posted 16 December 2012 - 06:22 AM
cool

why thank you. programs or api cool? o.O

Ohh just everything!
It's sad doe that I'm the first one who comments

Cool thanx :)/>

Yes… yes it is :(/> but now you can feel privileged :P/>
theoriginalbit #9
Posted 16 December 2012 - 12:00 PM
Can you make Blokket (or Blokkit) color? :D/> Games are awesome!

that is the plan now :)/>

Nice turtle programs!
^-^ Good luck on the development of your programs, I hope to see the game come out soon! :D/>

Thank you. Blokkit has bee in dev for a while, proves difficult when the terminal size is sideways :P/> and my API took priority yesterday.
theoriginalbit #10
Posted 16 December 2012 - 01:17 PM
I may have to get someone to do the video for me. I don't have a screen recorder on my Mac, and there are no good free ones. :(/>
Expenox #11
Posted 16 December 2012 - 02:05 PM
I may have to get someone to do the video for me. I don't have a screen recorder on my Mac, and there are no good free ones. :(/>
I could record it for you.
theoriginalbit #12
Posted 16 December 2012 - 02:08 PM
I may have to get someone to do the video for me. I don't have a screen recorder on my Mac, and there are no good free ones. :(/>
I could record it for you.

Make sure you remind me when I release it ;)/>
dunkee #13
Posted 17 December 2012 - 07:58 AM
WOWOWOWOWOWOWOW! Man, this stuff is smart!

PS: TNX for helping me on the Ask A Pro forum! Hopefully the code will work now!<— OFF-TOPIC ALERT! D:
^Big Beefy Text Warning!^
theoriginalbit #14
Posted 17 December 2012 - 10:51 AM
WOWOWOWOWOWOWOW! Man, this stuff is smart!

Thank you :)/> check back in a few days. *Spoiler alert* I may have some more programs coming out. ;)/>

PS: TNX for helping me on the Ask A Pro forum! Hopefully the code will work now!

Your welcome.
theoriginalbit #15
Posted 17 December 2012 - 02:02 PM
[NEW] Added new program. Door Lock Program — This is an advanced door locking program, read description for more info :D/>
theoriginalbit #16
Posted 17 December 2012 - 02:57 PM
[NEW!] Screensaver Program/API. Multiple display modes and ability to require login! :D/>
theoriginalbit #17
Posted 18 December 2012 - 01:51 AM
[Update] Bug fixes and feature completion (thought it was already done, oops, thats a testing fail). Login now times out back to the screensaver after 10 seconds of no key presses.
theoriginalbit #18
Posted 18 December 2012 - 02:54 AM
NEW UPDATE! The most secure advanced door locking program yet! Never fear, this program can handle anything the user can throw at it! Uncrashing*, unbypassable, impenetrable**!

* Based off ~100 tests across with a range of testing conditions
** Unless the computer is destroyed, the program can't stop that, and some other events that can't be stopped without modifying CC
Lyqyd #19
Posted 25 January 2013 - 04:30 AM
Locked by request.