Page 1 of 1

Blue Revolver

Posted: Sun Jul 02, 2017 9:45 pm
by ersatz
[Link]

Lives
Invulnerability
power
multiplier

Re: Blue Revolver

Posted: Fri Aug 04, 2017 5:14 am
by ersatz
bump

Re: Blue Revolver

Posted: Thu Nov 16, 2017 7:55 pm
by Chemical
Yes please!!!!!!!!

Re: Blue Revolver

Posted: Thu Nov 16, 2017 9:50 pm
by jungletek
Working on this right now...

Re: Blue Revolver

Posted: Thu Sep 30, 2021 11:25 pm
by eadmaster
EDIT: just figured out that since the game is made in lua, all the source code is available for you to mess with, just open the "bluerevolver.exe" file with 7Zip or WinRar.

To get infinite stuff you probably want to edit the "game\player.lua" file. In my case, to get infinite lives i've removed this line:

Code: Select all

self.lives = self.lives - 1

Re: Blue Revolver

Posted: Tue Oct 03, 2023 2:27 am
by cci81337
eadmaster wrote:
Thu Sep 30, 2021 11:25 pm
EDIT: just figured out that since the game is made in lua, all the source code is available for you to mess with, just open the "bluerevolver.exe" file with 7Zip or WinRar.

To get infinite stuff you probably want to edit the "game\player.lua" file. In my case, to get infinite lives i've removed this line:

Code: Select all

self.lives = self.lives - 1

Tried to edit it, but WinRar still saying that the archive is corrupt. Any suggestion?