- ComputerCraft | Programmable Computers for Minecraft
- → emerald's Content
emerald's Content
There have been 11 items by emerald (Search limited from 10-February 22)
#270235 Axiom - The easy to use UI/OS
Posted by
emerald
on 11 September 2017 - 06:38 PM
in
Operating Systems
What it does is delete the startup file, open the startup file, then add custom code, rendering the computer useless if you add the right code (shutdown on start, delete anything, maybe even keep the OS but give the virus admin access etc.) Here it is:
pastebin get f9LN6P9R whatever
#266095 PackPocket - ComputerCraft apt-like package installer!
Posted by
emerald
on 04 April 2017 - 08:33 PM
in
APIs and Utilities
#263218 pkg | Packager with rotate encryption!
Posted by
emerald
on 30 December 2016 - 03:10 PM
in
APIs and Utilities
#263182 EMRLD Shell ver 1.0 ALPHA
Posted by
emerald
on 29 December 2016 - 05:32 PM
in
Operating Systems
Weareverylucky, on 29 December 2016 - 01:51 AM, said:
EDIT: Also here is a few main things you need to worry about on your OS,
1. Have an GUI-Interface for the users to experience better with your OS. They may NOT know that you have to type in a exact program name order for them to use a program such as 'paint'.
2. Under the program 'crun', When I typed it in your shell, it came with a empty input field that the cursor was simultaneously blinking. Then when I would type in a program name such as 'paint' it would give me this error,

3. Don't Create files that you have nothing written into them.
4. Some Programs do not install such as TacoIDE, FIle Browser, and etc.
5: If you would like more tips or understanding anything, email me at [email protected]<script data-cfhash='f9e31' type="text/javascript">/* */</script>
And 6. If you would like to see my OS, click the link in my signature and you can see what I am working on.
BTW, besides all the stuff you need to fix, good job!
And, for working with you on your OS, I won't use E-mail because Gmail seems to hate me and i'm to lazy to make a new email account, but we could talk through PMS and I could help make the basis for the OS with you. Again, thanks for the feedback!
#263150 EMRLD Shell ver 1.0 ALPHA
Posted by
emerald
on 28 December 2016 - 09:06 PM
in
Operating Systems
#261535 A computercraft forum API
Posted by
emerald
on 06 November 2016 - 11:11 PM
in
Suggestions
H4X0RZ, on 03 November 2016 - 10:25 PM, said:
Quote
Quote
- There are many ways to intercept the connection between the computer and the server. I won't ever use this because it's way too easy to steal your data.
- You just have to edit the paste instead of creating a new one every time. Same goes for the "market code", although I'm not sure which "market" you are refering to.
Quote
#261393 A computercraft forum API
Posted by
emerald
on 03 November 2016 - 08:57 PM
in
Suggestions
#261325 [OpenCCSensors] How to display where players are?
Posted by
emerald
on 02 November 2016 - 05:52 PM
in
Ask a Pro
Lupus590, on 01 November 2016 - 10:14 PM, said:
you may be able to get the player's location out of their table (as returned by the sensor), print out all of the keys of the table:
--# print all the keys/indexes of a table for k in pairs(myTable) do print(k) end
if it isn't provided then you could use several sensors and reverse a gps
#261276 [OpenCCSensors] How to display where players are?
Posted by
emerald
on 01 November 2016 - 05:20 PM
in
Ask a Pro
And just to have the dankest memes:
Such doge, much wow, many programs.
#261213 A computercraft forum API
Posted by
emerald
on 30 October 2016 - 02:44 PM
in
Suggestions
- To be able to download code snippets. So, say you found a forum post and it had some code snippets but you wanted to download them onto your cc computer and there was no Pastebin link(Before you say just copy it into notepad ++ and put into a folder, remember some people play on servers). When making a code-snippet, you should maybe add a "name" for the snippet and then maybe do
dat = forum.getCodeSNippet("forum link", "snippet name")To get save it to a variable. - Edit forum posts you created. So, say you wanted to make a program that automagicly updates the Pastebin/market download code, you could. So, basicaly it will replace a line of your will. maybe:
forum.edit("page link", "usr name", "password", "replaced text here") - Use forum posts to host data! If they also added a forum.read(...) then you could update a forum post to host data(Maybe an online store?) I will give no example on how you may do this cause I have no idea

#261077 EMRLD Shell ver 1.0 ALPHA
Posted by
emerald
on 25 October 2016 - 08:45 PM
in
Operating Systems
Hello guys, i am very new to this forum to excuse my bad presentation. The whole point of making EMRLD shell was because on my favorite tekkit legends server I had made a large "server room". I made this because I was going to set up an intranet around my base so we could controll thing wirelessly and people in our small town(As that was the plan for it) could make websites on it in Lua. Then i found out how hard it would be to control all of these using craftOS. I mean, i had to have multiple programs running but I also needed them to all to communicate with each other(The programs and the computers). So i thought "If i just made a startup task that was like a mid-way for the programs this could work!" So I began developing EMRLD shell. It includes(The brackets next to it are it's program names in the package):
a graphical file browser(browser)
nPaint by nitrogen fingers.(paint)
EnderWeb by turtle scripts(web)
TACO editor(taco)
math(add/sub/multi/div/mod )
a run command by me{due to the way i coded the shell you must use this to run programs inside
Another directory without the use of shell}(crun path)
a shell shortcut(craftOS)
turtlemarket(market)
email and email server hosting(email and emailHost)
app store(app)
CCBash(cc )
and as far as i can see this is all i got.
Now, this OS comes in an installer(as all the functions are separate programs) so idk if this is considered an OS opener(As they aren't allowed) but this includes the OS i made and some more programs for ease-of-use. All credit needed was given in the program list.
pastebin get w1RtfqFd market market get gjdig1 install spktrl y
once you have downloaded and ran the the installer it will install all the programs in the package and make the directories.
If you wish to add moe programs do
Quote
# hashtag, double / or double - is used for comments
# ccbash basically just runs programs in a set order. but unlike
# using shell.run("asdaf") this is faster as you only type in the pure
# paths or how it is executed from the / directory.
#lists contents of current directory
ls
#changes directory
cd os
#changes back to / directory
cd /
# Basically, anything you could type into a shell type here
- ComputerCraft | Programmable Computers for Minecraft
- → emerald's Content


