QuestionHelp

Posts 1–4 of 4 · Page 1 of 1
Help
Someone can fix these scripts? pls

AoB = AOBScan("00 0A 7D ?? ?? 00 04 02 ?? ?? ?? D1 01 00 04 28 ?? 1B 00 ?? ??F4 20 ?? ?? 25 26")
if (AoB and AoB.getCount()==3) then
print("Dobro de Looting ON ")
for noob=0,2 do
writeBytes(tonumber(AoB[noob],16)+9, 0x13)
end
AoB.Destroy()
AoB = nil
else
print("Dobro de Looting OFF")
end

AoB = AOBScan("00 0A 7D ?? ?? 00 04 02 ?? ?? ?? D1 01 00 04 28 ?? 1B 00 ?? ??F4 20 ?? ?? 25 26")
if (AoB and AoB.getCount()==3) then
print("GM Looting OK ")
for noob=0,2 do
writeBytes(tonumber(AoB[noob],16)+9, 0x13)
end
AoB.Destroy()
AoB = nil
else
print("GM Looting ERROR/Patch")
end

if someone can thx
i gonna try fix that i tell you later

- - - Updated - - -

AoB = AOBScan("?? ?2 1F 23 ??")
if (AoB) then
print("MoreLoot ON")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+4, 0x13)
end
else
print("FAILED")
end
I want learn to edit AoB
Does anyone have a manual on how to edit the AoB?
Quote Originally Posted by creapygames View Post
i gonna try fix that i tell you later

- - - Updated - - -

AoB = AOBScan("?? ?2 1F 23 ??")
if (AoB) then
print("MoreLoot ON")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+4, 0x13)
end
else
print("FAILED")
end
force close bro when I add this code
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?