the code works and the damage is there, you just have to aim directly at the headthe code works but 100% recoil dont do damage idk why
the code works and the damage is there, you just have to aim directly at the headthe code works but 100% recoil dont do damage idk why
this code, injection into the game through the program, see description abovewhat do we do? where do we apply the code? im no programmer i dont understand this sh.
what program? the MH hax?this code, injection into the game through the program, see description above
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
function recoilon()
local targetSignature = '54 73 6C 52 65 63 6F 69 6C 43 6F 6D 70 6F 6E 65 6E 74'
local overrideSignature = '91 91 91 91 91 91 91 91 91 91 91 91 91 91 91 91 91 91'
local codePage = '-X*C*W'
WriteSignatures(targetSignature, overrideSignature, codePage)
end
you need the Cheat Engine program, 1) you start the game 2) you start the Cheat Engine and with the help of the program you inject the code into the game itself.what program? the MH hax?