Post: Get Clients Names Show Up in Your Tool [C#/1.11]
04-29-2014, 09:21 PM #1
iNDMx
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU ..

Today i Show You How To Show Up Clients Names in Your Tool (using TextBox)

Add Button And Add some Text Box For Show Up Clients in TextBox Shiver

add this code To Your Button

    
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 0);//Client 1
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 1);//Client 2
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 2);//Client 3
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 3);//Client 4
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 4);//Client 5
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 5);//Client 6
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 6);//Client 7
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 7);//Clients 8
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * Cool Man (aka Tustin);//Client 9
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 9);//Client 10
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 10);//Client 11
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 11);//Client 12

if Dosent Work USE PS3Lib

    
Credits
iNDMx- - For Codded it
Mango_Knife - Offset Name
iMCSx - PS3Lib

Have Fun Smile
(adsbygoogle = window.adsbygoogle || []).push({});
04-29-2014, 09:31 PM #2
RatchetBooty
Former Staff
I've already released a how to code a client list tutorial: You must login or register to view this content..
04-29-2014, 09:40 PM #3
iNDMx
Do a barrel roll!
Originally posted by RatchetBooty View Post
I've already released a how to code a client list tutorial: You must login or register to view this content..

ohh sorry .. My Theard Get Clients using TextBox Your Theard Get Clients By DataGridView ?? WTF ??
04-30-2014, 10:02 AM #4
Mango_Knife
In my man cave
Originally posted by iNDMx View Post
Hey NGU ..

Today i Show You How To Show Up Clients Names in Your Tool (using TextBox)

Add Button And Add some Text Box For Show Up Clients in TextBox Shiver

add this code To Your Button

    
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 0);//Client 1
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 1);//Client 2
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 2);//Client 3
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 3);//Client 4
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 4);//Client 5
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 5);//Client 6
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 6);//Client 7
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 7);//Clients 8
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * Cool Man (aka Tustin);//Client 9
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 9);//Client 10
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 10);//Client 11
textBoxXX.Text = PS3.Extension.ReadString(0x00F4701C + 0x3700 * 11);//Client 12

if Dosent Work USE PS3Lib

    
Credits
iNDMx- - For Codded it
Mango_Knife - Offset Name
iMCSx - PS3Lib

Have Fun Smile


Nice, but you can use this, insted of a big code:
    
public static void GetNames(String textBox, UInt32 client)
{
textBox = PS3.Extension.ReadString(0x00F4701C + client * 0x3700);
}


then you can do call it like that:
    
GetNames(textBox1.Text/*textBox*/, 0/*Client*/);

The following user thanked Mango_Knife for this useful post:

iNDMx

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo