Unity Lustbound: JOI [v1.7.7] [FlashBangZ]

4.50 star(s) 4 Votes

blimblimblom2

Member
Nov 17, 2021
184
96
I got it to work using the open source mitmproxy. In fact, any proxy app that lets you intercept and alter the traffic should work.

Here's the command line I used for mitmproxy on Windows.
mitmproxy --mode transparent --modify-body ":~u .*nudi\.ca\/premiumtrial-test\.php:^.*$:v1.7.7,TrialPeriod=True,04/12/2025,Unlocked!"
Is there a way to make this work without an internet connection?
I have the same question for the Fiddler method as none of them worked with a disabled network.
The reason for this is that I always run nsfw games without an internet connection, just to be safe.
 

astonia11

New Member
Mar 30, 2020
11
13
Is there a way to make this work without an internet connection?
I have the same question for the Fiddler method as none of them worked with a disabled network.
The reason for this is that I always run nsfw games without an internet connection, just to be safe.
Did you disable your network adapter, or just disconnect? If it doesn't see any adapter your OS may not even attempt to route IP traffic.

If you just disconnected your network, then you should be able to save the response string as a file and use mitmproxy to serve the file directly when requesting the specific URL

Save this in a text file on your computer (for version 1.8.2):
v1.8.2,TrialPeriod=True,04/12/2025,Unlocked!

Then run mitmproxy like so:
mitmproxy --mode transparent --map-local "|~u .*nudi\.ca\/premiumtrial-test\.php|.*|C:/path/to/file.txt"

I have no idea if the game will even attempt to request this file if it doesn't detect an internet connection, but you can try.
 
  • Like
Reactions: Twikslol

xocolonu

Newbie
Nov 1, 2023
48
21
Did you disable your network adapter, or just disconnect? If it doesn't see any adapter your OS may not even attempt to route IP traffic.

If you just disconnected your network, then you should be able to save the response string as a file and use mitmproxy to serve the file directly when requesting the specific URL

Save this in a text file on your computer (for version 1.8.2):
v1.8.2,TrialPeriod=True,04/12/2025,Unlocked!

Then run mitmproxy like so:
mitmproxy --mode transparent --map-local "|~u .*nudi\.ca\/premiumtrial-test\.php|.*|C:/path/to/file.txt"

I have no idea if the game will even attempt to request this file if it doesn't detect an internet connection, but you can try.
Not likely as the idea of the software is to intercept an actual request to the web, but idk. I guess it depends if the game actually checks for available internet connection before attempting the request, or if it does it regardless. If it's the latter, it would probably still work.
 

hyp0cri5y

Newbie
Jun 11, 2017
21
8
is there no "crack" someone could build? the proxy stuff kinda dont work on my pc and all my software i run freaks out because of certificate errors
 
  • Hey there
Reactions: blimblimblom2

legolaz0101

New Member
Oct 18, 2024
5
2
It does not work for you because you have not selected a text file for "then respond with". You have to select "Find A File" in the 2nd box in the Rule Editor and then select the corresponding text file with the text:
v1.7.7,TrialPeriod=True,04/12/2025,Unlocked!

Should then look like this:
View attachment 3889464

In addition, "Capture HTTPS CONNECTs" and "Decrpt HTTPS traffic" must be activated in the options.
(After you have changed these options, you must also restart Fiddler)
But I thought it would be easier to just watch a tutorial so that you understand the basics and that's why I wrote that it's best to watch a tutorial.
Now I'm wondering what can be done with this program other than a similar bypass... Can I, for example, bypass the paywall on Patreon? To be honest, I am far from all this, but I would read in more detail if you have good sources related to the topic that I asked above...
 
  • Like
Reactions: hahuhu

lesserman

New Member
Apr 22, 2024
2
5
Updates from the Dev for 1.8.6

Hey everyone! It's time for another Lustbound update!
[ Customization Presets ]


• Introduced default presets for quick setups
• Added custom presets for personalized character customization
Preset management tools for easy saving and organization
Preset sharing so you can exchange your favorite looks with others

[Currently the Manage Presets button is out of order... | Will be fixed asap though, didn't want to delay this month's update any further because of it though.
As a temporary workaround, you can manually open the directory found in the Lustbound installation folder: Jack Off Instruction - Demo_Data / StreamingAssets / Presets / Character

[Local Space Camera]
Poses can now be reused in different zones in the apartment, on different surfaces, or in new environments altogether without having the camera system break



[ New Poses ]
Cowgirl leaning forward


Cowgirl grinding (grinding-based poses are experimental!)



[New Hairstyle]


Bubble style with short, mid, and long variations



[Bug Fixes]
  • OhBit system has been refactored to allow for all existing and new poses to be properly used in sequences, and all existing poses have been added to the sequence
  • Added pose fallback logic for characters apart from Estelle who happen to not have certain poses made for them
  • Camera system should no longer play camera views from previously loaded poses when in the main menu
 

Coshote

New Member
Jun 9, 2018
3
51
This is not working anymore.

mitmproxy --mode transparent --modify-body ":~u .*nudi\.ca\/premiumtrial-test\.php:^.*$:v1.8.6,TrialPeriod=True,04/12/2026,Unlocked!"

works fine with 1.8.4

ty for sharing
 

legolaz0101

New Member
Oct 18, 2024
5
2
Somebody have any ideas how to unlock customization on version 1.8.6? For some reason, Fiddler does not work according to the old guide in comments... :cry:
 
4.50 star(s) 4 Votes