alexmckennet
Newbie
- Oct 3, 2018
- 62
- 18
Until next Monday, yes.So do i need a crack for play this version of game ?
Can you make it more elaborate for how to crack it for windows 64Updated the crack for v0.23...
You don't have permission to view the spoiler content. Log in or register now.
Thank you. I just tried to make the dll file with the help of the source code, but the generated file sadly did not work. Could you explain the process?Updated the crack for v0.23...
You don't have permission to view the spoiler content. Log in or register now.
you need to copy the Assembly-CSharp.dll from the game folder and paste it in the lib folder from source code.Thank you. I just tried to make the dll file with the help of the source code, but the generated file sadly did not work. Could you explain the process?
It's a pretty standard .NET project, just make sure to copyThank you. I just tried to make the dll file with the help of the source code, but the generated file sadly did not work. Could you explain the process?
Assembly-CSharp.dll
from the game.Netorase Phone_Data\Managed\Assembly-CSharp.dll
to the lib
folderdotnet restore
in a command promptdotnet build -c Release
obj\Release\netstandard2.1\NetorasePhoneCrack.dll
ezpz, thanks for the instructionsIt's a pretty standard .NET project, just make sure to copyAssembly-CSharp.dll
from the game.
- Install a .NET SDK (I use 9.0, but the version doesn't really matter)
- Copy
Netorase Phone_Data\Managed\Assembly-CSharp.dll
to thelib
folder- Run
dotnet restore
in a command prompt- Run
dotnet build -c Release
- The resulting plugin DLL should be in
obj\Release\netstandard2.1\NetorasePhoneCrack.dll