Page 1 of 2

[Request] Phantom Rose

Posted: Fri Aug 16, 2019 4:34 am
by ndbl1992
Game Name: Phantom Rose
Game Engine:
Game Version: v1.2
Options Required: HP, Money ( Rose in-game )
Game/Steam Website:

Thanks a lot !

Re: [Request] Phantom Rose

Posted: Tue Aug 20, 2019 10:28 am
by tacaminemon
+1

Re: [Request] Phantom Rose

Posted: Tue Aug 20, 2019 11:25 am
by Tamamo
+1
Can't seem to cheat it myself :/

Re: [Request] Phantom Rose

Posted: Wed Aug 21, 2019 3:51 am
by Intoxicator311
+1
Some funny business going on with the game having three processes and memory just conveniently "disappearing" every now and then.
Wish I could do it myself but feels too out of reach.

Re: [Request] Phantom Rose

Posted: Sat Aug 24, 2019 5:37 am
by kaizerv
Here some mod after I finish the game.

Tested on v1.2.0:
Unzip file
Replace app.js with mine inside app.tsar.
\Phantom.Rose.v1.2.0\Phantom Rose\resources\app.asar\js (Need a decompiler for the .asar file.7-zip + plugin will do just fine)

-Enemies all 1 hp/ 2 at different difficulty
-Enemies atk n def 1 or 2 depending on the difficulty
-Card storage is 500

extra:
- If the fight ended before it starts such as using ambush on the boss making it a freeze, just save and quit, re-enter back by continue.
-I did do the 999 hp, atk, def to the player but some boss can copy your stat n one-shot u back...(R.i.P)

Edit: add a password=fearless to the .zip (just saw the rule)

Re: [Request] Phantom Rose

Posted: Fri Sep 06, 2019 7:49 pm
by TestRun02
When I put your file the size goes to x(wahtever number there is) to 0 and when I open the game it block at black screen, how can I fix it?

Re: [Request] Phantom Rose

Posted: Sat Sep 07, 2019 1:58 am
by kaizerv
I'm pretty sure I tested it before uploading, maybe it got corrupted?
I replaced the file again, supposed to work now.

Re: [Request] Phantom Rose

Posted: Sat Sep 07, 2019 3:32 pm
by TestRun02
I might be an idiot and it doesn't work with cracked download but, after I put it in the app.asar when I open the game and click on start/continue adventure it won't work and leaves me at starting screen after the black charge one.

Edited: went and checked on steam and 1.4.0 is out. Still thanks for publishing it, I can't code and shiz so I'm grateful about finding yours among the nothingness

Re: [Request] Phantom Rose

Posted: Sun Sep 08, 2019 7:04 am
by kaizerv
Here's for Phantom Rose v1.4.1

Some might have trouble putting this together, so here's what I do.
-7zip + Plugin ( U need to create a folder called Formats at 7-zip installation path, then add Asar32.dll and Asar64.dll )
Image
- Go to \steamapps\common\Phantom Rose\resources or wherever your game installation n open the app.asar file with 7zip
-then inside the app.asar file go to js folder n replace app.js with mine. Drag & drop & replace like this n let the 7zip auto compile it
Image
If nothing goes wrong, the cheat should be working.
Image

*same warning/tips/extra as the previous post


Here's the file + plugin (password:fearless)

Re: [Request] Phantom Rose update

Posted: Sat Oct 05, 2019 12:26 pm
by TestRun02
version 1.5.0 of the game is out as of Oct 3rd, thank you very much

Re: [Request] Phantom Rose

Posted: Sat Oct 05, 2019 2:40 pm
by kaizerv
For version 1.5.0, I supposed.

The same installation method using the previous post. Backup ur app.asar if needed bcus I didn't even test this.
If there's a problem feel free to give feedback.

-Same installation/method/warning/tips as the previous post.

Alright, Pika-out~

Password:fearless

Re: [Request] Phantom Rose

Posted: Sat May 02, 2020 6:01 pm
by N4-luv
update For version 1.6.2 pls

Re: [Request] Phantom Rose

Posted: Sun Jul 26, 2020 6:13 am
by google000
I can't find the latest cheat on this one anywhere.
I can't even find the code. I need help.

Re: [Request] Phantom Rose

Posted: Mon Jul 27, 2020 3:59 pm
by darklordbruno
Please update for new version.

Re: [Request] Phantom Rose

Posted: Sat Oct 31, 2020 1:21 pm
by ag0609
For those who willing to edit app.js for new version yourself...

Target:
- make all enemy characters base hp to 1

Required tools:
- a text editor support regular expression(e.g. notepad++)
- a asar file pack/unpacker(e.g. TC4Shell, 7zip with plugin)

- open "resources/app.asar", and extract "js/app.js" to somewhere
- backup original "app.js" for restoration and remediation
- open extracted "app.js" with text editor just mentioned
- find/search "'slime',{'hp'.*?function" in file (remember to turn regular expression ON)
- now text editor highlighted a long long text
- replace all "hp':0x[0-9a-f]+," to "hp':0x1," when text still highlighted (please turn "only find/replace selected text" and regular expression ON)
- for game version 1.6.4, should be have 39 results will be replaced(if larger than maybe player character also being modified)
- now save "app.js" and replace it to "js/app.js" of "app.asar"
- run the game, if success, game will run with all enemy with base hp 1(may increase by other factors), If anything goes wrong, restore original app.js to app.asar