Game Name: RED HOT VENGEANCE
Price: Free!
Game Version: 1.1.7 (last one)
Options Required: Cheat Table with:
Unlimited Health
Unlimited Ammo
Steam Website:
[COMPLETED] RED HOT VENGEANCE
[COMPLETED] RED HOT VENGEANCE
Last edited by Pazto on Tue Aug 06, 2019 3:09 pm, edited 2 times in total.
Re: RED HOT VENGEANCE
Hi
Request Template/Paid Requests
At first look, ammo & health values are double, easy to find/make a script.
Request Template/Paid Requests
At first look, ammo & health values are double, easy to find/make a script.
Re: RED HOT VENGEANCE
Sorry, I edited the topic!
Anyway, if you can do it, plz do! I tried and wasnt able to find the values!
Thanks ♥
Anyway, if you can do it, plz do! I tried and wasnt able to find the values!
Thanks ♥
Re: RED HOT VENGEANCE
I just finished the game with inf ammo only.
Code: Select all
{$lua}
if syntaxcheck then return end
cheat_name = "InfAmmo"
[ENABLE]
-- This script will get your ammo be increasing after each shot. :P
local pattern = "E8 ?? ?? 4? 00 29 07 EB 32 83 F8 0D 75 12 F2 0F 10 07 F2 0F 58 05 98 EB ?? 01"
local replace = "?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 5C ?? ?? ?? ?? ??"
-- edit the name of the cheat
-- edit the pattern to search
-- edit the replacement bytes
-- use ?? to ignore the bytes
-- do not edit the code below
local scans = AOBScan(pattern)
if scans == nil then
showMessage("Unable to find pattern:\n"..pattern)
else
local saved = {}
local length = (#replace + 1) / 3
for i = 0, scans.Count - 1 do
local backup = readBytes(scans[i], length, true)
local bytes = {}
for hex in string.gmatch(replace, "%S+") do
local size = #bytes + 1
if hex == "??" then
bytes[size] = backup[size]
else
bytes[size] = tonumber(hex, 16)
end
end
saved[i] = backup
writeBytes(scans[i], bytes)
end
_G[cheat_name] = {
["scans"] = scans,
["saved"] = saved
}
end
[DISABLE]
local vars = _G[cheat_name]
if vars ~= nil then
local scans = vars.scans
local saved = vars.saved
for i = 0, scans.Count - 1 do
writeBytes(scans[i], saved[i])
end
scans.Destroy()
vars.scans = nil
vars.saved = nil
vars = nil
_G[cheat_name] = nil
end
Re: RED HOT VENGEANCE
Game is pretty easy to beat, but super enjoyable!
Anyway, replay it with infinite health and ammo will be a blast!
How to use this "code" btw? I'm only used to "classic" .ct files...
Sorry for been a n00b, also, what about infinite health?
Thanks!! ♥
Anyway, replay it with infinite health and ammo will be a blast!
How to use this "code" btw? I'm only used to "classic" .ct files...
Sorry for been a n00b, also, what about infinite health?
Thanks!! ♥
- ArmY of 0n3
- Table Makers
- Posts: 279
- Joined: Fri May 19, 2017 11:21 pm
- Reputation: 405
Re: [COMPLETED] RED HOT VENGEANCE
Thanks Man! Is everything I wanted
Last edited by Pazto on Tue Aug 06, 2019 3:13 pm, edited 1 time in total.
Re: RED HOT VENGEANCE
Thanks Man! Is everything I wanted
Who is online
Users browsing this forum: Berniebibbles12, Dickincorp, DotBot, osenbeichan, Skittlesandbits