
A working ScriptHook for the latest game patch. Build 1436.31
Everything else works the same just use this scripthook instead of AB’s.
Developers:
If you want to draw lines include this native in your natives.h file:
NATIVE_DECL void DRAW_LINE(float fromX, float fromY, float fromZ, float toX, float toY, float toZ, int r, int g, int b, int a) { invoke
You can use version.dll and LML again it got updated
Scripts tested with this Hook: Rampage, NativeTrainer (AB)
but many more scripts that are not dependent on either lml or version.dll should work aswell.
Changelog:
Version 1.03
Added getStaticPtr Export
Added Reload Support
Version 1.0.1
– Support for old mod versions
– Native Command Caching to improve Performance
Credits:
kepmehz
HUY