Post: Black Ops 2 RTM Tool Help
10-19-2014, 03:40 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I Am currently making a black ops 2 1.18 rtm tool, It was all fine until i got up to the clients, i have no idea how to make a client list and every video i watch or code i get returns some kind of error :( i was wondering if some one here could help by posting the code or a link to a good tut ?
(adsbygoogle = window.adsbygoogle || []).push({});
10-19-2014, 03:44 PM #2
Code:
this.dataGridView1.Enabled = true;
this.dataGridView1.RowCount = 17;
for (int i = 0; i < 17; i++)
{
this.dataGridView1.Update();
this.dataGridView1.Rows.Cells[0].Value = i;
this.dataGridView1.Rows.Cells[1].Value = this.Name(i);
}
public static string Name(uint client)
{
byte[] bytes = new byte[16];
Form1.GetMemory(24667244u + 22536u * client, ref bytes);
string @string = Encoding.ASCII.GetString(bytes);
return @string.Replace("\0", "");
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo