View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 07-10-2021 , 07:24   Re: [L4D2] Zoom Level
Reply With Quote #29

Quote:
Originally Posted by cravenge View Post
Have you tried the one that Crasher posted above?
Didn't notice that, I just download form the main post

Edit: Oh yes, it's working, thanks

Code:
"Games"
{
	"left4dead2"
	{
		"Signatures"
		{
			"CGetFov"
			{
				"library"    "server"
				"linux"        "@_ZN11CBasePlayer6GetFOVEv"
				"windows"    "\xE9\x0B\xD2\xFF\xFF"
				/* E9 0B D2 FF FF */
			} 
			
			"CGetDefaultFov"
			{
				"library"    "server"
				"linux"        "@_ZNK11CBasePlayer13GetDefaultFOVEv"
				"windows"     "\x8B\x81\x2A\x2A\x2A\x2A\x85\x2A\x75\x2A\x8B"
				/* 8B 81 ? ? ? ? 85 ? 75 ? 8B */
				/* Courtesy of Crasher */
			} 
		}
		"Offsets"
		{
			"GetZoomLevel"
			{
				"windows"	"451"
				"linux"		"453"
			}
		}
	}
}
__________________

Last edited by HarryPotter; 07-10-2021 at 07:24.
HarryPotter is offline