You can lauch pubg first, in lobby you open cheat engine, n select proses pubg 64 shipping and then select table script lua paste this source :
function WriteSignatures(targetSignature, overrideSignature, codePage)
local byteLine = overrideSignature:gsub("%w+", "0x%0,"):sub(1,-2)
local results = AOBScan(targetSignature, codePage)
if (results == nil) then return end
for i = 0, results.Count-1 do
local address = getAddress(results.getString(i))
local lineCode = 'writeBytes('..address..','.. byteLine..')'
loadstring(lineCode)()
end
results.destroy()
end
local targetSignature = '47 72 61 73 73'
local overrideSignature = '00 00 00 00 00'
local codePage = '-X*C*W' -- ??? ????: '+X-C-W',? ??? ??????:'-X*C*W'
WriteSignatures(targetSignature, overrideSignature, codePage)
and run script
function WriteSignatures(targetSignature, overrideSignature, codePage)
local byteLine = overrideSignature:gsub("%w+", "0x%0,"):sub(1,-2)
local results = AOBScan(targetSignature, codePage)
if (results == nil) then return end
for i = 0, results.Count-1 do
local address = getAddress(results.getString(i))
local lineCode = 'writeBytes('..address..','.. byteLine..')'
loadstring(lineCode)()
end
results.destroy()
end
local targetSignature = '47 72 61 73 73'
local overrideSignature = '00 00 00 00 00'
local codePage = '-X*C*W' -- ??? ????: '+X-C-W',? ??? ??????:'-X*C*W'
WriteSignatures(targetSignature, overrideSignature, codePage)
and run script