Discuss Scratch

Salami_Animates11
Scratcher
11 posts

Need help with code stealing/ in game code stealing

Hello!
Im making a game in which you need to find various people, like a treasure hunt but I want to make one to be found with a very complicated process that you learn later on in the game. However, I don't want people to just peek in and get it early, anyway I can stop that? Maybe like making it so they cant play or wtv.
Even then, for things one would need to get via an actual typeable code is there a way to jumble it up with some code so people cant get it early aswell? I've seen @tybear2006 do it in his game https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/659184503/ but I just cant seem to wrap my head around it.

Last edited by Salami_Animates11 (Oct. 17, 2024 13:56:28)

BigNate469
Scratcher
1000+ posts

Need help with code stealing/ in game code stealing

Everything on Scratch is licensed under CC-BY-SA 2.0- to block people from accessing your code in a public project is not allowed.

Preventing people from clicking “See inside” in any way is not allowed.

This signature is designed to be as useful as possible.
How to make a signature & other useful info about them
The Official List of Rejected Suggestions (TOLORS)
The Announcements Directory
Lesser-known Scratch URLs: https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/542480/
Why @Paddle2See's responses are so often identical: https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/762351/

Ads Useful projects:
Raycaster & Maze 1.4.1 | Don't Break The Ice | Procedurally Generated Terrain | Basic Trigonometry | Comparing the fastest list sorters on Scratch

“if nobody can learn the programming language, it's just gibberish that does math.” -me, in a forum post

The original name of “loves” was “love-its”. Technically speaking, this hasn't changed.

© @BigNate469, some rights reserved
WindowsAdmin
Scratcher
1000+ posts

Need help with code stealing/ in game code stealing

There's nothing you can do if you block or hide it in some way it will get taken down, people can either choose to play the game normally or just see inside
wesnothplayer
Scratcher
100+ posts

Need help with code stealing/ in game code stealing

Salami_Animates11 wrote:

Hello!
Im making a game in which you need to find various people, like a treasure hunt but I want to make one to be found with a very complicated process that you learn later on in the game. However, I don't want people to just peek in and get it early, anyway I can stop that? Maybe like making it so they cant play or wtv.
Even then, for things one would need to get via an actual typeable code is there a way to jumble it up with some code so people cant get it early aswell? I've seen @tybear2006 do it in his game https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/659184503/ but I just cant seem to wrap my head around it.
try making this final person's information or whatever blocks or costumes give it away behind some other blocks or costumes, or just update the project with the person in the project when you want people to find it. you could also upload it to some other website which I recall can host scratch projects, you just can't see inside them.

I'm a Geometry Dash, Scratch Geometry Dash and Minecraft player.
My name is BladeOfBeryllium, wesnothplayer is the old one.

please don't comment on my profile in response to something on the forums.
LaughabIe
Scratcher
100+ posts

Need help with code stealing/ in game code stealing

the easiest solution would just to not share your project to the scratch website. if someone were to peek in your project they would be ruining the fun for themselves instead of playing the game as you intended.







Below me is a match of Connect 4.
LaughabIe vs. moves commented on my profile!
highlight + shift + scroll down

‎  (1::motion) (2::motion) (3::motion) (4::motion) (5::motion) (6::motion) (7::motion)::stack motion
A (1::#ffffff) (2::#ffffff) (3::#ffffff) (4::#ffffff) (5::#ffffff) (6::#ffffff) (7::#ffffff)::stack motion
B (1::#ffffff) (2::#ffffff) (3::#ff0000) (4::#ffffff) (5::#ffffff) (6::#ffffff) (7::#ffffff)::stack motion
C (1::#ffffff) (2::#ffffff) (3::#ffc000) (4::#ffffff) (5::#ffffff) (6::#ffffff) (7::#ffffff)::stack motion
D (1::#ffffff) (2::#ff0000) (3::#ffc000) (4::#ffc000) (5::#ffffff) (6::#ffffff) (7::#ffffff)::stack motion
E (1::#ff0000) (2::#ffc000) (3::#ffc000) (4::#ff0000) (5::#ffffff) (6::#ffffff) (7::#ffffff)::stack motion
F (1::#ff0000) (‎2::#ff0000) (3::#ff0000) (4::#ffc000) (5::#ffc000) (6::#ff0000) (7::#ffc000)::stack motion
SpyCoderX
Scratcher
1000+ posts

Need help with code stealing/ in game code stealing

You could use an encoder and decoder (like a Caesar cypher) to mask the answers. It will never be possible to completely hide the answer since they could put it into the decoder.

The goal here is just to make it look difficult so ppl won’t try cheating.

NOTE: Still keep it understandable / easy enough that ppl will be able to remix so as not to break “remix culture”.

Last edited by SpyCoderX (Yesterday 02:20:26)


^ Below this line is my signature ^

New to the forums? Click here!
Want help with your project? Click here!

<Coder | Forum Helper (about)>
You can call me Spy or Spycoder :)

What we need may not be what we want.


Banner by Scratchboxes

Powered by DjangoBB