Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

30
votes
4answers
4k views

how do aim bots in fps games work?

I was curious if anyone had any experience/knowledge about aim bots in online FPS games such as Counter-Strike. I am curious and would like to learn more about how the cursor knows how to lock on to ...
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. ...
11
votes
6answers
294 views

How can I use data discovered via a memory scanner in an external program?

So, some background: I'm using a memory scanner called cheat engine to get real-time values for game stats (e.g. hp, mana, exp) in a non open-source video game that I'm trying to make a bot for. For ...
7
votes
3answers
310 views

How to properly implement cheat codes?

what would be the best way to implement kind of cheat codes in general? I have WinForms application in mind, where a cheat code would unlock an easter egg, but the implementation details are not ...
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
2answers
1k views

How does Cheat O'Matic work?

How does this program access other processes memory? How can it write into the address space of another process? Wasn't it supposed to segfault or something?
4
votes
8answers
3k views

How to cheat and avoid cheating in Flash games?

I'm writing a small online flash game that keeps high scores of players. Obviously I'd like to keep the players from cheating and getting an arbitrarily high score. What are the most common methods ...
2
votes
4answers
154 views

Cheating with java on a videogame… :D

Hi guys I want to win an hard videogame on my pc. The rule is simple: when the screen turns all white, i have to press immediately the spacebar. I have to do it 200 times :/ Maybe a simple Java ...
1
vote
4answers
178 views

Cheat sheet documentation django python

Is there any Cheat Sheet or Document where I can see all the build-in modules, functions, commands etc in Django and or Python and where I will get an overview of ALL possible elements I could use. I ...
1
vote
11answers
4k views

c/c++ changing the value of a const

I had an article, but i lost it, it showed and described a couple of c/c++ tricks that ppl should be careful. One of them interested me but now that i am trying to replicate it I'm not being able to ...
1
vote
5answers
6k views

What can perform Cheat-Engine like tasks in Linux?

In short, how can I search, view, and modify in-memory values in linux, preferably as easily/simply as possible. Like this.
0
votes
1answer
134 views

Error using StatusBarManagerService - java.lang.SecurityException on android.permission.STATUS_BAR_SERVICE

I wanted to use the StatusBarManagerService, but it's not available on the SDK, so I tried "cheating", using reflection to access it. I was able to access it, but now it's giving me an error when ...
0
votes
2answers
115 views

Recent CSS AND/OR Jquery Cheat sheets?

Hey guys, I'm trying to find a complete cheat sheet that has the newest CSS3, along with the 1 and 2 spec. I'm also trying to find a jQuery cheat sheet that's for 1.5.1, which is the newest. I ...
0
votes
3answers
439 views

Do search engines treat text-indent:-9999em or negative margin as SEO cheat?

I want to use a technique like text-indent:-9999em or negative margin to replace my text with more pretty pictures, but I wonder if search engines would treat this as kinds of cheating? I think for ...
0
votes
3answers
245 views

php5 functions cheat sheet [closed]

Where can I find a cheat sheet of all PHP functions? With some short explanation and form of usage, not just a name of the function. Thanks.