SexGameSluts — Who Will You Fuck First? Play Now!
x

TheRetroAiden

Well-Known Member
Apr 4, 2022
1,362
542
236
Im gonna get nightmares no questions asked games like these always do .. The thumbnail doesn't have the vibe as the game itself and thats scary.
 

dw9000

Member
Nov 27, 2017
428
269
245
So is the transformation content related to people turning into demons or?
yeah more or less, there is a boss you unlock who can turn herself into a succubus or a demon, but outside that you basically have enemies who transform into demons, captives who are turned into seedbeds/spawners or just decoration impailed all the way through.

The ending may have some transformation scene possibly but im unsure as its just a pain in the ass to get the right scene (since theres 3/4 endings?)
 

Vy.knox

New Member
Mar 26, 2024
11
12
38
Female Body Transformation Device Unofficial Android Port

Devuploads:Uploady:
Apkadmin:dailyuploads:
 
  • Like
Reactions: Kubazy

Madslide

Newbie
Apr 2, 2024
65
36
104
You know? I hope the dev have more teams so they can create 3D games with 3D characters, enemies and others
 

sussystuff83

New Member
Feb 14, 2022
5
1
13
Female Body Transformation Device Unofficial Android Port

Devuploads:Uploady:
Apkadmin:dailyuploads:
Thanks for the apks and all, but can you specify the version?
 

Randoo10

New Member
Oct 7, 2024
2
5
81
I have some cheat table. It's option only stamina and hp scan. To be honest i don't really understand how to get money and prestige. Hope it's helps.

Here's how you can easily get max money in this game. You only need to make one small code change.

You'll need to use **dnSpy** (a powerful .NET Debugger & Assembly Editor).

1. **Open the game's DLL in dnSpy:**
* Find your game's installation folder.
* Navigate to `[GameName]_Data/Managed/`.
* Open `Assembly-CSharp.dll` using dnSpy.

2. **Locate the `Buy()` method in `UIManager`:**
* In dnSpy's "Assembly Explorer" (left panel), expand `Assembly-CSharp.dll`.
* Look for the `UIManager` class (or a similar class related to the UI/Shop).
* Inside `UIManager`, find the `Buy()` method.

3. **Add one line of code to the `Buy()` method:**
* Right-click on the `Buy()` method in dnSpy's left panel.
* Select "Edit Method (C#)".
* You will see a block of code like this Screenshot 2025-07-22 204920.png

Screenshot 2025-07-22 205027.png

```csharp
public void Buy()
{
if (this.Item_Price <= PlayerPrefs.GetInt("Money"))
{
// ... (original code for successful purchase, including ChangeMoney call) ...
}
// This is where you will add code!
this.SlapVoice(); // This line might be right after the 'if' block.
}
```

* **Add the `else` block** exactly as shown below. Find the closing brace `}` of the `if` statement (the one right before `this.SlapVoice();` or similar), and insert the `else` block right after it:

```csharp
public void Buy()
{
if (this.Item_Price <= PlayerPrefs.GetInt("Money"))
{
// ... (original code for successful purchase) ...
}
else // ADD THIS 'ELSE' BLOCK
{
PlayerPrefs.SetInt("Money", int.MaxValue); // You get max money if you don't have enough!
}
this.SlapVoice(); // This line (and any other original code) should still be here.
}
```

4. **Compile and Save:**
* Click the "Compile" button in the editor window.
* Then, go to `File` -> `Save Module...` to save the modified `Assembly-CSharp.dll`.

5. **Replace the game's DLL (VERY IMPORTANT!):**
* **Close the game completely.**
* Go back to `[GameName]_Data/Managed/`.
* **CREATE A BACKUP:** Rename the original `Assembly-CSharp.dll` to `Assembly-CSharp.dll.Backup`.
* Copy your newly saved (modified) `Assembly-CSharp.dll` into this folder.

Now, whenever you try to buy something and don't have enough money, your money will be set to the maximum possible value, allowing the purchase to proceed!




For everyone who doesn't feel comfortable modifying the code themselves:

I understand that editing code isn't everyone's cup of tea. That's why I've prepared an already modified Assembly-CSharp.dll file for you, which contains this exact "no money = max money" logic. I've tested it, and it works for me.

IMPORTANT NOTE: This DLL is specifically for [" Version: 0.6 "]. It might not work or could cause issues with other versions or after game updates!

ABSOLUTELY CREATE A BACKUP of your original Assembly-CSharp.dll in the game's [ Feminization Device]_Data/Managed/ folder before you use my file! Rename the original file to something like Assembly-CSharp.dll.Backup.





Download the file and copy it into the [Feminization Device]_Data/Managed/ folder, replacing the existing file. Make sure the game is closed while you do this.

Good luck with "cheating" and exploring the game!
 
Last edited:

Drei555677

New Member
Nov 22, 2023
11
1
57
Female Body Transformation Device Unofficial Android Port

Devuploads:Uploady:
Apkadmin:dailyuploads:
Can you port the other titles too?
 

Ayanokoji4

Member
Oct 13, 2023
158
37
114
Female Body Transformation Device Unofficial Android Port

Devuploads:Uploady:
Apkadmin:dailyuploads:
What is this? Port of part 1? And why in pieces? How to get a full apk?
 

Bobaan

Newbie
Jun 25, 2021
44
15
18
Anybody have a idea if the dev is still working on this? Seems to have gone quiet
 

Omae wa shinda

Well-Known Member
May 25, 2020
1,713
2,975
457
how the fuck we went from detective crossdressing to save his sister to i gonna become hero and beat the shit out of demon fiends army and zombie?
 
2.60 star(s) 14 Votes