Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make a project that reads its own project url
- sn397769
-
56 posts
How do I make a project that reads its own project url
I want to make an anti-piracy screen on my game and I figured to use the projects url number to find what the project number is and if it is not matching with the original url number then it will show anti-piracy. But idk how to read the project url. If you know how to do that with scratch code please show me how.
- supa-panda
-
100+ posts
How do I make a project that reads its own project url
The way I would do this is not to do it. If you really don't want anyone “stealing” you game I would recommend that if you have costumes in bit map put your username on top of them so as a water mark (if they are vector first convert them to bitmap). Look up “image watermark”
- sn397769
-
56 posts
How do I make a project that reads its own project url
But I don’t want anyone to see a watermark The way I would do this is not to do it. If you really don't want anyone “stealing” you game I would recommend that if you have costumes in bit map put your username on top of them so as a water mark (if they are vector first convert them to bitmap). Look up “image watermark”
- Nex_Gen_boi
-
2 posts
How do I make a project that reads its own project url
you would not see the watermark if you used a different costume that shows.
- sn397769
-
56 posts
How do I make a project that reads its own project url
All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
- NeonG4
-
1000+ posts
How do I make a project that reads its own project url
In Vanilla Scratch you can't get the url.All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
- sn397769
-
56 posts
How do I make a project that reads its own project url
How do you get a project to read its url in scratchIn Vanilla Scratch you can't get the url.All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
Also what is vanilla scratch
- medians
-
1000+ posts
How do I make a project that reads its own project url
Vanilla anything can also mean that no modifications are made, kinda like the vanilla flavor.How do you get a project to read its url in scratchIn Vanilla Scratch you can't get the url.All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
Also what is vanilla scratch
Also, you can’t. And you cannot prevent people from remixing your project.
Last edited by medians (June 16, 2023 23:45:03)
- sn397769
-
56 posts
How do I make a project that reads its own project url
What about mods and hacked blocksVanilla anything can also mean that no modifications are made, kinda like the vanilla flavor.How do you get a project to read its url in scratchIn Vanilla Scratch you can't get the url.All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
Also what is vanilla scratch
Also, you can’t. And you cannot prevent people from remixing your project.
Last edited by sn397769 (June 17, 2023 01:25:15)
- medians
-
1000+ posts
How do I make a project that reads its own project url
Then that would be considered a modification of Scratch, and not Vanilla Scratch (ex. TurboWarp, Scrap, or Code X)What about modsVanilla anything can also mean that no modifications are made, kinda like the vanilla flavor.How do you get a project to read its url in scratchIn Vanilla Scratch you can't get the url.All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
Also what is vanilla scratch
Also, you can’t. And you cannot prevent people from remixing your project.
Edit: Hacked blocks would be in vanilla scratch, but they would also be in modifications if they weren't removed.
Last edited by medians (June 17, 2023 01:28:18)
- sn397769
-
56 posts
How do I make a project that reads its own project url
So what mod will let a project read its project numberThen that would be considered a modification of Scratch, and not Vanilla Scratch (ex. TurboWarp, Scrap, or Score)What about modsVanilla anything can also mean that no modifications are made, kinda like the vanilla flavor.How do you get a project to read its url in scratchIn Vanilla Scratch you can't get the url.All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
Also what is vanilla scratch
Also, you can’t. And you cannot prevent people from remixing your project.
Edit: Hacked blocks would be in vanilla scratch, but they would also be in modifications if they weren't removed.
- medians
-
1000+ posts
How do I make a project that reads its own project url
Well, it likely won't work in Scratch 3.0 then, as it would likely involve newly added blocks. So what mod will let a project read its project number
However, I haven't heard of one for 3.0.
Last edited by medians (June 17, 2023 01:30:51)
- NeonG4
-
1000+ posts
How do I make a project that reads its own project url
There are ways to create a scratch project that reads its URL using mods.What about modsVanilla anything can also mean that no modifications are made, kinda like the vanilla flavor.How do you get a project to read its url in scratchIn Vanilla Scratch you can't get the url.All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
Also what is vanilla scratch
Also, you can’t. And you cannot prevent people from remixing your project.
https://turbowarp.org/editor if you go to turbowarp, and copy https://extensions.turbowarp.org/true-fantom/network.js and upload it to turbowarp, there is an option to “detect URL”. This will not be uploadable to scratch.
- sn397769
-
56 posts
How do I make a project that reads its own project url
So is there a way for 2.0? If so show me the modded code or the scratch codeWell, it likely won't work in Scratch 3.0 then, as it would likely involve newly added blocks. So what mod will let a project read its project number
However, I haven't heard of one for 3.0.
- sn397769
-
56 posts
How do I make a project that reads its own project url
How to insert the stuff to turbowarp thenThere are ways to create a scratch project that reads its URL using mods.What about modsVanilla anything can also mean that no modifications are made, kinda like the vanilla flavor.How do you get a project to read its url in scratchIn Vanilla Scratch you can't get the url.All I’m asking for is how to get your project to read it’s URL you would not see the watermark if you used a different costume that shows.
Also what is vanilla scratch
Also, you can’t. And you cannot prevent people from remixing your project.
https://turbowarp.org/editor if you go to turbowarp, and copy https://extensions.turbowarp.org/true-fantom/network.js and upload it to turbowarp, there is an option to “detect URL”. This will not be uploadable to scratch.
- NeonG4
-
1000+ posts
How do I make a project that reads its own project url
Last edited by NeonG4 (June 17, 2023 01:43:02)
- medians
-
1000+ posts
How do I make a project that reads its own project url
I mean it wouldn't really work when uploading it, so..So is there a way for 2.0? If so show me the modded code or the scratch codeWell, it likely won't work in Scratch 3.0 then, as it would likely involve newly added blocks. So what mod will let a project read its project number
However, I haven't heard of one for 3.0.
Anyway turns out turbowarp packager has it lol
- sn397769
-
56 posts
How do I make a project that reads its own project url
Where is the turbowarp packager thoI mean it wouldn't really work when uploading it, so..So is there a way for 2.0? If so show me the modded code or the scratch codeWell, it likely won't work in Scratch 3.0 then, as it would likely involve newly added blocks. So what mod will let a project read its project number
However, I haven't heard of one for 3.0.
Anyway turns out turbowarp packager has it lol
- NeonG4
-
1000+ posts
How do I make a project that reads its own project url
Please read the entire forum. The turbowarp packager URL was provided earlier on.Where is the turbowarp packager thoI mean it wouldn't really work when uploading it, so..So is there a way for 2.0? If so show me the modded code or the scratch codeWell, it likely won't work in Scratch 3.0 then, as it would likely involve newly added blocks. So what mod will let a project read its project number
However, I haven't heard of one for 3.0.
Anyway turns out turbowarp packager has it lol
Last edited by NeonG4 (June 18, 2023 20:28:20)
- sn397769
-
56 posts
How do I make a project that reads its own project url
Is there a way to do it with hacked blocks?Please read the entire forum. The turbowarp packager URL was provided earlier on.Where is the turbowarp packager thoI mean it wouldn't really work when uploading it, so..So is there a way for 2.0? If so show me the modded code or the scratch codeWell, it likely won't work in Scratch 3.0 then, as it would likely involve newly added blocks. So what mod will let a project read its project number
However, I haven't heard of one for 3.0.
Anyway turns out turbowarp packager has it lol
- Discussion Forums
- » Help with Scripts
-
» How do I make a project that reads its own project url