I did everything you said to do and group shout worked, but not demote. It gave me the error
The request failed: 500 {"error":"Change rank failed: bodyObject.filter is not a function"}
I did everything you said to do and group shout worked, but not demote. It gave me the error
The request failed: 500 {"error":"Change rank failed: bodyObject.filter is not a function"}
this was last updated in september 2020, so i guess the script is a bit broken idk tho i haven’t tried it
Yeah. The function is probably long gone.
Hey, so I don’t really have an issue with this script, but more with the ROBLOX cookie login. Essentially, whenever I paste my cookie into my glitch script, it kicks me out of the ROBLOX account and invalidates my cookie. Do you know what I can do?
Make sure you are using an incognito browser.
Now, the best solution is to put your cookie in a .env file, as a secret. On platforms like Glitch, this would typically not reset as often, however, in my experience, it hasn’t reset at all.
Replace how the code finds the cookie with a .env. This basically tells your code to only use the cookie provided from the cookie defined in the .env, which is a secret, only you can see it. No one else.
I tried this, and it still expires after a day or two, anyone got anything on stopping the cookie from expiring?
This is no longer working, for me atleast! Try checking it.
What error do you get? It is probably because of Roblox new Update to the RobloxSecurity Cookie.
Bro nothing is happening as rank bot is not responding, I wasted 1 robux to try too.
Anyone should re-do this guide, it is kind of outdated.
Greetings!
I plan on rewriting the system with an updated tutorial utilizing Roblox’s OAuth API to simplify the process for beginners and providing a more secure, user-friendly experience.
You should do that, yes. It would help alot!
I get an error, I get “{“error”:“Server configuration error: Error: No cookie supplied and no cookie file available.”}” when I try to go on the link of my own site, even tho I’ve put in the cookie of my alt
Edit: Was going to rewrite for OAuth, but it doesn’t seem there’s any POST
methods applicable for it at the moment. May resort to the current version and update it?
I dont get the “Incorrect auth key.” I get the {“error”:“Server configuration error: Error: No cookie supplied and no cookie file available.”} message. How can I fix it?
does this tutorial still work in the year 2024?
I don’t believe so anymore, however other solutions do exist now such as API access - I am just working on my own scalable solution to this now anyway. But with the introduction of authentication measures for accounts this is no longer a working tutorial directly as you require knowledge on OAuth2.