I want to show, using natural deduction:
$$[(p \land r) \lor (p \land s) \lor (q \land r) \lor (q \land s)] \to [(p \lor q) \land (r \lor s)]$$
I get this:

but I don't know what should I assume. I tried to assume $\lnot(p \lor q)$, and then assume $p$ and $r$ particularly, but contradiction wasn't reached((( idk what is wrong.
Use $\lor$-E as in the other question you posted. Show that each of the conjuncts $p \land r$, $p \land s$ etc, implies the right hand side $(p\lor q)\land (r \lor s)$ and then you're done.
Lemma: the following derivation is valid (generalisation of $\lor$-E to $4$ conjuncts).
Try to show it by reducing to the usual $\lor$-E rule.
And that $p \land r \to (p\lor q)\land (r \lor s)$ holds, as an example:
And so on for the other three terms.