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

How do i stop people from looking at my code?

Started by FoxData, 17 June 2016 - 06:44 PM
FoxData #1
Posted 17 June 2016 - 08:44 PM
Just like real company's, Looking at there code without being an employee of such breaks their (FoxData's) EULA. So how do i stop people from looking at my code
KingofGamesYami #2
Posted 17 June 2016 - 08:46 PM
It's lua: You can't.
Saldor010 #3
Posted 17 June 2016 - 09:18 PM
You could obfuscate it, but the CC forums doesn't allow obfuscated code, so you're out of luck if you want to hide your CC code.
CrazedProgrammer #4
Posted 17 June 2016 - 10:32 PM
You can encrypt the code, but you'll have to convert it back to Lua or bytecode to run it.
Also, obfuscating code on the forums is not allowed, so you're out of luck.
PossieTV #5
Posted 17 June 2016 - 10:51 PM
You can encrypt the code, but you'll have to convert it back to Lua or bytecode to run it.
Also, obfuscating code on the forums is not allowed, so you're out of luck.

Why isn't it allowed?
KingofGamesYami #6
Posted 17 June 2016 - 10:53 PM
Why isn't it allowed?

So the moderators can be sure you aren't posting malicious code.
PossieTV #7
Posted 17 June 2016 - 10:54 PM
Why isn't it allowed?

So the moderators can be sure you aren't posting malicious code.

Ahhh, gotcha
Bomb Bloke #8
Posted 18 June 2016 - 12:50 AM
Just like real company's

Companies. And that depends on the company in concern; much of Apple's code is open-source, for example. That's not the same thing as "free for anybody to use", of course.