[Request] Phantom Rose
[Request] Phantom Rose
Game Name: Phantom Rose
Game Engine:
Game Version: v1.2
Options Required: HP, Money ( Rose in-game )
Game/Steam Website:
Thanks a lot !
Game Engine:
Game Version: v1.2
Options Required: HP, Money ( Rose in-game )
Game/Steam Website:
Thanks a lot !
-
- What is cheating?
- Posts: 4
- Joined: Tue Aug 20, 2019 5:24 am
- Reputation: 0
Re: [Request] Phantom Rose
+1
Can't seem to cheat it myself :/
Can't seem to cheat it myself :/
-
- What is cheating?
- Posts: 1
- Joined: Wed Aug 21, 2019 3:47 am
- Reputation: 0
Re: [Request] Phantom Rose
+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.
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
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)
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)
- Attachments
-
- app.zip
- (73.56 KiB) Downloaded 329 times
Last edited by kaizerv on Sat Sep 07, 2019 1:55 am, edited 1 time in total.
Re: [Request] Phantom Rose
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
I'm pretty sure I tested it before uploading, maybe it got corrupted?
I replaced the file again, supposed to work now.
I replaced the file again, supposed to work now.
Re: [Request] Phantom Rose
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
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
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 )
- 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
If nothing goes wrong, the cheat should be working.
*same warning/tips/extra as the previous post
Here's the file + plugin (password:fearless)
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 )
- 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
If nothing goes wrong, the cheat should be working.
*same warning/tips/extra as the previous post
Here's the file + plugin (password:fearless)
- Attachments
-
- app.zip
- (255.96 KiB) Downloaded 598 times
Re: [Request] Phantom Rose update
version 1.5.0 of the game is out as of Oct 3rd, thank you very much
Re: [Request] Phantom Rose
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
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
- Attachments
-
- app.zip
- (68.64 KiB) Downloaded 171 times
Re: [Request] Phantom Rose
update For version 1.6.2 pls
Re: [Request] Phantom Rose
I can't find the latest cheat on this one anywhere.
I can't even find the code. I need help.
I can't even find the code. I need help.
-
- What is cheating?
- Posts: 1
- Joined: Mon Jul 27, 2020 3:58 pm
- Reputation: 0
Re: [Request] Phantom Rose
Please update for new version.
Re: [Request] Phantom Rose
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
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
Who is online
Users browsing this forum: YandexBot