Hack.WriteInteger(Hack.ReadInteger(0x140F1A4) + 0xC, 1);
int Host = Hack.ReadInteger(0x140F1A4) + 0xC;
if (Host.ToString().StartsWith("1"))
{
label1.Text = "You are host! :))";
HackGUI.Show();
timer1.Stop();
}
else
{
label1.Text = "You are not host! :((";
}
int Host = Hack.ReadInteger(0x140F1A4) + 0xC;

int Host = Hack.ReadInteger(Hack.ReadInteger(0x140F1A4) + 0xC);
private void ForceHost_Tick(object sender, EventArgs e)
{
// Try to force Host
try
{
Hack.WriteInteger(Hack.ReadInteger(0x140F1A4) + 0xC, 1);
int Host = Hack.ReadInteger(Hack.ReadInteger(0x140F1A4) + 0xC);
// If it set to true, the text of Label 1 change.
if (Host == 1)
{
label1.Text = "You should be host.";
}
}
// If it can't the error message will showed.
catch(Exception n)
{
MessageBox.Show("Error: " + n);
}
}
