Creating Roblox Bots With Cookie Invalidation

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.

Thanks for that, I also have thought of the idea to setup a proxy server and log in using it

Np! You could just use a VPN and manually grab the cookie.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.