Posted by: spawnfestis on: March 4, 2009
Hi, this tutorial will cover these parts of the API Library – WriteProcessMemory() OpenProcess() FindWindow() GetWindowThreadProcessId() ..as well as some other neat stuff Requirements – Basic ASM and byte(s) knowledge C# GUI editor knowledge How to understand code and how to read codeblocks How to read off MSDN Lets begin! =) To start off, when [...]
Posted by: spawnfestis on: March 4, 2009
Hi, in this tutorial I’ll explain how to define variables, using them and how they work in the background of your process. First of all, what you must realize is that this is not harder than it seems, and all you need to know for this tutorial is what the programming term “Variable” means. What [...]
Posted by: spawnfestis on: March 4, 2009
This tutorial will teach you how to pull off dynamic memory in a language like C#, while it will also let you know how it works, which in this case is most useful when editing foreign processes memory, or trying to achieve some kind of cheat in whatever game. Requirements – Basic or intermediate C# [...]
Posted by: spawnfestis on: March 4, 2009
I see you want to try out C#. Well, this sample or snippet or whatever is not that hard, and you’ll grasp GUI interacting within a minute. Requirements (BASIC) – Be able to use the GUI editor Be able to read code and directly or indirectly grasp what is going on So, start a new [...]