im not hacker
Seçkin Üye
how to scan / find AOB like this, which software do you use ?
example: this is speed hack code for PUBG lite
example: this is speed hack code for PUBG lite
Kod:
function spdhax()
local targetSignature = '00 00 80 3F 00 00 80 3F 00 80 3F 17 B7 D1 38' //base
local overrideSignature = '1F 85 FF 3F 1F 85 FF 3F 1F FF 3F 17 B7 D1 38' // value changed
local codePage = '-X*C*W'
WriteSignatures(targetSignature, overrideSignature, codePage)
end