View Single Post
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 09-25-2013 , 09:57   Re: [CS:S] Flashbang Tools
Reply With Quote #21

Code:
"Games"
{
	"cstrike"
	{
		"Signatures"
		{
			"Deafen"
			{
				"library"		"server"
				"windows"		"\x55\x8B\xEC\x83\xEC\x28\x89\x4D\xD8\x8B\x45\xD8\x8B\x10\x8B\x4D\xD8"
				"linux"			"@_ZN9CCSPlayer6DeafenEf"
			}
			"CFlashbangProjectile::Detonate"
			{
				"library"		"server"
				"windows"		"\x53\x56\x8B\xF1\x8B\x86\x00\x01\x00\x00\xC1\xE8\x0B\x57\xA8\x01\x74\x2A\xE8\x2A\x2A\x2A\x2A\xF3\x0F\x10\x05\x2A\x2A\x2A\x2A\x6A\x40"
				"linux"			"@_ZN20CFlashbangProjectile8DetonateEv"
			}
			"PercentageOfFlashForPlayer"
			{
				"library"		"server"
				"windows"		"\x55\x8B\xEC\x81\xEC\xB0\x00\x00\x00\x56\x8B\x75\x08\x8B\x06"
				"linux"			"@_Z26PercentageOfFlashForPlayerP11CBaseEntity6VectorS0_"
			}

		}
	}
}
Dr!fter is offline