Post: Get Clients?
05-14-2014, 10:48 AM #1
Arrow_Modz
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU,
I Have a Problem: In my tool the client name dont Show but i can use the Stuff like Godmode...
top private int client;
Button "Get Client Names":

private void metroButton43_Click (object sender, EventArgs e)
{
if (dataGridView1.RowCount == 1)
{
dataGridView1.Rows.Add (11);
}

for (uint i = 0; i <12; i + +)
{
dataGridView1 [0, Convert.ToInt32 (i)] Value = i.;
dataGridView1 [1, Convert.ToInt32 (i)] Value = Client Names (i).;
}
}

Code Client Names:
public static string Client Names (uint client)
}
return MainForm.PS3.Extension.ReadString (0xF44400 + (client * 0x3700));
}
(adsbygoogle = window.adsbygoogle || []).push({});
05-14-2014, 11:23 AM #2
coreconfusion
I defeated!
Originally posted by Modz View Post
Hello NGU,
I Have a Problem: In my tool the client name dont Show but i can use the Stuff like Godmode...
top private int client;
Button "Get Client Names":

private void metroButton43_Click (object sender, EventArgs e)
{
if (dataGridView1.RowCount == 1)
{
dataGridView1.Rows.Add (11);
}

for (uint i = 0; i <12; i + +)
{
dataGridView1 [0, Convert.ToInt32 (i)] Value = i.;
dataGridView1 [1, Convert.ToInt32 (i)] Value = Client Names (i).;
}
}

Code Client Names:
public static string Client Names (uint client)
}
return MainForm.PS3.Extension.ReadString (0xF44400 + (client * 0x3700));
}


try this:
            private void getClients_Click(object sender, EventArgs e)
{
if (clientsList.RowCount == 1)
{
clientsList.Rows.Add(11);
}

for (uint list = 0; list < 12; list++)
{
clientsList[0, Convert.ToInt32(list)].Value = list;
clientsList[1, Convert.ToInt32(list)].Value = ClientNames(list);
}

}

public static string ClientNames(uint client)
{
string getclients = PS3.Extension.ReadString(0x00F4749C + (client * 0x3700));
return getclients;
}

The following user thanked coreconfusion for this useful post:

Arrow_Modz
05-14-2014, 11:31 AM #3
Arrow_Modz
Can’t trickshot me!
Work, Thank You Happy
05-14-2014, 11:31 AM #4
coreconfusion
I defeated!
Originally posted by Modz View Post
Work, Thank You Happy


yup, np
05-14-2014, 03:54 PM #5
Arrow_Modz
Can’t trickshot me!
Any Know for Black Ops 2? xD
05-15-2014, 01:12 AM #6
coreconfusion
I defeated!
it should be the same, just find the bo2 offset for "name in game" and client interval and use that instead
05-15-2014, 01:16 AM #7
coreconfusion
I defeated!
You must login or register to view this content.
05-15-2014, 04:02 PM #8
Arrow_Modz
Can’t trickshot me!
Its but not Work ..
public static string ClientNamesBo2(uint client)
{

string getclients = PS3.Extension.ReadString(0x1780F28 + (client * 0x580Cool Man (aka Tustin));
return getclients;
}

private void metroButton51_Click(object sender, EventArgs e)
{
if (dataGridView2.RowCount == 1)
{
dataGridView2.Rows.Add(17);
}

for (uint list = 0; list < 18; list++)
{
dataGridView2[0, Convert.ToInt32(list)].Value = list;
dataGridView2[1, Convert.ToInt32(list)].Value = ClientNamesBo2(list);
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo