📢 Multiple Games have been Updated in the Past 72 Hours.
Home > Game Hub > Grand Theft Auto: V > Mod List > Essential Mods > Script Hook V.NET - Nightly
Status: Updated
Mod Creator: Nightly
Release Date: December 29, 2015
Last Updated: March 19, 2026
Source: GitHub.com
Only use the Nightly Builds.
Community Script Hook V .NET is an ASI plugin, which allows running scripts written in any .NET language ingame. It's full source code is hosted on Github (Changelog). Development is community-driven and open to everybody, so contributions are warmly welcomed.
Developers can use the NuGet package available at nuget.org.
Installation
Install both the Microsoft .NET Framework 4.8 (or higher, so skip this on Windows 10) and the Microsoft Visual C++ Redistributable Package for Visual Studio 2019 (x64).
Download and install the latest Script Hook V.
Download Community Script Hook V .NET and copy the ScriptHookVDotNet.asi, ScriptHookVDotNet2.dll and ScriptHookVDotNet3.dll files into your game directory.
What's New in Version V3.7.0-nightly.106
fix(core): some feats not working in b3788
Fix some features such as `World.GetAllVehicles()` not working as intended because of memory scan failures in b3788.
Basically does the same memory pattern fixes as what Chiheb-Bacha/ScriptHookVDotNetEnhanced@8e70ee9 does, which contains almost all of the memory pattern fixes, and Chiheb-Bacha/ScriptHookVDotNetEnhanced@011495d does, which fixes the offset error of `s_radarBlipPoolAddress`. This commit doesn't contain the changes of them other than the memory pattern ones, such as memory pattern representation changes.
Affected methods:
All methods of `World.GetAll*` and `World.GetNearby*` that fetch some type of (`CPhysical`) entities or `Blip`s
`MemoryAddress`, `Position`, `CurrentInteriorInstance`, `Model`, `GetInteriorProxyFromGameplayCam`, `Exists` of the class `InteriorProxy`
`Blip.MemoryAddress`
`Camera.MemoryAddress` and `Camera.MatrixAddress`
`Vehicle.IsLeftHeadLightBroken` and `Vehicle.IsRightHeadLightBroken`
`Fix`, `Puncture`, and `Burst` of `VehicleWheel`
Open the ZIP file
Extract the contents into your GTA V Game Directory
No Mods Listed
No Known Conflicts