AK47 base address and pointer offsets
Hi, i tried doing pointer scans and got the following address for AK47 norecoil:
Code:
Address: 0584B080
offset1: 14
offset2: 3b8
offset3: 21f
*(BYTE*)(*(DWORD*)(*(DWORD*)(*(DWORD*)(0x0584B080) + 0x14) + 0x3b8) + 0x21f) = 0x65;
However, it seems like its wrong as BS crashes everytime i activate the hotkey change...
Could someone tell me how i am supposed to search for the weapon base addresses and offsets properly??

thanks in advance!