Browse Search Popular Register Upload Rules User list Login:
Search:
Experimental: Anti-copy code 2.0

Image:
screenshot of the scene

Author: UnityDogGaming04

Group: Default

Filesize: 41.41 kB

Date added: 2021-11-18

Rating: 5

Downloads: 460

Views: 232

Comments: 7

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

I've improved the idea a little bit, that being that instead of checking the user, it checks if a variable defined in the background is correct.

The green box contains a script that defines scene.my.authentic to be true.
The grey box contains a script that checks if scene.my.authentic is true, and if it is, it will do nothing, and the scene will progress as normal.
However, if scene.my.authentic is undefined or false, it will create a message that says the content was stolen and pause the scene.

You can test it out by copying the grey box to an empty scene, or just deleting the green box.
Last edited at 2021/11/21 23:42:19 by UnityDogGaming04
Please log in to rate this scene
edit
Similar scenes
Title: code lock
Rating: 5.625
Filesize: 123.71 kB
Downloads: 569
Comments: 5
Ratings: 2
Date added: 2010/12/15 19:20:35
Made with: Phun
Rating: rated 5.6
download
Title: Anti-Missile Armor
Rating: 6.1
Filesize: 50.48 kB
Downloads: 1023
Comments: 1
Ratings: 10
Date added: 2008/05/23 17:29:51
Made with: Phun
Rating: rated 6.1
download
Title: Machine
Rating: 5
Filesize: 220.61 kB
Downloads: 446
Comments: 0
Ratings: 1
Date added: 2014/02/04 18:57:09
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Rotary Ball Sort Lite (less code)
Rating: 5
Filesize: 100.9 kB
Downloads: 771
Comments: 9
Ratings: 1
Date added: 2024/08/10 00:22:36
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Realistic Smoke Example [2.1.0+]
Rating: 6.1111
Filesize: 62.63 kB
Downloads: 1931
Comments: 6
Ratings: 3
Date added: 2013/03/18 21:54:51
Made with: Algodoo v2.1.3
Rating: rated 6.1
download
Title: Code Generator(not working atm)
Rating: 5
Filesize: 14.03 kB
Downloads: 479
Comments: 1
Ratings: 1
Date added: 2014/06/06 20:40:42
Made with: Algodoo v2.1.0
Rating: rated 5
download
Ok, I have been able to confirm it works, but still feel free to tell me if it works on your end!
2 downloads? my scene "Welcome scene from phun v4.21" have more downloads.
If you employ this in any or all of your published scenes, then NO ONE will be able to play them because the objects with that special code will delete as soon as Algodoo is RUN! Not only will no one be able to copy the scene, but they also won't be able to play it! So, what's the point?
Last edited at 2021/11/19 02:11:38 by Xray
Here is a scene that I posted back in 2014: COPY PROTECT YOUR SCENE! . It shows a couple of ways to protect your scene, and some users also provided some ideas in the comments section. Take a look, it might be helpful.
Last edited at 2021/11/19 02:09:19 by Xray
Xray - This was only a silly experiment as the title suggests, it's my first bit of coding that works outside of where I can see! I will probably not use it due to how wide open the script is, but I may use anti-copy stuff, maybe a hidden object in the scene defines a variable as true, and if a wide open object reads that variable and confirms it's true, the stuff will run as normal, but if it's false or undefined, some text box will inform that the content was stolen. I've had at least one confirmed thievery, and one uncertain one.

MyNameIsThis - this scene was posted just an hour or so ago. Not many people have been on Algodoo long enough to stumble upon it. Some of my scenes have thousands of downloads! …If I recall correctly.
Last edited at 2021/11/19 02:54:27 by UnityDogGaming04
UDG04 -- Okay, no problem. I was just trying to understand how your idea for copy-protection works. As you can see from my old scene, there are a lot of different ways to do it. Some better than others.

I usually don't worry much about anyone stealing my scenes because most of them operate mostly on scripting which most of the kids don't use. So, if my scene or parts of a scene get used and posted, I will know it immediately. Once you start to use scripting, I think you will also realize that it becomes much more difficult for people to steal them.
It deletes itself even on this scene