where are hacks?
I know only two ques station running
could pass me another if you have?
and sorry for my english horrible


I'll put here the two who know

Code:
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Infinite energy OK")
writeBytes(tonumber(AoB[0],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
AoB.Destroy()
AoB = nil
else
Print ("Infinite energy ERROR")
end
AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
if (AoB and AoB.getCount()==15) then
 print("Instant Open OK")
for i=0,14 do
writeBytes(tonumber(AoB[i],16), 0x1F, 0x00)
end
AoB.Destroy()
 AoB = nil
else
print("Instant Open ERROR")
end