Posts by bouclier
4 posts total, newest first.
MW2 OFFSETS & STRUCTSin Call of Duty Modern Warfare 2 Coding / Programming / Source Code - Now I have been reversing the game and I found it if anyone wants 0x8A41A0 it's the index of the local player u use it like that
#define LOCALINDEX 0x8A41A0
to retrieve its value *(int*)LOCALINDEX
and to use it you caMW2 OFFSETS & STRUCTSin Call of Duty Modern Warfare 2 Coding / Programming / Source Code - thank you so muchMW2 OFFSETS & STRUCTSin Call of Duty Modern Warfare 2 Coding / Programming / Source Code - thank you for your hints :))) just a last question if you don't mind is this the source that you're talking about github.com/id-Software/Quake-III-Arena/tree/master/code because I've found a lot of different ones?MW2 OFFSETS & STRUCTSin Call of Duty Modern Warfare 2 Coding / Programming / Source Code - [QUOTE=wara286;11381855]Since I lost interest in finishing my multihack, I might as well post my offsets & structs
[SPOILER=Some Functions][CODE]GetTagPos = 0x0048E6E0;
GetTagPtr = 0x0056B770;
etc...[/QUOTE]
Hi
Showing the 4 most recent posts.