Discuss Scratch

Turkayyy
Scratcher
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
Scratcher
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
Scratcher
92 posts

Need help to make a unhackable or hard to hack save system for my game

Turkayyy wrote:

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.
I can make one for you.
BackScratcher877
Scratcher
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
Scratcher
100+ posts

Need help to make a unhackable or hard to hack save system for my game

BackScratcher877 wrote:

if you're using a code just add some sort of encryption (code * pick random 38739 and 93833) or something like that
YOU MEAN
code*pickrandom38739to93833
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
Scratcher
34 posts

Need help to make a unhackable or hard to hack save system for my game

you could do
A=º ect. ect.
Edit: Here's a website you could use

Last edited by Kelleniscoolio (Dec. 24, 2022 20:31:59)

Sniffles_Rule
Scratcher
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
Turkayyy
Scratcher
67 posts

Need help to make a unhackable or hard to hack save system for my game

Sniffles_Rule wrote:

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
thanks yea I added a pretty decent anti cheat that will detect autoclickers and most of the time money being edited in
Amzzing77
Scratcher
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)

Powered by DjangoBB