Page 1 of 1

Risk of Rain 2

Posted: Fri Aug 26, 2022 12:26 am
by Akira

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)
Game Website:
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.




Risk of Rain 2_v1.0.CT
(827.81 KiB) Downloaded 12204 times
Options:
- God Mode
- Inf. Health
- Inf. Jumps
- Rapid Fire
- Inf. Money
- Fast Movement
- Save Player Coordinates
- Load Saved Coordinates
- Multiple Pointer
This table is made with CE 7.4.1 and some scripts might not work when using a lower version.
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)
Go to Memory View then in the top bar to Tools -> Lua Engine, paste the script in and hit Execute.

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]

Re: Risk of Rain 2

Posted: Sun Oct 09, 2022 5:01 am
by Riceball0831
sweet hope this works

Re: Risk of Rain 2

Posted: Mon Oct 10, 2022 12:31 pm
by yavin03
im using CE 7.4, currently the Inf Health doesn't work. Thanks for the scripts

Re: Risk of Rain 2

Posted: Mon Nov 14, 2022 3:27 pm
by kawabunga
Inf money seems to not work for me

Re: Risk of Rain 2

Posted: Wed Nov 23, 2022 1:26 am
by divergence
I'm unsure how the item stuff works in these tables. One of the other forum links had some guidance I tried to follow, but I guess your version is different right? The pointers get filled and all, but it doesn't do anything meaningful.

Re: Risk of Rain 2

Posted: Thu Jul 13, 2023 8:20 pm
by Mojo_69
"DLL Injection failed or invalid DLL version"

CE 7.5

Re: Risk of Rain 2

Posted: Fri Jul 14, 2023 6:08 am
by Akira
Mojo_69 wrote:
Thu Jul 13, 2023 8:20 pm
"DLL Injection failed or invalid DLL version"

CE 7.5
If you read the main post you might notice that the table wasn't made with CE 7.5, maybe try instead the CE version the table was made with.
Besides that it might be outdated and as stated in the main post I do not make public updates to it.

Re: Risk of Rain 2

Posted: Thu Nov 16, 2023 7:01 pm
by Kali3463
Game Version updated.
Now Game Version its 1.2.4.4