Post: [HELP] plz teach me "How to Get Name" for label [PS3/RTE/C#]
09-29-2013, 12:53 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I'm sorry, for RTE Tool production of MW3, would you tell me a little?

I'm making a RTE Tool of MW3 in C # in Visual Studio by this time.

So, I have to write the code to get the Clients Reflesh current, the ID, but do not know quite satisfactory, work has stalled.

Would you please professor if you feel up to it?

By the way, I think he would want to be a mechanism to export the ID "label" when press the "button".

It seems that cumbersome or something, but please lend me your power to them.
I need your help.
09-29-2013, 10:15 PM #2
O-H
Bounty hunter
label1.Text = DEX.Extension.ReadString(GetGClient(0) + 0x3414);
label1.Text = DEX.Extension.ReadString(GetGClient(1) + 0x3414);
etc. etc...

For this to work you will need to be using PS3Lib v3... found here You must login or register to view this content.

you will also need to have the GetGClient
private uint GetGClient(uint clientNumber)
{
return 0x0110A280 + (clientNumber * 0x3980);
}

using PS3lib v3 is way more efficient for other mods as well.

all credit to iMCSx

The following user thanked O-H for this useful post:

Cien

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo