ShugoConsole allows the modification of some variables of the CryEngine’s console in Aion. NCSoft disabled access to the CryEngine’s console in the western release of Aion. Because it was the only way to modify some basic graphic parameters like the field of view (which is necessary for large screens of multi-screen setup). I developped this program. - Spinlock, the OG dev
In April 2024, NCSoft reportedly released a new build in KR version that stopped ShugoConsole from working (partially). One week later, May, 2024, ShugoConsole then stopped working (partially) for NA version.
Fortunately, I was able to reach out to Spinlock. Spinlock has quit Aion, but he still wants the Aion Community to have a version that workarounds NC’s latest shenanigans, so I was granted access to his private source code.
All the latest versions have been built and released by me, yet the code is still on Spinlock’s private Github repo.
ShugoConsole should work with every version of Aion. It doesn’t use fixed offsets but scans the game’s memory to locate the CryEngine’s console variables.
C:\Program Files (x86)\NCSOFT\Aion_Classic_US\
import {Notbio} from 'cousins';
Notbio.load();
Notbio.fight();
Notbio.win();