Singleplayer PlayerPrefs hacking - Inevitable?
So, I have a much too familiar scenario here: I am creating a singleplayer game (**for iPhone**) that keeps track of player's inventory (goodies collected throughout the various game levels), in-game...
View ArticleHow to SECURELY save variables?
Is it a good idea to save the game's coins (gained through in-app purchases)and scores using playerPrefs? OR to make such variables static? Are these methods secure to implement for server side and...
View ArticleIs it possible to statically link into game build?
I'm pretty sure the answer to this is 'yes, if you have the source code' but I thought I would check anyway. Basically I have a dll that I can sell to developers (Unity devs and otherwise). I believe I...
View ArticleHack prevention
Hello I am wondering are there ways to prevent hacking from taking place? I am a noobie and noticed that code can easily be hacked, but if you use playmaker would that reduce the chances of this...
View ArticleTrying to make a hacking minigame...
So I am trying to make a hacking minigame where you can access files on computers in the game, but I can't figure out the best way to make a "file structure" on the computers. I'd like to have multiple...
View ArticleProtection from Reverse Engineering/Hacking
Hello dear community :) It is not a secret that that Java/C# and few other languages could be reverted back from compiled machine code to the original coding language I was personally doing it many...
View ArticleProtection from hacking "In app purchase" on Android/iOS
Hey. How to protect your application from hacking "in app purchase" on Android/iOS, which are used by programs such as "[Freedom][1]"? [1]: http://www.in-appstore.com/
View ArticleMMORPG Main Maps Saved in DB
Hey peeps, so I'm making my first MMORPG and everything has gone really smoothly. I feel as if I'm quite protected against most hackers (kitty scripters) and I know hacking is inevitable. That is why I...
View ArticleAllowing users to import their own UnityScript/JavaScript into the game at...
I want to make a game where players can hack to beat the game, it's possible to beat fairly but its absurdly hard. I want players to be able to write their own UnityScript/JavaScript and import it into...
View ArticleBest way to make it harder to crack
Now i know that its impossible to make a game uncrackable all i want is the best way to make it hard for them if someones going to hack my game i at lest make it a fun challenge for them
View ArticleHide or delete a fake leaderboard score?
I've implemented google play services in my android app and many people have been posting outrageous fake scores on the leaderboards. Is there any way to hide or delete those scores or just ban the...
View ArticleCan we protect our codes with ienumerator against decompiling?
I saw that Enumerators and coroutines can not be decompiled using standard decompiler like ilspy. is it right? And suppose we have a key string. A hacker must not read it. If I write private string...
View ArticleAndroid IAP possible users hacking purchases somehow?
Greetings, We recently setup a MySQL database to have our game log stuff, such as when the user makes a purchase: user id, purchased item name, and price along with a timestamp. We tested it with our...
View ArticleBest way to handle server side inventory management?
I have a multiplayer game that has a player script attached to each player. Within the player script is a Field that holds an instance of my inventory class. This class is a simple data wrapper (no...
View ArticleCan playerprefs stored on a mobile (Andoird/ iOS) be hacked remotely?
So I am developing an app that stores some user information. It was initially stored on the server but I wanted to add an extra security layer and store half of the information on the server and the...
View ArticleCheat Engine Detection?
Hello Im here trying to protect my game from cheats! As we all know the worlds most used memory editing software is cheat engine So what i want to know is do we have the ability to detect cheat engine?...
View ArticleAnti-Hacking
I am making a game where I want items to be bought in an online store and added to account. I do not want my players to be able to hack my game and give themselves free items all in the client. (I...
View ArticleGame hacking questions.
It is a mobile game. I know that someone can see the code of the game through unpacking(?). If so what values can be modified if a hacker hacks the game? Runtime or before. 1. PlayerPrefs data 2. Class...
View ArticleHow to validate client input on authoritative server? (preventing speedhack...
I am using [this repo][1] as my base. I made some changes (e.g. removed position from command and not resending already send inputs), but principle is the same. Everything important is in [this...
View ArticleSingleplayer PlayerPrefs hacking - Inevitable?
So, I have a much too familiar scenario here: I am creating a singleplayer game (**for iPhone**) that keeps track of player's inventory (goodies collected throughout the various game levels), in-game...
View Article