Deleted member 4358033
Newbie
- Nov 14, 2021
- 87
- 337
You must be registered to see the links
Crack for 0.4.2.2 Hotfix
Im also testing a new method for patching which takes more time but allows to play every version without GameAssembly Patch
---- update, upon further testing just the toys Auto-thrust menu dosen't show up for Aurora , and the two new toys don't have an auto-thrust setting yet.Need help with keyboard, Am i an idiot whats the keyboard button for the auto thrust settings for each toy? thought it was tab, i have the 4.2.2 current version
ty in advance hopefully.
I have already made one that works for current and previous versions. Here is a link to the post I had made for it previouslyYou must be registered to see the links
Crack for 0.4.2.2 Hotfix
Im also testing a new method for patching which takes more time but allows to play every version without GameAssembly Patch
actually im testing a method with editing registry. theres an encrypted string using AES in the registry and if it matches the version it lets you pass auth.I have already made one that works for current and previous versions. Here is a link to the post I had made for it previously
Her outfitting options haven't worked for 2 revisions of the game as well.---- update, upon further testing just the toys Auto-thrust menu dosen't show up for Aurora , and the two new toys don't have an auto-thrust setting yet.
the floor is lava.
Jackal or Lope looked so good... why a synth... this is getting bad...I gotchu
You don't have permission to view the spoiler content. Log in or register now.
As with most things INDEV, these images are not reflective of the quality that will be seen in the final results. They are mere mockups of ideas and serve more as a representation of what could be, rather than what will be.
Why?Jackal or Lope looked so good... why a synth... this is getting bad...![]()
ever make that tutorial by chance? wanting to do it this way but cant maneuver regedit real easy stillactually im testing a method with editing registry. theres an encrypted string using AES in the registry and if it matches the version it lets you pass auth.
View attachment 2076554
it takes time and requires the user to find their device unique ID but you dont need to patch or modify the gameassembly anymore + works with every uncracked version i tested. i might post a tutorial.
I think if you posted a screencap it isn't showing.still doesnt work does anyone else encounter this?
Im gonna show what i did then.ever make that tutorial by chance?
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Heat\Heat]
"AuthToken_h1061026678"=hex:00
"HWID"=hex:(bytes goes here)
Thanks for this.Im gonna show what i did then.
I know its a little long, but you dont need to modify gameassebly with this method
-
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:
You must be registered to see the links
-
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:
You must be registered to see the links
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 hereYou must be registered to see the links
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,
Then copy the bytes by pressing the yellow copy button on the ASCII to Hex site and put them in theCode:Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Heat\Heat] "AuthToken_h1061026678"=hex:00 "HWID"=hex:(bytes goes here)
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.