Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
11answers
1k views

Detecting an online poker cheat

It recently emerged on a large poker site that some players were possibly able to see all opponents cards as they played through exploiting a security vulnerability that was discovered. A naïve ...
12
votes
3answers
2k views

How to prevent cheating in our (multiplayer) games?

If you are writing a game you should think about cheaters and how to prevent them from cheating. I don't think only the mmo multiplayer games but also singleplayer or "home-brewed" p2p mp games too. ...
5
votes
3answers
155 views

Networking problems in games

I am looking for networking designs and tricks specific to games. I know about a few problems and I have some partial solutions to some of them but there can be problems I can't see yet. I think there ...
5
votes
10answers
308 views

cheat prevention for browser based xmlhttp/js/perl/php game

Lets say that in a browser based game, completing some action (for simplicity lets say someone clicks on a link that increases their score by 100) clicking on this link which would have a url for ...
4
votes
1answer
241 views

Antivirus proccess kill prevention?

I was searching around in regards how to prevent an application from being killed but havent really found an answer that describes how it works for antivirus applications for example. What I am ...
4
votes
3answers
404 views

Howto take latency differences into consideration when verifying location differences with timestamps (anti-cheating)?

When you have a multiplayer game where the server is receiving movement (location) information from the client, you want to verify this information as an anti-cheating measure. This can be done like ...
3
votes
2answers
13k views

Reliable time difference in the iOS environment

I am working on a casual game with some improvement over time, much like TinyTower. But the biggest flaw in TinyTower (and all respect, its a cute game) is that cheating is too easy. The game relies ...
3
votes
5answers
108 views

Tracking Computers in an Online Game

So i am running into a problem with people making multiple accounts to make there account better with more resource in game. So my dilemma is, Many users go thru proxys or NATd info so some ...
3
votes
3answers
560 views

Does HTML 5 Gaming use Canvas and Javascript? How to prevent cheating in this case?

Does HTML 5 Gaming use Canvas and Javascript? How to prevent cheating in this case? For instance, what if a user uses GreaseMonkey or some tool to alter the script so that it just reports a perfect ...
2
votes
3answers
141 views

What are some reliable Flash obfuscators?

I'm creating a game in Flash that submits high scores to a server. While I'm planning to take several precautions on the server-side to prevent tampering, the weak link in the chain is Flash itself. ...
2
votes
3answers
179 views

Block users using auto-clickers

I'm having some problems with users cheating my online game by using macros to automatically click certain spots on the screen in a certain order to automate various tasks without having to actually ...
1
vote
1answer
55 views

Authoritative Flash multiplayer game server: twice the work?

I'm working on a puzzle game in Flash. It's a two-player, head-to-head game with some realtime elements. It is not Tetris-like, but the level of player interaction and the rate of movement is similar ...
1
vote
2answers
65 views

iPhone hardware & user timers getting out of sync over time

I'm trying to detect if the user advances their clock while an app is running. I'm currently doing this by comparing how two timers change: [NSDate timeIntervalSinceReferenceDate] and ...
1
vote
2answers
144 views

Determine a computer ID in Flash/AIR game

I'm creating an online multiplayer game in which I want to prevent players from joining a game using multiple clients/accounts on one computer. I can't simply do a server sided check for the ...
1
vote
4answers
205 views

How can I locally detect iPhone clock advancement by a user between app runs?

A common exploit in casual games is to artificially advance the system clock to jump ahead in gameplay. How can such user clock advancement be detected by an app on an iOS device? Must not involve ...
1
vote
3answers
64 views

What application has mouse control?

One way users can cheat with games (desktop or web) is by having "robots" monitor the screen and move the mouse for them. Is there a way (of course with transparency and user permission) to monitor if ...
0
votes
2answers
47 views

Can this online highscore scheme be abused?

Background One problem with games using online highscore lists is that they often can be abused. The game sends the current score to the server and a cunning user can analyze the protocol/scheme and ...