I have a pretty good experience scraping normal websites.
Thing with f95zone is it uses a login form. How do I scrape such forums that requires login to display content.
It's the kind of questions that can't be answered, because it fall on the "if you need to ask, then you shouldn't be given the answer".
Scraping website is not something trivial. Among the many thing mandatory for doing it right, there's pages to discriminate, sometimes even files. Redundancy must be taken into account, and you need to keep the load acceptable for the server. All this need a certain level of knowledge regarding the different protocols used.
If effectively you've a "pretty good experience" at this, then you should already know the answer. It's a really obvious one, and how to do it just need basic knowledge, even taking count of the captcha ; in fact, the captcha force you to follow an easier route.
But since you need to ask, then please, do the staff a favor, and don't try to scrape the forum, thanks.