0% found this document useful (0 votes)
213 views1 page

Aimbot No Ban

Uploaded by

adityabagga486
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
213 views1 page

Aimbot No Ban

Uploaded by

adityabagga486
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

if (Process.GetProcessesByName("HD-Player").

Length == 0)
{
guna2Button1.Text = "OPEN YOUR EMULATOR";
}
else
{
Int32 proc = Process.GetProcessesByName("HD-Player")[0].Id;
m.OpenProcess(proc);
guna2Button1.Text = "ACTIVATING AIMBOT";

var result = await m.AoBScan("FF FF FF FF 00 00 00 00 00 00 00 00


00 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A5 43 00 00 00 00 ?? ?? ?? ??
00 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 80 BF", true, true);
if (result.Any())
{

foreach (var CurrentAddress in result)


{
Int64 dopa = CurrentAddress + 96L;
Int64 dopaxd = CurrentAddress + 92L;

var Read = m.ReadMemory<int>(dopa.ToString("X"));


m.WriteMemory(dopaxd.ToString("X"), "int",
Read.ToString());
}
guna2Button1.Text = "AIMBOT ACTIVATED";
Console.Beep(250, 300);

}
else
{
guna2Button1.Text = "FAILED";
}
}
}
}
}

You might also like