Looking for a list/chart that has all scoped guns on it with their FOV's when scoped.

Edit: SOLVED


Code:
	while (true) {
		DWORD LocalBase = Mem->Read<DWORD>(Mem->ClientDLL_Base + m_dwLocalPlayer);
		cout << endl << Mem->Read<int>(LocalBase + m_iFOV);
	}