sharedpreferences - Android Games: Strategies to Defeat Memory Editors for Cheating -


i have simple game 2 variables store score , best score:

int hightscore, currentscore; 

i save socre sharedpreferences

static sharedpreferences app_preferences;  //save hight score example sharedpreferences.editor hightscore = app_preferences.edit(); hightscore.putint("highscore", temp); hightscore.apply(); // important 

on android os, there alot of memory editor tools, such as: gamecih, daxattack, haxplorer, sb game hacker, gameguardian (working on android version kikat 4.4) , game killer (fully compatible android lollipop)

i hope 1 me figure out some strategies prevent variable form being modified tools?

i'm appreciate helps. thank in advanced.

because they're doing http intercept, there's unfortunately nothing can do. i've found setting max score leaderboard in itunes connect has no effect.

a game worked on never serilaised score disk - couldn't have been changed there - , set max score 30m. yet leaderboard full intmax scores within hours of launching.

you can set own server , use proper authentication , encrypted channels upload score , compare whats in server vs whats in gamecenter... still need clean leaderboard, @ least know remediate , users put on blacklist.

i'd refer malluhacks api


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -