Deploy a contract with used nonce

Hi there

This is my problem, I precalculated the address of the next deploy contract of an wallet and to send tokens to it, in a local fork

I work all in locals forks, but I mistake and sent the tokens to this precalculated contract address in the mainnet, on the other hand my wallet sent a transaction and the nonce change then my precalculated contract address its the deploy contract address with nonce - 1

There are some path to create a contract with specific used nonce?

I don't think there is a way around this. Just to be clear, this was not using CREATE2, right?

No, I didn't used CREATE2

Maybe I didn't find the solution yet, but I don't think there is ...