I'm afraid you aren't correctly stating the goal of proof by contradiction. To prove "If $P$ then $Q$" by contradiction (where $P$ and $Q$ are some statements), we must assume that $P$ is true and $Q$ is false (which is not the same as proving "If $P$ then not $Q$"), and then try to derive a nonsensical conclusion.
In your particular case, you must assume that $4\mid(a^2+b^2)$ and that $a$ and $b$ are both odd. Since $a$ and $b$ are odd integers, then there are some integers $j,k$ such that $a=2j+1$ and $b=2k+1.$ Then $a^2=4j^2+4j+1$ and $b^2=4k^2+4k+1,$ so $$a^2+b^2=4j^2+4j+4k^2+4k+2=4(j^2+j+k^2+k)+2.$$ Since $j,k$ are integers, then so are $j^2,k^2,$ and so $j^2+j+k^2+k$ is an integer--let's call it $m$--and so since $4\mid(a^2+b^2),$ then $4\mid(4m+2).$ Can you take it from there to find the contradiction, and justify all the claims I made above?