[Source Code]M.A.T. SwitchTeam Hack
Nothing that great. :\ Just thought I would share this with you guys.
Code:
struct SwitchTeam_Params
{
//Nothing
};
void DoSwitchTeam( DWORD Object )
{
SwitchTeam_Params Params;
SwitchTeam = FindFunction(
SwitchTeam,
Object,
L"SwitchTeam"
);
ProcessEvent( Object, SwitchTeam, (DWORD)&Params );
};
Use your own ProcessEvent and FindFunction. I already gave you enough.
OBJECT = PlayerController.
i,m not really that understand what u talking about cos i,m new with this thing...can u post more?