We decided to split InjectSoft into two divisions. The first is our existing MMOExtreme software that we will continue to support (for now), and the second is dedicated to open source game hacking. We felt it was better for the hacking community to have valuable resources rather than relying on others to write software for them. Some developers like writing AI but hate having to dig through memory, while others like debugging but hate having to write applications. We will be posting memory locations, tutorials, apis, and more, and hope you are as excited as we are. The goal is to create a strong resource for both new game hackers and veterans as well. We want everyone to contribute.
http://www.injectsoft.com/showthread.php?t=137
Here's an example of what we're posting:
R = Read
W = Write
[static pointer]
+ offset
All pointers and offsets are in hexadecimal
Camera- Zoom Distance Current (R/W): [01797C84]
- Zoom Distance Max (R/W): [01797C88]
- Zoom Distance Buffer (R): [01797C80]
Player- Casting (R): [237D564] + 3B4 + 240 + 58
- Total Experience (R): [237D4E4] + A4 + 8 + 17C
Miscellaneous- Logged In (R): [0237683C]
- Window State (R/W): [0167AC61]
Sincerely,
The InjectSoft Team