Is there a way to make this work without an internet connection?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!"
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.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.
v1.8.2,TrialPeriod=True,04/12/2025,Unlocked!
mitmproxy --mode transparent --map-local "|~u .*nudi\.ca\/premiumtrial-test\.php|.*|C:/path/to/file.txt"
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.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.
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...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.
Bumping. Anyone have any updates on it?Any download links for the 1.8.4 release?
CoughJkerCoughPictureCoughwe ever gonna see that 1.8.6 update?
A true heroCoughJkerCoughPictureCough
Looks like that link expired a couple days ago. Could you refresh?