Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
261 views

Artificial Intelligence Methods to Detect Cheating in Games

My day job is for an online browser based game, one that is small, with a very small staff. In fact, the majority of our staff are volunteers. I am focused today on one aspect. I want to create an ...
7
votes
9answers
1k views

Protection against automation

One of our next projects is supposed to be a MS Windows based game (written in C#, with a winform GUI and an integrated DirectX display-control) for a customer who wants to give away prizes to the ...
6
votes
14answers
2k views

Preventing cheating in online chess games?

In many online chess lobbies, I've seen instances of 'engining', where a cheater would open a chess program at the same time as the main game window. He would then set it up so that the opponent's ...
3
votes
2answers
84 views

GameCenter and security

How can I make sure the data that people send to GameCenter (like score, and peer data exchange) is not tampered with? That is, the network data comes from securely stored data (e.g. using ...
3
votes
1answer
84 views

How to prevent cheaters beating NSDate for iPhone games?

I'm currently playing around with NSNotification (or local notifications in general terms) for a product management game which relies heavily upon the user's NSDate/Time and then use local ...
3
votes
4answers
537 views

Preventing multiple daily votes in a contest

Voting contests seem to gain a lot of attention from people who want to game a system for fun. I know I spend a good amount of time fooling around with their forms and URLs, deleting cookies and ...
2
votes
3answers
655 views

C++: How do applications like Cheat Engine and ArtMoney work?

After asking this question (C++: Can I get out of the bounds of my app’s memory with a pointer?), I decided to accept it isn't possible to modify other app's memory with pointers (with a modern OS). ...
1
vote
6answers
309 views

Prevent Cheating on Javascript Game

I'm currently developing a game using JavaScript/JQuery. It's a simple brick breaker type of game keeping score, levels etc. I'm planning on implementing a leader board that users can submit their ...
0
votes
1answer
78 views

Driver proxy to avoid repeated code signing on Windows

Drivers on Windows should be signed and submitted to Microsoft for code signing and this is a requirement for 64 bit systems. The problem is that, when you have to update the driver, you have to ...