Page 1 of 1

[REQUEST] Roboquest (Early Access)

Posted: Tue Jan 12, 2021 3:14 am
by KyleKatarn
Game Name: Roboquest
Game Engine: Unreal Engine 4
Game Version: 0.3.0 -125
Options Required:
  • Infinite Health
  • Infinite Ammo
Steam Website:

Re: [REQUEST] Roboquest (Early Access)

Posted: Tue Jan 12, 2021 7:24 pm
by aSwedishMagyar
Made a table with those options here.

Re: [REQUEST] Roboquest (Early Access)

Posted: Tue Jan 12, 2021 9:50 pm
by Cake-san
Here's a table with some pointers...

bInvulnerable,JumpNumber,PerkRerollToken,StoredModifiers,StatList,GameTime , etc

Re: [REQUEST] Roboquest (Early Access)

Posted: Tue Jan 12, 2021 10:07 pm
by aSwedishMagyar
Cake-san wrote:
Tue Jan 12, 2021 9:50 pm
Here's a table with some pointers...

bInvulnerable,JumpNumber,PerkRerollToken,StoredModifiers,StatList,GameTime , etc
Ah I was one struct short of it working. I stopped at the PlayerController and was wondering why bCanBeDamaged was not working. That template of yours is nothing short of amazing.

Re: [REQUEST] Roboquest (Early Access)

Posted: Thu Jan 14, 2021 6:04 am
by maynard
thank you for the tables! this game owns and seems like it has a lot of potential

Re: [REQUEST] Roboquest (Early Access)

Posted: Thu Aug 19, 2021 1:33 pm
by ShyTwig16
I just made a new table for this game with a ton of new features. Check it out here:
viewtopic.php?f=4&t=17090

Re: [REQUEST] Roboquest (Early Access)

Posted: Fri Dec 30, 2022 1:33 pm
by unREAL
Well, the game has a nice cheat menu :)

How To Unlock:
-Unlock UE4 Console
-Patch "ToggleCheatMenu"

Result:

Image

Re: [REQUEST] Roboquest (Early Access)

Posted: Sat Jan 28, 2023 1:03 am
by TidalTempest
unREAL wrote:
Fri Dec 30, 2022 1:33 pm
Well, the game has a nice cheat menu :)

How To Unlock:
-Unlock UE4 Console
-Patch "ToggleCheatMenu"

Result:

Image
Cant seem to be able to activate this cheat menu, (i just downloaded this UE4 unlocker) When you say patch toggle cheat menu are you referring to a command to type in or a patch to patch in with UE4 unlocker

Re: [REQUEST] Roboquest (Early Access)

Posted: Sat Jan 28, 2023 3:11 pm
by unREAL
TidalTempest wrote:
Sat Jan 28, 2023 1:03 am

Cant seem to be able to activate this cheat menu, (i just downloaded this UE4 unlocker) When you say patch toggle cheat menu are you referring to a command to type in or a patch to patch in with UE4 unlocker
Patch the function instruction:
viewtopic.php?p=218927#p218927
just search for ToggleCheatMenu instead of EnableAimAssist, and the Offset for this game is 0xB0 (instead of 0x90 ) coz of different UE4 version.
And then just execute the function with the console.

Re: [REQUEST] Roboquest (Early Access)

Posted: Thu Feb 02, 2023 8:01 am
by qq2744200800
unREAL wrote:
Sat Jan 28, 2023 3:11 pm
TidalTempest wrote:
Sat Jan 28, 2023 1:03 am

Cant seem to be able to activate this cheat menu, (i just downloaded this UE4 unlocker) When you say patch toggle cheat menu are you referring to a command to type in or a patch to patch in with UE4 unlocker
Patch the function instruction:
viewtopic.php?p=218927#p218927
just search for ToggleCheatMenu instead of EnableAimAssist, and the Offset for this game is 0xB0 (instead of 0x90 ) coz of different UE4 version.
And then just execute the function with the console.
Can you tell me how to use it?

Re: [REQUEST] Roboquest (Early Access)

Posted: Thu Feb 16, 2023 9:24 am
by Unholy
unREAL wrote:
Sat Jan 28, 2023 3:11 pm
TidalTempest wrote:
Sat Jan 28, 2023 1:03 am

Cant seem to be able to activate this cheat menu, (i just downloaded this UE4 unlocker) When you say patch toggle cheat menu are you referring to a command to type in or a patch to patch in with UE4 unlocker
Patch the function instruction:
viewtopic.php?p=218927#p218927
just search for ToggleCheatMenu instead of EnableAimAssist, and the Offset for this game is 0xB0 (instead of 0x90 ) coz of different UE4 version.
And then just execute the function with the console.
So I don't have a lot of experience with this but I managed to mostly figure it out. I got the console opened in game but can't get the cheat menu to open. I followed the instructions in the link you posted and found the address corresponding to "ToggleCheatMenu" from the objects dumb and searched for it in cheat engine. I was able to find it in memory viewer and changed it to the same numbers from the other post (01 02 06 04). However the command isn't working in the in game console. I tried all variations I could think of based on the information I could see: "ToggleCheatMenu", "C.ToggleCheatMenu", "BP_IngamePlayerController_C.ToggleCheatMenu" etc. It keeps giving me a "Command not recognized" error. I was able to do "enablecheats 1" which it accepted but the menu command still didn't work after that. Can you (or anyone) possibly tell me what I might be doing wrong or perhaps give a step by step specifically for this game? Thanks!