Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Need help to make a unhackable or hard to hack save system for my game
- Turkayyy
-
67 posts
Need help to make a unhackable or hard to hack save system for my game
Hello im the creator of Mining Simulator 2 and I want a save system but I dont want people to be able to hack it if there is any way can someone help? Thanks.
- supernavo
-
1000+ posts
Need help to make a unhackable or hard to hack save system for my game
Add a checksum and editor detection. But… If there's no cloud vars it doesn't matter. Or at least not by much.
- crumbthehog
-
92 posts
Need help to make a unhackable or hard to hack save system for my game
I can make one for you. Hello im the creator of Mining Simulator 2 and I want a save system but I dont want people to be able to hack it if there is any way can someone help? Thanks.
- BackScratcher877
-
5 posts
Need help to make a unhackable or hard to hack save system for my game
if you're using a code just add some sort of encryption (code * pick random 38739 and 93833) or something like that
- TheNoisyNoisy
-
100+ posts
Need help to make a unhackable or hard to hack save system for my game
YOU MEAN if you're using a code just add some sort of encryption (code * pick random 38739 and 93833) or something like that
And also after that, when you use the code next time, then how will the script know what the code was multiplied by?
Last edited by TheNoisyNoisy (Dec. 24, 2022 17:50:14)
- Kelleniscoolio
-
34 posts
Need help to make a unhackable or hard to hack save system for my game
Last edited by Kelleniscoolio (Dec. 24, 2022 20:31:59)
- Sniffles_Rule
-
42 posts
Need help to make a unhackable or hard to hack save system for my game
The issue is that even if you made a way for an unhackable save code (eg: the username is converted into a complicated number code) there is no way to stop someone from clicking see inside and just setting the money variable to 99999999999. There's really no point, if someone wants to cheat they will cheat.
If you want a hard to hack save code use an encoding algorithm with a randomised key in the save code as well and have the key also be encoded by a set key for optimal unhackability. There are websites that give you the encrypted and decrypted stings automatically but converting it into code is an unnecessary pain.
My advice: Don't bother. If someone wants to cheat they will cheat. Save codes are only for people who want to play the game the intended way
If you want a hard to hack save code use an encoding algorithm with a randomised key in the save code as well and have the key also be encoded by a set key for optimal unhackability. There are websites that give you the encrypted and decrypted stings automatically but converting it into code is an unnecessary pain.
My advice: Don't bother. If someone wants to cheat they will cheat. Save codes are only for people who want to play the game the intended way
- Turkayyy
-
67 posts
Need help to make a unhackable or hard to hack save system for my game
thanks yea I added a pretty decent anti cheat that will detect autoclickers and most of the time money being edited in The issue is that even if you made a way for an unhackable save code (eg: the username is converted into a complicated number code) there is no way to stop someone from clicking see inside and just setting the money variable to 99999999999. There's really no point, if someone wants to cheat they will cheat.
If you want a hard to hack save code use an encoding algorithm with a randomised key in the save code as well and have the key also be encoded by a set key for optimal unhackability. There are websites that give you the encrypted and decrypted stings automatically but converting it into code is an unnecessary pain.
My advice: Don't bother. If someone wants to cheat they will cheat. Save codes are only for people who want to play the game the intended way
- Amzzing77
-
55 posts
Need help to make a unhackable or hard to hack save system for my game
If you want to make it hard to hack make it more than 100,000,000 numbers in the saved code. And make sure the Code has many different letters and numbers.
Last edited by Amzzing77 (Dec. 25, 2022 17:12:00)
- Discussion Forums
- » Help with Scripts
-
» Need help to make a unhackable or hard to hack save system for my game