Roblox Reseting Cookie ( noblox.js )

Hello. So recently I’ve made a roblox ranking bot but the api translator I’m using ( noblox.js ) is reseting the cookie every time it logs in. Does roblox reset the cookie if someone tries to cookie log you?

This is the code I’ve done in Glitch.

Thanks for the support!

1 Like

Roblox invalidates a cookie if it’s used in a request sent from an IP outside of the region where it was generated through login.

You will need a server location close to where you live or you’ll need a VPN to connect to a region close to where the server is located. If you have full control of your server (VM/VPS) you can install an OpenVPN server on it and then connect from any device where you can install the OVPN client.

2 Likes

That’s great. I found a documentation about this! Thanks a lot! :smiley:

1 Like

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