View Single Post
bluechester
AlliedModders Donor
Join Date: Nov 2008
Old 08-19-2011 , 06:56   Re: [EXTENSION] TF2 Team Balance Immunity
Reply With Quote #101

Quote:
Originally Posted by asherkin View Post
I haven't tested it, but try:
Code:
"Games"
{
	"#default"
	{
		"Signatures"
		{
			"GetPlayer"
			{
				"library"    "server"
				"windows"    "\x8B\x81\x1C\x03\x00\x00\x8B\x4C\x24\x04"
				"linux"        "@_ZN5CTeam9GetPlayerEi"
			}
			"Balance"
			{
				"library"		"server"
				"linux"			"@_ZN24CTeamplayRoundBasedRules12BalanceTeamsEb"
				"windows"		"\xA1\x2A\x2A\x2A\x2A\x83\xEC\x24\x53\x55"
			}
			"Calculate"
			{
				"library"		"server"
				"linux"			"@_ZN22CBaseMultiplayerPlayer25CalculateTeamBalanceScoreEv"
				"windows"		"\x56\x57\x8B\x3D\x2A\x2A\x2A\x2A\xD9\x47\x0C"
			}
		}
	}
}
Looks like it works!
bluechester is offline