[COMPLETED] RED HOT VENGEANCE

Ask about cheats/tables for single player games here
Post Reply
Pazto
Noobzor
Noobzor
Posts: 11
Joined: Fri Sep 29, 2017 2:54 pm
Reputation: 5

[COMPLETED] RED HOT VENGEANCE

Post by Pazto »

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:
Last edited by Pazto on Tue Aug 06, 2019 3:09 pm, edited 2 times in total.

User avatar
fantomas
Table Makers
Table Makers
Posts: 1162
Joined: Sat Mar 25, 2017 7:13 pm
Reputation: 552

Re: RED HOT VENGEANCE

Post by fantomas »

Hi :)

Request Template/Paid Requests

At first look, ammo & health values are double, easy to find/make a script.

Pazto
Noobzor
Noobzor
Posts: 11
Joined: Fri Sep 29, 2017 2:54 pm
Reputation: 5

Re: RED HOT VENGEANCE

Post by Pazto »

Sorry, I edited the topic!
Anyway, if you can do it, plz do! I tried and wasnt able to find the values!
Thanks ♥

User avatar
fantomas
Table Makers
Table Makers
Posts: 1162
Joined: Sat Mar 25, 2017 7:13 pm
Reputation: 552

Re: RED HOT VENGEANCE

Post by fantomas »

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

Pazto
Noobzor
Noobzor
Posts: 11
Joined: Fri Sep 29, 2017 2:54 pm
Reputation: 5

Re: RED HOT VENGEANCE

Post by Pazto »

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!! ♥

User avatar
ArmY of 0n3
Table Makers
Table Makers
Posts: 276
Joined: Fri May 19, 2017 11:21 pm
Reputation: 403

Re: RED HOT VENGEANCE

Post by ArmY of 0n3 »

Pazto wrote:
Mon Aug 05, 2019 8:10 pm
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:
Try with my table ;)

Image

Pazto
Noobzor
Noobzor
Posts: 11
Joined: Fri Sep 29, 2017 2:54 pm
Reputation: 5

Re: [COMPLETED] RED HOT VENGEANCE

Post by Pazto »

Thanks Man! Is everything I wanted :wub: :wub: :wub:
Last edited by Pazto on Tue Aug 06, 2019 3:13 pm, edited 1 time in total.

Pazto
Noobzor
Noobzor
Posts: 11
Joined: Fri Sep 29, 2017 2:54 pm
Reputation: 5

Re: RED HOT VENGEANCE

Post by Pazto »

ArmY of 0n3 wrote:
Tue Aug 06, 2019 1:28 pm
Try with my table ;)
Thanks Man! Is everything I wanted :wub: :wub: :wub:

Post Reply

Who is online

Users browsing this forum: Google [Bot], HaydeenyJT, thorSolberg054