[Request] Risk of Rain Returns

Ask about cheats/tables for single player games here
Post Reply
User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1349
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

[Request] Risk of Rain Returns

Post by Lord Blade »



Requesting:

Infinite Health
Add Gold or Edit Gold
No Cooldown
Infinite Jump

I was able to find Health and Gold as Double values.

User avatar
Jannysi
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Apr 15, 2020 5:34 am
Reputation: 6

Re: [Request] Risk of Rain Returns

Post by Jannysi »

Game Name: Risk of Rain Returns
Game Engine: gamemaker
Game Version: 1.0.1
Options Required: Infinite Health, Add Gold or Edit Gold, No Cooldown, Infinite Jump
Steam Website: [Link]

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1349
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: [Request] Risk of Rain Returns

Post by Lord Blade »

Jannysi wrote:
Thu Nov 09, 2023 10:27 am
Game Engine: gamemaker
Where do you find out what game engine a game uses?

User avatar
Jannysi
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Apr 15, 2020 5:34 am
Reputation: 6

Re: [Request] Risk of Rain Returns

Post by Jannysi »

Lord Blade wrote:
Thu Nov 09, 2023 4:32 pm
Where do you find out what game engine a game uses?
[Link]

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1349
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: [Request] Risk of Rain Returns

Post by Lord Blade »

Ah, I see. Thanks.
They should list that on the Steam page. :p

Xaymar
Noobzor
Noobzor
Posts: 7
Joined: Sun Sep 15, 2019 4:22 pm
Reputation: 2

Re: [Request] Risk of Rain Returns

Post by Xaymar »

What I could gather so far:
- Practically any numerical value is a Double.
- Health, Shield, and Armor are stored separately as Doubles. Can't be set higher than the currently acquired maximum value through Levels and Items.
- Gold is tracked several times: One value tracks how much you acquired (likely for the Providence Trials), and one tracks the actual value. The rest are always going to snap to what the actual Gold value is.
- Everything moves around to new addresses when starting a new run.
- Possibly running an interpreter of some kind, maybe Lua considering the huge number of Lua function references in GML scripts.

ScratScrobbler
Noobzor
Noobzor
Posts: 12
Joined: Sun Dec 15, 2019 8:08 pm
Reputation: 1

Re: [Request] Risk of Rain Returns

Post by ScratScrobbler »

Xaymar wrote:
Mon Nov 13, 2023 12:13 am
What I could gather so far:
- Practically any numerical value is a Double.
- Health, Shield, and Armor are stored separately as Doubles. Can't be set higher than the currently acquired maximum value through Levels and Items.
- Gold is tracked several times: One value tracks how much you acquired (likely for the Providence Trials), and one tracks the actual value. The rest are always going to snap to what the actual Gold value is.
- Everything moves around to new addresses when starting a new run.
- Possibly running an interpreter of some kind, maybe Lua considering the huge number of Lua function references in GML scripts.
Do you think it'd be possible to set up a cheat engine that gives a specific item each run? specifically it'd rule to always get one hardlight afterburner (i know there's the command artifact but i just want one or two specific items, not all of them set).

PronKill
Expert Cheater
Expert Cheater
Posts: 77
Joined: Mon Sep 25, 2023 6:35 am
Reputation: 35

Re: [Request] Risk of Rain Returns

Post by PronKill »

ScratScrobbler wrote:
Tue Nov 14, 2023 4:32 pm
Xaymar wrote:
Mon Nov 13, 2023 12:13 am
What I could gather so far:
- Practically any numerical value is a Double.
- Health, Shield, and Armor are stored separately as Doubles. Can't be set higher than the currently acquired maximum value through Levels and Items.
- Gold is tracked several times: One value tracks how much you acquired (likely for the Providence Trials), and one tracks the actual value. The rest are always going to snap to what the actual Gold value is.
- Everything moves around to new addresses when starting a new run.
- Possibly running an interpreter of some kind, maybe Lua considering the huge number of Lua function references in GML scripts.
Do you think it'd be possible to set up a cheat engine that gives a specific item each run? specifically it'd rule to always get one hardlight afterburner (i know there's the command artifact but i just want one or two specific items, not all of them set).
Technically you can do anything with the game with Cheat Engine. You just need to find the place of the function and edit it

Xaymar
Noobzor
Noobzor
Posts: 7
Joined: Sun Sep 15, 2019 4:22 pm
Reputation: 2

Re: [Request] Risk of Rain Returns

Post by Xaymar »

ScratScrobbler wrote:
Tue Nov 14, 2023 4:32 pm
Do you think it'd be possible to set up a cheat engine that gives a specific item each run? specifically it'd rule to always get one hardlight afterburner (i know there's the command artifact but i just want one or two specific items, not all of them set).
The best bet would be to somehow hook the Lua interpreter, which handles most if not all game logic, and then call the necessary lua function to just give you the item. Sadly this exceeds my skill level - I know how to inject code directly into a game, and probably how to inject Lua as well, but not from within Cheat Engine or similar.

ScratScrobbler
Noobzor
Noobzor
Posts: 12
Joined: Sun Dec 15, 2019 8:08 pm
Reputation: 1

Re: [Request] Risk of Rain Returns

Post by ScratScrobbler »

PronKill wrote:
Tue Nov 14, 2023 5:16 pm
ScratScrobbler wrote:
Tue Nov 14, 2023 4:32 pm
Xaymar wrote:
Mon Nov 13, 2023 12:13 am
What I could gather so far:
- Practically any numerical value is a Double.
- Health, Shield, and Armor are stored separately as Doubles. Can't be set higher than the currently acquired maximum value through Levels and Items.
- Gold is tracked several times: One value tracks how much you acquired (likely for the Providence Trials), and one tracks the actual value. The rest are always going to snap to what the actual Gold value is.
- Everything moves around to new addresses when starting a new run.
- Possibly running an interpreter of some kind, maybe Lua considering the huge number of Lua function references in GML scripts.
Do you think it'd be possible to set up a cheat engine that gives a specific item each run? specifically it'd rule to always get one hardlight afterburner (i know there's the command artifact but i just want one or two specific items, not all of them set).
Technically you can do anything with the game with Cheat Engine. You just need to find the place of the function and edit it
i mean obviously im asking how reasonable itd be in terms of difficulty because i want someone to do it

Jhanz
Novice Cheater
Novice Cheater
Posts: 18
Joined: Sat Jun 18, 2022 11:54 am
Reputation: 1

Re: [Request] Risk of Rain Returns

Post by Jhanz »

Following for updates

Post Reply

Who is online

Users browsing this forum: bumistro, drunksanta