private static String ReturnInfos(Int32 Index)
{
return Encoding.ASCII.GetString(DEX.GetBytes(0X008360d5, 0x100)).Replace(@"\", "|").Split('|'
[Index];
}
public String getHostName()
{
String Host = ReturnInfos(16);
if (Host == "Modern Warfare 3")
return "Dedicated Server (No Player is Host)";
else if (Host == "")
return "You are not In-Game";
else return Host;
}
public string getName(int client)
{
uint offset = 0x0110D694;
uint size = 0x3980;
byte[] buffer = new byte[20];
DEX.GetMemory(offset + (size * (uint)client), buffer);
string names = Encoding.ASCII.GetString(buffer);
names = names.Replace("\0", "");
return names;
}
public int getHostnumber()
{
string Hostname = getHostName();
for (int i = 0; i < 18; i++)
{
string iName = getName(i);
if (iName == Hostname)
{
return i;
}
}
return -1;
}
private static String ReturnInfos(Int32 Index)
{
return Encoding.ASCII.GetString(DEX.GetBytes(0X008360d5, 0x100)).Replace(@"\", "|").Split('|'
[Index];
}
public String getHostName()
{
String Host = ReturnInfos(16);
if (Host == "Modern Warfare 3")
return "Dedicated Server (No Player is Host)";
else if (Host == "")
return "You are not In-Game";
else return Host;
}
public string getName(int client)
{
uint offset = 0x0110D694;
uint size = 0x3980;
byte[] buffer = new byte[20];
DEX.GetMemory(offset + (size * (uint)client), buffer);
string names = Encoding.ASCII.GetString(buffer);
names = names.Replace("\0", "");
return names;
}
public int getHostnumber()
{
string Hostname = getHostName();
for (int i = 0; i < 18; i++)
{
string iName = getName(i);
if (iName == Hostname)
{
return i;
}
}
return -1;
}
private static String ReturnInfos(Int32 Index)
{
return Encoding.ASCII.GetString(DEX.GetBytes(0X008360d5, 0x100)).Replace(@"\", "|").Split('|'
[Index];
}
public String getHostName()
{
String Host = ReturnInfos(16);
if (Host == "Modern Warfare 3")
return "Dedicated Server (No Player is Host)";
else if (Host == "")
return "You are not In-Game";
else return Host;
}
public string getName(int client)
{
uint offset = 0x0110D694;
uint size = 0x3980;
byte[] buffer = new byte[20];
DEX.GetMemory(offset + (size * (uint)client), buffer);
string names = Encoding.ASCII.GetString(buffer);
names = names.Replace("\0", "");
return names;
}
public int getHostnumber()
{
string Hostname = getHostName();
for (int i = 0; i < 18; i++)
{
string iName = getName(i);
if (iName == Hostname)
{
return i;
}
}
return -1;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.