Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Log In and Sign Up System?
- ScratchHelp23
-
25 posts
Log In and Sign Up System?
Is there a way to make a log in and sign up system for a scratch project. I need answers quick mannn
- HenriStar8
-
100+ posts
Log In and Sign Up System?
if it is for saving data, you don't need to, you just save the data with username, but you need a script to encode for every user. Search save data for futher information and how to encode
edit: I linked the site but I can't srry
edit: I linked the site but I can't srry
Last edited by HenriStar8 (Aug. 16, 2021 21:27:12)
- ScratchHelp23
-
25 posts
Log In and Sign Up System?
Know how to make a admin code? I need dat if it is for saving data, you don't need to, you just save the data with username, but you need a script to encode for every user. Search save data for futher information and how to encode
edit: I linked the site but I can't srry
- NotScetchyScratchCo
-
34 posts
Log In and Sign Up System?
srry this my main acc
A admin system for admins in a game
heres a list of what is needed
-Ban Player
-Game Shut Down
-Username And Passcode Moderation
-Manual Mod
A admin system for admins in a game
heres a list of what is needed
-Ban Player
-Game Shut Down
-Username And Passcode Moderation
-Manual Mod
Last edited by NotScetchyScratchCo (Aug. 16, 2021 23:01:31)
- HenriStar8
-
100+ posts
Log In and Sign Up System?
I see so you could do a saving data system, and what you enconde in their name is if they are or not banned, if they can access the game, the username and passcode is not needed since there is this input:
all you do is transform in binary these things all at once and join with the information of other players, it is an one sided cryptography, https://en.scratch-wiki.info/wiki/Saving_Data this is the link so you can see the script correctly, but you do anything with this that needs to be for everyone but it comes different to each one
just don't ban me plz cause of this link
(username)and last if they can moderate or not
all you do is transform in binary these things all at once and join with the information of other players, it is an one sided cryptography, https://en.scratch-wiki.info/wiki/Saving_Data this is the link so you can see the script correctly, but you do anything with this that needs to be for everyone but it comes different to each one
just don't ban me plz cause of this link
- NotScetchyScratchCo
-
34 posts
Log In and Sign Up System?
Thanks! And you cant be banned for links I see so you could do a saving data system, and what you enconde in their name is if they are or not banned, if they can access the game, the username and passcode is not needed since there is this input:(username)and last if they can moderate or not
all you do is transform in binary these things all at once and join with the information of other players, it is an one sided cryptography, https://en.scratch-wiki.info/wiki/Saving_Data this is the link so you can see the script correctly, but you do anything with this that needs to be for everyone but it comes different to each one
just don't ban me plz cause of this link
- Discussion Forums
- » Help with Scripts
-
» Log In and Sign Up System?