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 best players. This project is meant to run for a couple of years, with championships, ladders, tournaments, player vs. player-action and so on...
In short, how can I search, view, and modify in-memory values in linux, preferably as easily/simply as possible.
Like this.
...
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 for cheating in flash games and what can I do to make it hard to use them?
**hides
...
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 put it to compile.
The concept was that it is possible to change by accident the value of a const in c/c++
It was something like this:
co...
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?
...
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.
When the game is based on completely a server-client architechture, the job is almost done I think, but there is also wall hacks or someth...
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 an opposing player. Obviously if I wanted to cheat I could go download some cheats so this is more of a learning thing. What all is involved...
Hi, 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 relevant.
The best approach that comes to my mind is to keep index for each code - let's consider famous DOOM codes - IDDQD and IDKFA, in a...
Hi
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 am sure this is would be a big file/image etc , but it would be very helpful to know what commands I could use.
Any suggestions would ...