byte[] buffer = new byte[0x10];
PS3.GetMemory(0x269180C, buffer);
string ipaddress = Encoding.ASCII.GetString(buffer);
if (!listBox1.Items.Contains(ipaddress))
listBox1.Items.Add(ipaddress);
Copyright © 2026, NextGenUpdate.
All Rights Reserved.