Today, after the update some guys asked me, 'How do you always find the new offsets?' So, I will try to make a tutorial showing how to do it. :)
First of all, you will need to get a tool called "IDA Disassemble", I suggest 6.1 64bit, I am not sure, if these guys support 32bit computers, but who knows. Ok, lets get started.
For the CGraphics search for the string "FullScreenEffectID_1". (String is a line in the code)
[Only registered and activated users can see links. Click Here To Register...]
After that you are going to press "xref", choose the first one and "ok".
[Only registered and activated users can see links. Click Here To Register...]
Now, right over the string "FullScreenEffectID_1" you can see the offsets for "CGraphics".
[Only registered and activated users can see links. Click Here To Register...]
To find the "CGame" offset search for the string "PlayerName".
[Only registered and activated users can see links. Click Here To Register...]
Now press "xrefs (strg + x)", choose the first one and "ok".
[Only registered and activated users can see links. Click Here To Register...]
The string in yellow the offset.
That's about it, I hope I did help you. Sorry for my English, not a native speaker. :)
First of all, you will need to get a tool called "IDA Disassemble", I suggest 6.1 64bit, I am not sure, if these guys support 32bit computers, but who knows. Ok, lets get started.
For the CGraphics search for the string "FullScreenEffectID_1". (String is a line in the code)
[Only registered and activated users can see links. Click Here To Register...]
After that you are going to press "xref", choose the first one and "ok".
[Only registered and activated users can see links. Click Here To Register...]
Now, right over the string "FullScreenEffectID_1" you can see the offsets for "CGraphics".
[Only registered and activated users can see links. Click Here To Register...]
To find the "CGame" offset search for the string "PlayerName".
[Only registered and activated users can see links. Click Here To Register...]
Now press "xrefs (strg + x)", choose the first one and "ok".
[Only registered and activated users can see links. Click Here To Register...]
The string in yellow the offset.
That's about it, I hope I did help you. Sorry for my English, not a native speaker. :)