Post: Client help
05-17-2015, 07:08 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); My Question
Im Working On A Tool For BO2 But I Don't Know How To Add "Get Client Names". pls help

BYE
(adsbygoogle = window.adsbygoogle || []).push({});
05-17-2015, 07:10 PM #2
Reyz
Banned
Originally posted by trollman111 View Post
My Question
Im Working On A Tool For BO2 But I Don't Know How To Add "Get Client Names". pls help

BYE


Add this into a button

    try
{
dataGridView1.Enabled = true; dataGridView1.RowCount = 18;
for (int i = 0; i < 18; i++)
{
dataGridView1.Update();
dataGridView1.Rows[i].Cells[0].Value = i;
dataGridView1.Rows[i].Cells[1].Value = GetName(i);
}

}

catch { }

The following user thanked Reyz for this useful post:

Adrian
05-21-2015, 11:52 AM #3
Adrian
Adrian is back!
Originally posted by Reyz View Post
Add this into a button

    try
{
dataGridView1.Enabled = true; dataGridView1.RowCount = 18;
for (int i = 0; i < 18; i++)
{
dataGridView1.Update();
dataGridView1.Rows[i].Cells[0].Value = i;
dataGridView1.Rows[i].Cells[1].Value = GetName(i);
}

}

catch { }


that is for datagridview if you want to use textBoxes u can also use this for get clients
    textBox1.Text = PS3.Extension.ReadString(0x026C065Cool Man (aka Tustin);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x580Cool Man (aka Tustin);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 2);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 3);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 4);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 5);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 6);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 7);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * Cool Man (aka Tustin);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 9);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 10);
textBox1.Text = PS3.Extension.ReadString(0x026C0658 + 0x5808 * 12);

clearly u change the textBox1's to your textBox's. Ther 0x5808 is the client interval Smile all the * 1 upwards is doing is multiplying the sum of the offset + 0x5808 Smile. hopefully u get this and your welcome

The following 2 users say thank you to Adrian for this useful post:

Reyz, Kronos

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo