(adsbygoogle = window.adsbygoogle || []).push({});
Today i'm going to show what the gclient is for those who don't know or don't understand. This is a great way to get all the clients in your RTM tool or whatever.
**I will be showing you the gclient, the gclient size, and the gclient's name (so you can load the names).
Ok, first is where the
gclient starts. It starts at the client 0 like below:
You must login or register to view this content.
This one above is for Black Ops 1.
Next, is the
gclient size. Now the length will start at the beginning of where I just showed you of client 0, and all the way down to the next client before it begins.
You must login or register to view this content.
This is also Black Ops 1. The yellow is where the next client starts; client 1. The red is where the nulls separate the two clients. And the green is the client 0, right before it ends; ending right before the nulled line in red.
Here, is the
gclient's name.
You must login or register to view this content.
The red is where you get the size to get all the client's names. You would start from the gclient's start of that client, down to there. What ever the size of that is, is what you use.
Here is an example of loading the clients in a tool:
You must login or register to view this content.
Now here is an example of how you can use it to load the clients:
gclient_addr = 0x13950C8; -------- Here is where the gclient starts for client 0 in Black Ops 1
gclient_size = 0x2A38; -------------- Here is the size of where the gclient starts to where it ends for Black Ops 1
gclient_name = 0x2808; --------- Here is the size from where the gclient starts, down to the second name of where the two names are
- Enjoy! primetime43
Credits:
Me
aerosoul94 for teaching me about it