
Originally Posted by
eduhenmarsil
[God Mode]?
Currently there is 2 God Mode use the one that will work for you.
Godmode:
AoB = AOBScan("55 8B EC 57 83 EC 34 8B 05 78 ?? ?? ?? 83 EC 08 68 C0 FF ?? ?? 50")
if (AoB and AoB.getCount()==5) then
print("GODMODE ON")
for i=0,4 do
writeBytes(tonumber(AoB[i],16)+2, 0xCE)
end
AoB.Destroy()
AoB = nil
else
print("GODMODE ERROR")
end
Godmode:
AoB = AOBScan("55 8B EC 57 83 EC 34 8B 05 78 DE ?? ?? 83 EC 08 68 C0 FF ?? ?? 50")
if (AoB and AoB.getCount()==1) then
print("GODMODE ON")
for i=0,0 do
writeBytes(tonumber(AoB[i],16)+2, 0xCE)
end
AoB.Destroy()
AoB = nil
else
print("GODMODE ERROR")
end