Can gamesalad games be hacked?
If I was to have a 'special' code presented to the screen, after a certain score is achieved, can that 'special' code be found out ANY OTHER way, other than achieving the score the right way? EG: can somebody dig into the app code to find it?
Best Answers
-
tatiang Posts: 11,949
Anything can be hacked. But I would think it's unlikely your app will be hacked unless you're offering a million dollars or something.New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
-
EatingMyHat Posts: 1,246
If you want to show a code, make sure it is not stored in a string. What I have done in the past is to code the code...
Basically, different areas of my program would set different characters in 'attributes', and when the time is right the code is basically a concatenation of the 'attributes'.
Another option is, if the code is numeric calculate it on the fly based on a specific logic. As an example, take a random number and produce a number based on a calc process that only you know. Show the code and the seed and ask to send both. This way you are the only one that knows the calc to turn the seed to the code and you can verify the codes that are sent.
Not that it is unbreakable, but it require a much higher level of hacking compared to just looking for strings.
GR
Follow Eating My Hat on Facebook, Twitter and our Blog
Check out my templates in the GS Marketplace or at the store
-
EatingMyHat Posts: 1,246
If your game got hacked your should be proud...
It does take some effort and if people wanted it soooooo bad, that's a good sign
Answers
But…. at the same time basically anything on the app store can be hacked up to find hidden info like that. I would not make any contests based off your app worth very much as there is a sizeable chance someones gonna cheat.
but yea ANYTHING can get hacked.
Anything can be hacked,
And hopefully everyones toenail can grow
A while back a couple of GS' games got reverse-engineered, This discussion has been on going for a couple of years now..