Sniper Scope
Sniper Scope
/////////////////////////////////////////
if (Process.GetProcessesByName("HD-Player").Length == 0)
{
STT.Text = "Failed to apply - Emulator Not Found";
Console.Beep(240, 300);
}
else
{
samol.OpenProcess("HD-Player");
STT.Text = "Applying Extarnal...";
int i2 = 22000000;
IEnumerable<long> wl = await samol.AoBScan(search, writable: true);
string u = "0x" + wl.FirstOrDefault().ToString("X");
if (wl.Count() != 0)
{
for (int i = 0; i < wl.Count(); i++)
{
i2++;
samol.WriteMemory(wl.ElementAt(i).ToString("X"), "bytes", replace);
}
k = true;
}
if (k == true)
{
STT.Text = "Amw-Extranal Aimbot - Apply";
Console.Beep(400, 300);
}
else
{
STT.Text = "Failed to apply - Try Again";
}
}