Oops for @LandnBlu
He spent a good time making it ;-;
Read deeper next time!
How can this solve the invalidation issue?
What do you mean by that?
Have you tried this after March 2022? Once you login with the ranking bot, does it rank or does it give you a error?
Yes, but once the group becomes popular if someone has that link they grab the cookie and they can rank anyone to any position, am I correct?
If you had the money I’m fairly sure Replit would work fine, but I’m not a Node developer, so not sure.
No one will get the link. And I’m a node developer too.
True, but if this group lets say trusts their admins and someone pays an admin to reveal the code to auto-rank all their alts then that is dangerous, and is possible, since if your a dev team your other dev’s could leak the code for money, I assume?
How are you so sure that nobody will get the link? And it doesn’t really matter if they can or not, it’s still a lot safer to store sensitive information in appropriate place which is the .env
file unless you plan to host it on your own machine.
It says Error: Cannot find module ‘express’
You have to install it
(using the command npm i express)
I don’t think you can host this bot on VPS anymore, since roblox’s new login system messed it up.
Cookie resets whenever you logout from your account and when you use VPS to login with cookie then it logs you out from your browser because your IP is changed, and when you put the cookie in your vps its gonna return as invalid cookie.
And I dont think you are allowed to create accounts through roblox’s API.
Is there any solution? (Paid)
But you can bypass it on few paid hosts, if you are ready to pay then take a look at this github issue.
Is there another solution? (Free)
Well yes, just host the bot on your device where your account is logged in.
Actually, you can still host the bot on VPS because I am doing it through DigitalOcean and it has a Static IP that always stays the same so your bot will never log out. You can also detach from the bot to keep it online 24/7.
ye i said it, you can bypass it on some hosts but they are paid.
But you don’t have to get the expensive option. You can do the cheapest one that only costs $5 a month.

Now, click preview, then preview in a new window
It doesn’t load, just leaves me at an infinite loading screen.
EDIT:
Just done it in a Chrome window instead of Brave, loaded - must be blocking the site or something.
What you could do ( and im planning to do ) is create a holder account for your group and using that cookie and storing it in a. .env
.
Strange, it doesn’t seem to be working for me. I don’t necessarily get any errors, the player(even if they are in the group) doesn’t seem to be ranking up… would you like some code snippets? (The script I’m using is a server script so maybe that is the problem?)
Edit: Nevermind, I kept logging out of the account, causing the cookies to change.
well how else can it rank people. most groups use a separate account with ranking permissions. just make sure it doesn’t send it to any websites or emails or anything
Hello! Trying to find a group ranker for my game, but I can’t find anything.
This seems promising, but I get an error.
SyntaxError: Unexpected token ‘??=’
??= is apart of node v15.0 (or v16.0) and the default for the “hello node” repo is 14.19.1 (node -v)
I did try to install newer versions of node up to v18.0.
But I get a new error each time since noblox.js uses globals apart of new versions of node.