Page 1 of 1

[Request] Streets of Rogue GamePass/WindowsStore

Posted: Thu Nov 12, 2020 5:11 pm
by GipsyDanger
Unlimited Health
Unlimited Ammo
Unlimited Weapon Durability
Unlimited Items

Re: [Request] Streets of Rogue GamePass/WindowsStore

Posted: Fri Nov 13, 2020 3:25 pm
by john399111
+1

Re: [Request] Streets of Rogue GamePass/WindowsStore

Posted: Fri Nov 13, 2020 3:36 pm
by VinGaDoR97
+1 :)

Re: [Request] Streets of Rogue GamePass/WindowsStore

Posted: Fri Nov 13, 2020 4:40 pm
by Aeyos
I'm working on it, but I'm having some trouble to make items infinite. If anyone wants to help out I'd appreciate :D

Meanwhile, if you want to use some WIP cheat table, here it is

EDIT:
  • Open game
    Open CE and load table
    Load Streets of Rogue.exe
    Start a game
    Click StartMono
    Click GetPlayerPTR
You can freeze the character HP
You can freeze the Items array quantity to make items infinite manually
You can modify the ammount of gold you have after acquiring one single coin

Refer to the CHEAT TABLE on viewtopic.php?f=4&t=14394

Re: [Request] Streets of Rogue GamePass/WindowsStore

Posted: Fri Nov 13, 2020 4:46 pm
by Rhark
Aeyos wrote:
Fri Nov 13, 2020 4:40 pm
I'm working on it, but I'm having some trouble to make items infinite. If anyone wants to help out I'd appreciate :D

Meanwhile, if you want to use some WIP cheat table, here it is

EDIT:
  • Open game
    Open CE and load table
    Load Streets of Rogue.exe
    Start a game
    Click StartMono
    Click GetPlayerPTR
You can freeze the character HP
You can freeze the Items array quantity to make items infinite manually
You can modify the ammount of gold you have after acquiring one single coin

Have you tried this for Infinite Items:

Code: Select all

[ENABLE]
InvDatabase:SubtractFromItemCount:
  db C3
  
[DISABLE]

InvDatabase:SubtractFromItemCount:
  db ??
Of course, replace the "??" with whatever bytes are supposed to be there (I'm going to guess 55) but I haven't looked at the game yet to see.

Re: [Request] Streets of Rogue GamePass/WindowsStore

Posted: Fri Nov 13, 2020 4:50 pm
by Aeyos
Rhark wrote:
Fri Nov 13, 2020 4:46 pm
Of course, replace the "??" with whatever bytes are supposed to be there (I'm going to guess 55) but I haven't looked at the game yet to see.
The main problem I'm having is that the

Code: Select all

InvDatabase:SubtractFromItemCount
is overloaded, that means I got 4 addresses with the same name. The first method is not the one that is being called. Can I get a list of methods from the address of an instance of a class? :|

Re: [Request] Streets of Rogue GamePass/WindowsStore

Posted: Fri Nov 13, 2020 4:59 pm
by Rhark
I'm gonna be working on it this weekend so if I figure something out I'll let you know. Hard to say anything without seeing the code myself.

Re: [Request] Streets of Rogue GamePass/WindowsStore

Posted: Fri Nov 13, 2020 7:23 pm
by Aeyos
*UPDATE:* Infinite items are now working. When dying and starting a new character untick and tick again the GetPlayerPTR

Re: [Request] Streets of Rogue GamePass/WindowsStore

Posted: Sat Nov 14, 2020 2:05 am
by Aeyos
Table is complete... Please check the forum thread for it

Image

Download it here: viewtopic.php?f=4&t=14394