Hello, I made a bot for group ranking and want to know if there is any possible way to keep the cookie from resetting. I want to know if there is anyway to somehow maintain a session even when the bot is not running like a web browser can be closed yet it will still log you back in when you re-open it.
My cookie for my bot keeps on expiring and I have to log back in every time which I can’t do automatically.
I have looked on the developer forum for a solution to this but, this is all I found https://devforum.roblox.com/t/how-to-make-roblox-bot-cookies-not-expire/430670
and it fails to answer how to maintain a session even when the browser/bot is closed/not-running.
Any help would be appreciated .