AyakaNTEBypasser - NTE Signature Bypass 1.1.1a

A Mod for Neverness to Everness
AyakaNTEBypasser - NTE Signature Bypass akl_mod_preview_image

AyakaNTEBypasser
NTE Signature Bypass · Made by AyakaMods & Senku Aoki


> Join NTE Modding Discord Server <

https://discord.gg/ZE3DAAWu85



What is this?

AyakaNTEBypasser is a lightweight runtime patcher for Neverness to Everness that neutralises the game's built-in signature verification check. Without this bypass, the game detects modified or injected assets and refuses to load them. This tool patches a single function in HTGame.exe At startup, no game files are modified on disk.



How it works:

The bypass is injected as a .asi DLL via any standard ASI loader. On attach it:

  1. Checks the host process name, exits silently if it is notHTGame.exe, leaving crash reporters and launchers completely untouched
  2. Scans the loaded module for one of six known byte patterns that identify the signature verification function across game versions
  3. Follows the relative jump from the matched pattern to the actual check routine
  4. Writes a three-byte patch (MOV AL, 1 / RET) that forces the check to always return success

The entire operation completes in under one second and leaves no permanent changes to the game installation.



Stealth features:
  • PEB unlink: the module is removed from all three Windows loader lists (InLoadOrder, InMemoryOrder, InInitializationOrder) so module enumeration tools cannot see it
  • The header erases: the PE/MZ header page, which is zeroed in memory after injection, removing the on-disk signature from any memory scan
  • Compile-time string encryption: all sensitive strings (process name, log filename) are XOR-encrypted at compile time via a constexpr template and only decrypted at runtime
  • No debug symbols: Release builds ship with no PDB and no debug information



Multi-version pattern support:

The patcher carries six independent byte patterns covering different builds and updates of NTE. If the game updates and shifts the function, it will automatically fall through to the next pattern. When a match is found, the pattern number and resolved address are written to the log so you can verify it is working.



Installation:
  1. The Bypasser must be installed in the following folder C:\Program Files\Neverness To Everness\Client\WindowsNoEditor\HT\Binaries\Win64\
  2. The mod installed here: C:\Program Files\Neverness To Everness\Client\WindowsNoEditor\HT\Content\Paks\
  3. Create a ~mods folder and put it in the mod files.


Is this a virus? No, false potitive and compiled heavily for protection.


Trouble with ASI deleted by antivirus?

1779965081534.png




Upload Permission:
  • You are strictly forbidden from uploading this file to any other website.




Changelog:
  • Updated installation for beginners to understand. Thanks to @Gnaman77 for making installation better!

Credits by me (Senku Aoki)


AyakaNTEBypasser is provided for modding and preservation purposes.
This tool does not interact with any online services or other players.
31.1 MB
Log in or sign up to download
Uploaded by
Senku Aoki
Downloads
12,900
Comments
257
Views
140,588
First release
Last update
Platform
PC 
Version
1.1.1a
Total Size
31.1 MB
Rating
4.75 star(s) 16 ratings

Uploaded by

  • 12,900
  • 140,588

Ratings

4.75 star(s) 16 ratings

Tags

There are no tags available.

More mods from Senku Aoki

  • PC R-2124 Constitution Bolt AMR

  • PC P-11 Self Heal - Balanced Edition

  • PC P-11 Self Heal

  • PC Codex Module Bridge

  • PC Yihuan Source Code Edition NTE Modified Engine

Latest updates

  1. v1.1.1a - README.md the installation updated

    The installation of README.md has been updated and corrected.
  2. v1.1.1 - False Positive Fix + Improved Detection Dialog

    Fixed: Fixed game closing silently with no pop-up for users running applications such as the...
  3. v1.1.0

    Fixed: Fixed startup crash when certain background processes were present. Fixed Security...

Ari115

Ari
Members
Aug 28, 2026
0
0
I just ended up using the Universal Sig Bypasser v1.2 and d3d9-x64 on GameBanana. If you place those into "Client\WindowsNoEditor\HT\Binaries\Win64" It seemed to work at least for modded skins, but I haven't tested it with other more intricate mods on NTE v1.3. This version of the Bypasser seems to work as I would expect and generates a log file in Win64 whenever the game is run and should always appear as the latest "Date Modified" file in Win64 if you want to check if the .asi file is correctly injected. The mods then go in the conventional "Neverness To Everness\Client\WindowsNoEditor\HT\Content\Paks\~mods\" if it's the usual .pak, .utoc, .ucas, or .sig you see from most mods.
Thank you for the response but couldn't get it to work with even the universal bypasser as well. I had all the files exactly in all locations you pointed out, along with the sig file. I am doing this by just opening my game's files through steams properties. No launcher stuff.
 

Senku Aoki

Admin
Staff member
Admin
Uploaders
Modder
Members
Mar 10, 2018
6,620
30,405
Hey everyone,

I am currently on vacation. I don't have a PC or anything like that. I will be back next week, and I can take a look and test on my PC and will let all of you know.
 

Daikokuten

Members
Members
Apr 10, 2026
0
0
Anyone been banned by this yet? It's been out for a while.
 

Nagysd

Members
Members
Aug 7, 2026
0
0
Hey everyone,

I am currently on vacation. I don't have a PC or anything like that. I will be back next week, and I can take a look and test on my PC and will let all of you know.
Hi! Just wanted to share some feedback: the bypass was working fine for me when using the official standalone NTE launcher, but after switching to the Steam version, it stopped working. Hope this info helps when you're back!
 

Nagysd

Members
Members
Aug 7, 2026
0
0
I've come up with a few solutions that might help you:

1. Continue using "AyakaNTEBypasser - NTE Signature Bypass", delete `version.dll` and use `dinput8.dll` instead (you can find `dinput8.dll` at the following link: https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/tag/v9.7.1). By replacing `version.dll`, the game will no longer detect `version.dll`, but you may encounter the following issue on CN servers: after clicking "Start Game" in the game launcher, the game process may not appear and you won't be able to start the game.

2. Use "Neverness to Everness Mod Loader" (https://ayakamods.com/mods/neverness-to-everness-mod-loader.2344/). Be sure to keep your game folder clean, meaning remove any extra files added to the game root directory. Follow the steps in the author's YouTube video. Specifically, run `Game start.exe` as administrator, select `NTELauncher.exe` in the "Game Path", and finally click Start.

Both methods require creating a `~mods` folder inside the `paks` folder, and adding the mods into it.
This solution worked for me! The only thing I did differently was downloading "dinput8.dll", renaming it to "version.dll", and placing it directly alongside "AyakaNTEModLoader.asi" in \Steam\steamapps\common\Neverness to Everness\Client\WindowsNoEditor\HT\Binaries\Win64. After that, I just followed the rest of the steps in the post as usual. It would be really helpful if this step for the Steam version could be added to the main post! Thanks.

https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases I use the latest releases.
 

nekoamata

Members
Members
May 21, 2026
0
0
idk why but i tried to re-install the game then it got fix login error on global official launcher 1.3.10 update
 

LadyAofKiwis

Members
Members
Jun 16, 2026
1
0
Still unable to run under a virtual machine... I just checked to see if that issue had been fixed and it has not.

Much sadge... 1 star.