Found dmg hack 2 aobs but need help
Hey guys, i've found and updated the 900x dmg hack AoBS but im clueless about what to replace it with and where...
ive tried using my knowledge in cheat engine memory hacking but it didnt really help so far...
so heres the code:
AoB = AOBScan("72 ?? ?? ?? ?? 0A 02 7B ?? ?? ?? ?? 18 40 ?? ?? ?? ?? 72 ?? ?? ?? ?? 0A 02 7B ?? ?? ?? ?? 19 40 ?? ?? ?? ?? 72 ?? ?? ?? ?? 0A 7E ?? ?? ?? ?? 06 28 ?? ?? ?? ?? 0B 7E ?? ?? ?? ?? 06 28")
if (AoB and AoB.getCount()==3) then
AoB2 = AOBScan("22 ?? ?? ?? ?? 28 ?? ?? ?? ?? 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 3A ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 7E ?? ?? ?? ?? 28 ?? ?? ?? ?? 39 ?? ?? ?? ?? 02 17 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B")
if (AoB2 and AoB2.getCount()==3) then
print("Damage900x [Ok]")
writeBytes(tonumber(AoB[0],16)+18, 0x00, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB[1],16)+18, 0x00, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB[2],16)+18, 0x00, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB2[0],16)+0, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB2[1],16)+0, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB2[2],16)+0, 0x22, 0x00, 0x00, 0xc8, 0x42)
AoB2.Destroy()
AoB2 = nil
else
print("Damage900x [Error]")
end
AoB.Destroy()
AoB = nil
else
print("Damage900x [Error]")
end
Need to fix the code in red
ive tried using my knowledge in cheat engine memory hacking but it didnt really help so far...
so heres the code:
AoB = AOBScan("72 ?? ?? ?? ?? 0A 02 7B ?? ?? ?? ?? 18 40 ?? ?? ?? ?? 72 ?? ?? ?? ?? 0A 02 7B ?? ?? ?? ?? 19 40 ?? ?? ?? ?? 72 ?? ?? ?? ?? 0A 7E ?? ?? ?? ?? 06 28 ?? ?? ?? ?? 0B 7E ?? ?? ?? ?? 06 28")
if (AoB and AoB.getCount()==3) then
AoB2 = AOBScan("22 ?? ?? ?? ?? 28 ?? ?? ?? ?? 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 3A ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 7E ?? ?? ?? ?? 28 ?? ?? ?? ?? 39 ?? ?? ?? ?? 02 17 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B")
if (AoB2 and AoB2.getCount()==3) then
print("Damage900x [Ok]")
writeBytes(tonumber(AoB[0],16)+18, 0x00, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB[1],16)+18, 0x00, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB[2],16)+18, 0x00, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB2[0],16)+0, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB2[1],16)+0, 0x22, 0x00, 0x00, 0xc8, 0x42)
writeBytes(tonumber(AoB2[2],16)+0, 0x22, 0x00, 0x00, 0xc8, 0x42)
AoB2.Destroy()
AoB2 = nil
else
print("Damage900x [Error]")
end
AoB.Destroy()
AoB = nil
else
print("Damage900x [Error]")
end
Need to fix the code in red


