0% found this document useful (1 vote)
2K views1 page

Aimbot External V9

Uploaded by

asdfadsf785
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 (1 vote)
2K views1 page

Aimbot External V9

Uploaded by

asdfadsf785
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)
{
SAKIB.Text = "OPEN YOUR EMULATOR";
}
else
{
Int32 proc = Process.GetProcessesByName("HD-Player")[0].Id;
AIMBOT.OpenProcess(proc);
SAKIB.Text = "ACTIVATING AIMBOT";

var result = await AIMBOT.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
00 00 00 00 80 BF ?? ?? ?? ?? 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", true, true);
if (result.Any())
{
foreach (var CurrentAddress in result)
{
Int64 dopa = CurrentAddress + 96L;
Int64 dopaxd = CurrentAddress + 92L;

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


AIMBOT.WriteMemory(dopaxd.ToString("X"), "int", Read.ToString());

SAKIB.Text = "AIMBOT ACTIVATED";


Console.Beep(250, 300);
}

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

You might also like