Code: Select all
Game Name: Risk of Rain 2
Game Process: Risk of Rain 2.exe
Game Version: 1.2.4.1
Game Engine: Unity
Savegame: ?
Cheat Engine: 7.4.1 (Dark Mode)
If you like my work then please rate this post positive, it's as easy as hitting the "Post reputation" button at the top right.
If you want to share the table then share the link to this post but do not upload this table anywhere else.
This table is made with CE 7.4.1 and some scripts might not work when using a lower version.Options:
- God Mode
- Inf. Health
- Inf. Jumps
- Rapid Fire
- Inf. Money
- Fast Movement
- Save Player Coordinates
- Load Saved Coordinates
- Multiple Pointer
Temporary fix for CE versions below 7.4.1
Code: Select all
--Credits for this script going to DB
function mono_image_findClassSlow(image, namespace, classname)
--if debug_canBreak() then return nil end
--find a class in a specific image
local result=0
if monopipe==nil then return 0 end
monopipe.lock()
local fullnamerequested=classname:find("+") ~= nil
local c=mono_image_enumClasses(image)
if c then
local i
for i=1, #c do
--check that classname is in c[i].classname
if fullnamerequested then
local cname=mono_class_getFullName(c[i].class)
local r=mono_splitSymbol(cname)
if r.methodname==classname then --methodname is classname in this context
result=c[i].class
break
end
else
if c[i].classname==classname then
result=c[i].class
break;
end
end
end
end
monopipe.unlock()
return result
end
--(just execute it, or replace in monoscript)
The Table can also be found in our Discord Server:
[Link]
If you have any questions or need help feel free to ask there, we have tables for a lot other games as well.
Old Versions
Tables from Others
Chiados: viewtopic.php?p=96629#p96629
JessieKazama: viewtopic.php?p=84262#p84262
PeaceBeUponYou: viewtopic.php?p=190042#p190042
happyTugs: viewtopic.php?p=135924#p135924
And probably more within the comments of the different threads.
Table updates will be available only for Patreon patrons pledging to the Updates tier: [Link]
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1