starstory

New Member
Mar 28, 2022
5
3
Why do I have the feel that is going to give me a virus?
I'll just wait for a crack on the 0.4.8.0
so this is all the program does if you want to do it manually you can
Im gonna show what i did then.
I know its a little long, but you dont need to modify gameassebly with this method

EDIT: you no longer need to follow this. just download this script and it does everything
automatically
Right click>>Run with powershell

-
The game uses AES (encryption) to encrypt a date as a string using your Computer Unique ID. It then stores that
encrypted string in your registry.

-
First you need to find your UID (device unique ID) that the game assigns you.
Note: Its unique to every computer
Here's a Powershell script I made that easily finds that for you:

-
Run the powershell script by rightclicking-->Run With Powershell
A blue window will pop up and it will hopefully have a string in it.
-
Now Idk what your UID is since its unique to all computers, but
it has to have 32 characters for the AES key to work. mine had
40 so I deleted the 8 last characters.
Example: this has 40 characters. delete the last 8 characters (not the firsts):
a4bcf73dfb58438b954941399b2df3sa3etdsag2 <--UID
a4bcf73dfb58438b954941399b2df3sa <--"Secret Key"
-
Now go to this website:

Make sure you got the settings right:
-
AES Encryption:
Key size: 256 Bits
Cipher mode: ECB
Leave the initialization vector empty
And paste your 32 Character key in the
secret key Box.

And the text (or date) to be encrypted is "9999-01-01" Format has to be YYYY-MM-DD
The game checks for a date and if the date encrypted in your
registry is earlier than the build version it asks for Auth
So putting this date will make you able to play every version until year 9999 (should be enough lol)

Then press encrypt
View attachment 2080809
View attachment 2080827
So using the example key it gives us this:
sJUWWjilFUNpxci+aOxU8Q==

All you need to do now is place this in your registry, Easiest way is with a registry script.
Go here
Make sure you got the same settings.
ASCII Character encoding
Output delimiter "Comma"
Paste the string into the top box
Press the green Convert Button
View attachment 2080868
Paste the code bellow into an empty text document,

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Heat\Heat]
"AuthToken_h1061026678"=hex:00
"HWID"=hex:(bytes goes here)
Then copy the bytes by pressing the yellow copy button on the ASCII to Hex site and put them in the
script.

View attachment 2080882

Save as a .reg file. then double click on it. its gonna give you a warning, click yes.

You are done. now try running an uncracked version and click the authentification button like usual and it should let
you in.
 

fapman97

Newbie
Apr 29, 2020
51
20
windows says part 1 has an trojan, so i guess thats nice to know
always AV will say its virus trojan , backdoor shit doesnt matter because crack is illegal software thing that modifies original files and makes them behave abnormally not how developers intended thats why
 

EyesOfTheVoid

New Member
Dec 29, 2022
3
1
Do we have a cracked apk version? could transfer the game to your vr device if your computer doesn't have the specs for running vr stuff(connecting vr device to computer to run game in vr)/ have the specs to run the game in general(no vr).
 

brandsatz

New Member
Dec 15, 2020
4
0
always AV will say its virus trojan , backdoor shit doesnt matter because crack is illegal software thing that modifies original files and makes them behave abnormally not how developers intended thats why
oh ight so its safe to download?
 
Mar 21, 2023
148
70
god's work, but is it up on kemono and not here yet for some reason?
Ok, I see it on kemono, this thread just hasn't been updated yet. downloading it now :)
Any chance you could post the file here? Also is there a crack for it yet? New here. Just found this thread 5 mins ago. lol
 

jimmych0nga

Newbie
May 7, 2020
80
61
None of the cracking tools work that I can find unfortunately, unsure the method people use for the DLL crack, IIRC there was several tools for it, looking for any I forgot about now.. I've tried the registry edit, there's not a key with that name in the directory. I've tried chocodick's patcher, says dll too different, or already patched. Tried the latest cracked dll from danrob, causes game to crash.

Edit: This Method worked (version 4.8.0), I tried the manual method but can't be arsed to figure out why it's NOT working, and for what it's worth it doesn't seem to be something fishy, I checked the data and ran it and have nothing to confirm some kind of exploit, at least with the URL and file I downloaded from that link.
 
Last edited:

Lolwut365

Member
Jun 5, 2020
220
331
Do we have a cracked apk version? could transfer the game to your vr device if your computer doesn't have the specs for running vr stuff(connecting vr device to computer to run game in vr)/ have the specs to run the game in general(no vr).
sorry, no apk version. devs would have to port the game to android to make a quest compatible version and I don't see that as happening any time soon. making it possible to run native on quest would involve a massive amount of effort for a nerfed version of the game.
 

jimmych0nga

Newbie
May 7, 2020
80
61
My dream...
the shark lady's your spice then. has an option to swap sex tho thankfully

I don't know where you're seeing it, the updated post isn't on kemono yet, just the old 4.8.0 version of the post.
Exactly :) I'm using the 4.8.0, which isn't even on this site yet, but the 4.8.0 is the first to include astrea or whatevs the robo scalie is called, and IS up on kemono
 
  • Like
Reactions: XephosDB

jimmych0nga

Newbie
May 7, 2020
80
61
making it possible to run native on quest would involve a massive amount of effort for a nerfed version of the game.
I experienced that trying to make a quest capable port of a VRChat avatar. the quest simplifies everything to make it able to run on a mobile processor, there's a very restrictive list of textures you can use, among other things like vastly lower polygon requirement. though to be fair that's possibly mostly just VRCs implementation of cross platform support?
 
4.40 star(s) 27 Votes