Far Cry 3 Script Loader
This is something little i put together for FC3
It is a basic script loader, for loading Lua files into the game
60" height="315" src="
Funcion Dump: https://pastebin.com/BZddB5ra
Example Scripts: https://pastebin.com/YmQpPhCv
The script loader is made for the DX11 version of the game and are not going to work for the DX9 version of the game. To use the script loader you inject the dll into the game and places the lua files into the same directory as the dll file. Than you can open the loader with the insert key, and click search for files, and select the file you want. After that you simple click load to load the file in to the game.
Download: http://www.mediafire.com/file/7budc2n3r8a0o9g/ScriptLoader.dll
Credit:
Norway1999: maker
Topblast: answering some questions about dx11
Ocornut: For ImGui (GitHub - ocornut/imgui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies)