-
Ever since the last major login authentication update pushed by ROBLOX, I have been having trouble receiving cookies to input into my script for bot development. I am working on a simplistic auto-rank bot for a group.
-
The cookie expires almost immediately after copying it (The last major update I mentioned above causes this), and I cannot access most of noblox.js’ main functions and general library without the Auth cookie.
-
I have attempted using the refreshCookie() function within my script, as well as making sure the script grabs the cookie before any callback function executes. I have also tried grabbing the cookie from an incognito window which many have recommended, yet that does nothing.
Are bots supported by roblox? Maybe the auth update is working as intended.
Wrong category my friend you should use developer decisions
Roblox only resets the cookie when someone signs back into the account. Use a one time incognito tab, sign in and get the cookie. After that close the tab and unless you’re trying to get something really important from that account dont sign back in.
To get your cookie without signing back in just store it in a notepad somewhere along with the log in information of the account.
You should be good after that.
1 Like
I work with Roblox bot accounts a lot, and I can say that creating an account under incognito/guest mode and then simply closing the window after copying the token should work.
1 Like