Create and Fuck your AI Slut -70% OFF
x

cliffsl

Newbie
Aug 28, 2020
26
13
22
So what if i run out of hacking tools on that door (upstairs)? I cant progress anymore?? ++++ Im too fucking dumb for it spent 8 hacking tools and did read your message like 10 times over and over again and still don't understand what the hell they want me to do xDDD
choose a line from the left bar to fit into the holes on the right hack. need to complete the lines to hack the door. Move the chosen line with "A" and "D" and press space to fit.

NPC can give you more hack tools
 
  • Heart
Reactions: xxDemon

Sir-Duke

Member
Mar 3, 2025
159
307
72
Server side check bypass was done even before the current crack approach was developed. So it is not impossible.
May I ask you for a short briefing, on how to:

Stop the game from calling home,
get NSFW parts working
not get body deformation

I somehow lost the red line about it
Even with "devstart" I still have the deformation thingy (and no clue about the calling home part)

Many thanks to you
 

VanillaLover

Well-Known Member
Jun 15, 2021
1,046
1,653
286
Scavs refuse to exchange items when I offer them sex because they say something like "not until you clean yourself first" even though my character is clean. Anyone knows why this happens?

EDIT: Sometimes they do agree but they only offera sale and then they say I don't have enough money even though I do.
You might have gaping holes.
 

cliffsl

Newbie
Aug 28, 2020
26
13
22
May I ask you for a short briefing, on how to:

Stop the game from calling home,
get NSFW parts working
not get body deformation

I somehow lost the red line about it
Even with "devstart" I still have the deformation thingy (and no clue about the calling home part)

Many thanks to you
Version 23.2 use crack
Version 23.3 use "devstart" and no crack...
 

DKOC

Well-Known Member
Feb 1, 2019
1,047
1,167
255
Researching something...

View attachment 5065140

:illuminati:
So as far as I can see these aren't using any cypher that I can think of (ie a caesar, monoalphabetic, pigpen). Unless its using multiple. There isn't any recognizable pattern either (ie with devstart the two "t" aren't the same "character"). The only thing that is noticeable is the encrypted password is the same number of "characters" as the password.
 

kekpuker

Member
Sep 21, 2020
391
1,238
284
So as far as I can see these aren't using any cypher that I can think of (ie a caesar, monoalphabetic, pigpen). Unless its using multiple. There isn't any recognizable pattern either (ie with devstart the two "t" aren't the same "character"). The only thing that is noticeable is the encrypted password is the same number of "characters" as the password.
There are two types of coding dev uses, which are not really mathematically complicated if you know how they work.

One is "shift letter right on alphabet X times where X is a position in word". Simply saying if you have word "aaa", first "a" becomes "b", second one becomes "c" and third one becomes "d", resulting in "bcd". That's why you don't see same letters repeat in encoded string. You can see those in "dec" section on my screenshot.

Another one is a little bit more complicated. It does the same "shift right" strategy, then converts each letter to its ASCII hex-code (for example, "2" is "32", "h" is "68"), then each "3" is replaced by "x", "6" by "y" and "7" by "z" ("f" -> "66" -> "xx"). Those are in "enc" section on my screenshot.

There is also some portion of hardcoded pieces added during encoding, which act as a garbage data to distract anyone trying to decipher. But important bits like user login and game version are directly encoded as-is.

Btw, screenshot contains couple of working NSFW passwords too, though without enabled cheats.
 
  • Hey there
Reactions: syslink

syslink

Newbie
Jun 9, 2019
70
111
101
There are two types of coding dev uses, which are not really mathematically complicated if you know how they work.

One is "shift letter right on alphabet X times where X is a position in word". Simply saying if you have word "aaa", first "a" becomes "b", second one becomes "c" and third one becomes "d", resulting in "bcd". That's why you don't see same letters repeat in encoded string. You can see those in "dec" section on my screenshot.

Another one is a little bit more complicated. It does the same "shift right" strategy, then converts each letter to its ASCII hex-code (for example, "2" is "32", "h" is "68"), then each "3" is replaced by "x", "6" by "y" and "7" by "z" ("f" -> "66" -> "xx"). Those are in "enc" section on my screenshot.

There is also some portion of hardcoded pieces added during encoding, which act as a garbage data to distract anyone trying to decipher. But important bits like user login and game version are directly encoded as-is.

Btw, screenshot contains couple of working NSFW passwords too, though without enabled cheats.
Code:
!!! enc
    "crack2" -> "dtdgp8"
    "devstart" -> "egywygyb"

!!! encRev
    "djheyylvjlwq" -> "cheatsenable"
    "vpo51lymn" -> "unl16free"
    "536rxld" -> "413nsfw"

!!! dec
    "y4z4y4yzz038" -> "647464677038" -> "crack2"
    "xxxyxxxyxyxx" -> "333633363633" -> "240217"
    "x2xyx8" -> "323638" -> "145"
    "y4z4y4yzz0ybybz1ydx0" -> "64746467706b6b716d30" -> "crackedid0"

!!! decRev
    "240217" -> "333633363633" -> "xxxyxxxyxyxx"
    "crackedid0" -> "64746467706b6b716d30" -> "y4z4y4yzz0ybybz1ydx0"
My game only processes without error when
devstart
cheatsenable

writes for the rest
error: uid
Try skip login, then log in again
413nsfw
unl16free
 

kekpuker

Member
Sep 21, 2020
391
1,238
284
"error: uid" can happen for any login, even legit one (did I mention all that encryption logic is done in Blueprints?). So simply trying again works - I verified them all.
 
  • Hey there
Reactions: syslink

syslink

Newbie
Jun 9, 2019
70
111
101
"error: uid" can happen for any login, even legit one (did I mention all that encryption logic is done in Blueprints?). So simply trying again works - I verified them all.
Unfortunately, the screen dims and prompts for re-entry. And it goes on endlessly. Secondary and tertiary inputs are futile. Only the two aforementioned devs and cheats are applicable :(. For all others, a profile is applied (signature in the corner of the screen), but a moment later an error occurs, the screen dims, and the cycle repeats.
Most likely, some patch is needed. Firewall with network access didn't help.
 

kekpuker

Member
Sep 21, 2020
391
1,238
284
By the way, speaking about network access - that's how latest 23.3 build looks like :FacePalm:

1753287145138.png

In other words dev either fucked up version number (why it says March) or totally forgot to add support for the new build on his "license checking" backend :KEK:
 

we3ley7

Newbie
Apr 16, 2021
26
12
95
1753291350837.png Hey everyone I've been playing this game for quite sometimes but there's legit 0 H-scene??Worms , human enemies legit did nothing
 

DKOC

Well-Known Member
Feb 1, 2019
1,047
1,167
255
There are two types of coding dev uses, which are not really mathematically complicated if you know how they work.

One is "shift letter right on alphabet X times where X is a position in word". Simply saying if you have word "aaa", first "a" becomes "b", second one becomes "c" and third one becomes "d", resulting in "bcd". That's why you don't see same letters repeat in encoded string. You can see those in "dec" section on my screenshot.

Another one is a little bit more complicated. It does the same "shift right" strategy, then converts each letter to its ASCII hex-code (for example, "2" is "32", "h" is "68"), then each "3" is replaced by "x", "6" by "y" and "7" by "z" ("f" -> "66" -> "xx"). Those are in "enc" section on my screenshot.

There is also some portion of hardcoded pieces added during encoding, which act as a garbage data to distract anyone trying to decipher. But important bits like user login and game version are directly encoded as-is.

Btw, screenshot contains couple of working NSFW passwords too, though without enabled cheats.
Ahhh so its a basic Caesar cipher, with it changing the shift number each time a letter is processed. Interesting.
 

DKOC

Well-Known Member
Feb 1, 2019
1,047
1,167
255
View attachment 5071057 Hey everyone I've been playing this game for quite sometimes but there's legit 0 H-scene??Worms , human enemies legit did nothing
Yeah, when she has those plain bra/panty on, it means your game is currently censored. They only appear when censoring is active. Otherwise, you never even get to see them when its uncensored as an item to remove.
 

DKOC

Well-Known Member
Feb 1, 2019
1,047
1,167
255
Unfortunately, the screen dims and prompts for re-entry. And it goes on endlessly. Secondary and tertiary inputs are futile. Only the two aforementioned devs and cheats are applicable :(. For all others, a profile is applied (signature in the corner of the screen), but a moment later an error occurs, the screen dims, and the cycle repeats.
Most likely, some patch is needed. Firewall with network access didn't help.
It might be that the presence of the cracked files is causing interference. If you tried with a base game without any crack files in the directories, those passwords might work. They might require you to connect to the actual server, while the cracks are preventing you from accessing the server, while the cheatsenable or devstart, is a debug command that skips the server... so that the developer could test it themselves without needing server authentication each time they wanted to bugtest their own game.
 
3.60 star(s) 65 Votes