Hi everyone, I want to create a Roblox ranking bot in node.js, but I don’t really know how I would make it work with cookie invalidation when a different IP is detected. Any ideas on how I could make it work?
(I’m not really sure which category this should go into, sorry)
You can’t due to how cookies validation works now. What you can do is logging in from the same region your server will be hosted so that the cookie won’t get invalidated.