Posts by Nik08154
15 posts total, newest first.
Need help picking out c++ bookin Combat Arms Coding Help & Discussion - C++ Primer is a good bookHow to unpack crossfire.exein Crossfire Coding Help & Discussion - lol you must unpack CShell.dll for searching addresses
How To:
1. Simply create a LoadLibrary C++ console program (Hint: use the api: LoadLibrary to load the library :p)
2. Put it in your cf directory
3. start it
3.1 SHelp-me new member, how to create hack?in Crossfire Coding Help & Discussion - 1. You can find codes here in the source code section :p
2. Programs needed:
- OllyDbg (http://www.ollydbg.de/odbg110.zip) (Reversing)
- Cheat Engine (Just google it)
- A programming language like C++(this is the bes*(DWORD*) pointers etcin Crossfire Coding Help & Discussion - [QUOTE=luizimloko;9075939]here a example:
00725430 . DC6A6900 DD execu.00696ADC
*(DWORD *)0x00725430 make a pointer for address 00696ADC
...
00696ADC 80BD4400 DD execu.0044BD80
*(DWORD *)0x00696ADHow to manipulate memory with C#?in Crossfire Coding Help & Discussion - Yeah I want to know how to change the memory with C# AND WITH POINTERS!
So my main questions are:
1. How to do basic memory manipulation with C# ?
2. How to use Address + Offset and change it (Changing of static p
Showing the 5 most recent posts.