CODIGO
CODIGO
if (Process.GetProcessesByName("HD-Player").Length == 0)
{
// guna2HtmlLabel20.Text = "Abrir emulador...";
Console.Beep(2000, 400);
}
else
{
// label1.Visible = true;
// loading.Start();
Int32 proc = Process.GetProcessesByName("HD-Player")[0].Id;
memory.OpenProcess(proc);
}
// guna2HtmlLabel20.Text = "Aimbot safe : Activated";
Console.Beep(600, 300);
// label1.Visible = false;
// loading.Stop();
f2Pressed = false;
}
else
{
// label1.Visible = false;
// loading.Stop();
// guna2HtmlLabel20.Text = "Aimbot safe : Activated..2";
}
}
}