i don't think chatgpt will help you much in that. try to understand the code first and understand where the checks are implemented. then figure how to bypass the check, sometimes it's easy as deleting a part of the code that does the check, at other times it can be more complicated.
anyways, understand reading the code, trace what calls are made.
rips-0.55 is an old tool but it can help you in some situations.
additionally, github copilot might be better for code related things rather than chatgpt. copilot has a much larger database (the github database).