im working on it
- - - Updated - - -
AoB = AOBScan("02 7B D4 11 00 04 7B 79 11 00 04 28 49 2A 00 06 16 6B 3D 44")
if (AoB) then
print("1hit activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit deactivated")
end