[guided]We want to construct a map from points in $\Omega^n$ to maximal ideals of $\Omega[T_1, \dots, T_n]$. The natural candidate sends a point $\underline{x} = (x_1, \dots, x_n)$ to the ideal of all polynomials vanishing at $\underline{x}$. We need to verify this ideal is maximal.
For each $\underline{x} \in \Omega^n$, define
\begin{align*}
\Phi: \Omega^n &\to \operatorname{mspec}(\Omega[T_1, \dots, T_n]) \\
\underline{x} &\mapsto \mathfrak{m}_{\underline{x}} := (T_1 - x_1, \dots, T_n - x_n).
\end{align*}
To see that $\mathfrak{m}_{\underline{x}}$ is maximal, consider the evaluation homomorphism $\operatorname{ev}_{\underline{x}}: \Omega[T_1, \dots, T_n] \to \Omega$ defined by $f \mapsto f(x_1, \dots, x_n)$. This is a ring homomorphism because evaluation preserves addition and multiplication. It is surjective because any $c \in \Omega$ is the image of the constant polynomial $c$.
The kernel of $\operatorname{ev}_{\underline{x}}$ is exactly $\mathfrak{m}_{\underline{x}}$. Indeed, $f \in \ker(\operatorname{ev}_{\underline{x}})$ means $f(x_1, \dots, x_n) = 0$. Writing $f$ as a polynomial in the shifted variables $T_i - x_i$ (which is possible by expanding each $T_i = (T_i - x_i) + x_i$ and collecting terms), every term of $f$ that does not involve any $T_i - x_i$ contributes exactly $f(x_1, \dots, x_n) = 0$, so $f \in (T_1 - x_1, \dots, T_n - x_n)$. The converse inclusion is immediate since each generator $T_i - x_i$ vanishes at $\underline{x}$.
By the first isomorphism theorem, $\Omega[T_1, \dots, T_n] / \mathfrak{m}_{\underline{x}} \cong \Omega$. Since $\Omega$ is a field, the quotient is a field, so $\mathfrak{m}_{\underline{x}}$ is a maximal ideal. The map $\Phi$ is therefore well-defined.[/guided]