0 of 0

File information

Last updated

Original upload

Created by

myself

Uploaded by

jfmherokiller

Virus scan

Safe to use

Tags for this mod

About this mod

this mod allows you to enable the console without needing to alt tab to enable and injector.

Requirements
Permissions and credits
Donations
This mod works by having a dll proxy (in this case https://github.com/ThirteenAG/Ultimate-ASI-Loader with the dsound.dll hook) hook into the game and allow other plugins to be launched as well. I used it as a baseplate to make my intermediate dll which launches the console enabler dll of your choice.

The intermediate dll essentially takes the place of the injector and the human user. It does this by waiting first for an appropriate time to inject ( as of right now its a hard coded value of 10 seconds that seems to work) and the injector itself (by loading the dll into memory inside of a seporate thread and invoking it).

the source code behind this mod (my code bits anyway) can be found here https://github.com/jfmherokiller/ConsoleUnlockerAsiForUE4