Home

Awesome

FindMDL Hook

This repository has a internal model changer with FindMDL Hook for Counter-Strike: Global Offensive game. It's fully open source and loadable into the game as a Dynamic-link library (DLL)

Image of RequestX International Developer Group on Discord

How to build FindMDL Hook Project files?

How to load into the game?

How to add your custom model?

if (strstr(FilePath, "v_.mdl"))  //v_: Name of the model to change
{
	sprintf(FilePath, "models/weapons/v_new_.mdl"); //v_new_: Name of the changing custom model: 
}