Post: Client Names
11-18-2017, 12:57 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); im making a rtm tool where i want to get all the client names in texboxes which i can do but the host(Client 0) doesen't show, but every one else. so it kinda looks like this
You must login or register to view this content.

my code for getting the clients is:
     
public static string Get_Clients(int client)
* * * * {
* * * * * * string item = Read_String(0x178646C + ((uint)(0x5808 * client)));
* * * * * * if (!VIP().Contains(item))
* * * * * * {
* * * * * * * * return item;
* * * * * * }
* * * * * * for (int i = 0; i < 12; i++)
* * * * * * {
* * * * * * * * if (VIP().Contains(Read_String(0x178646C + ((uint)(0x5808 * i)))))
* * * * * * * * {
* * * * * * * * * * MessageBox.Show("There is One or More VIP's in this game!\nYou will not be able to kick or freeze them.", "VIP", MessageBoxButtons.OK, MessageBoxIcon.Information);
* * * * * * * * }
* * * * * * }
* * * * * * return (item = VIP().Contains(item) ? " " : item);
* * * * }
11-26-2017, 08:49 AM #2
Adrian
Adrian is back!
textBox1.Text = PS3.Extension.ReadString(0x178646C);

The client interval is 0x5808, i have used the client 0 offset above.


I say no more, if you don't understand...... well i can say is Getthefuckout

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo