Group Rank Bots

★ How to Construct an Auto Rank Bot ★


Hello everybody, I hope you’re having a wonderful day! I’d like to ask if someone knows the best way to make an auto-rank bot for free for Roblox.

⁝ Bot's goal 📝


A | They reach enough skill points.
B | Staff member ranks them with GUI.

⁝ Past Attempts ⏳


Watched every tutorial I could find | ❌

Roblox Scripting Tutorial: How to Script a Group Ranking Bot - YouTube

How To Make An AUTO LEVEL GROUP RANK In ROBLOX Studio | Vibe Game Series (PT.52) - YouTube


• I’ve tried using glitch | :x:
• I’ve tried scripting my own | :x:
• Redone this for 2 months straight | :x:
• Hired a developer to do it | :x:

⁝ Problem


My bot isn’t working as intended, I debugged it and it’s sending a message telling the bot to rank a player which means it’s receiving when to rank players but, the player never ranks up. The bot is on the 2nd highest role yet it still doesn’t rank the lowest rank to the next rank. Did anybody figure out why this is and if so could you help me out?

You should use RocketBots.

Did you read the topic? He’s trying to make his own.

Any errors in the output/console?

Absolutely none, I’ve debugged the game which says it’s successful and debugged the website which also says it’s successful but it doesn’t rank anybody.

1 Like

image

This is the output on the website.

14161275 -> Group ID
Ranked! --> Just text
1179203036 --> Chosen Subject
253 --> Rank it should go to
1 Like

Is it possible that the cookie is changing every time it logs in/out? If so that could explain why everything seems to work other than ranking the bot but how would I go around this?

Use ranking service, it’s $2.50 a month and actually has competent developers unlike 90% of other services :rofl:

Here’s their discord: Ranking Service

Would advise against making your own if you aren’t an experienced web developer, and especially avoid using glitch

You didn’t tell us if this is a script that should run in a game or an external system so even if we wanted to help we can’t as it’s different if you’re trying to make a roblox script or a discord bot. So please share your code and also give any errors you’re receiving if any

Solution Found


✖ - Problem

The bot account’s cookie changes every time you log in or log out. Therefore, the script won’t function without a fixed cookie or another bot that continuously grabs the new cookie.

✔ - Solution

Since I’m using the normal browser I thought about using Incognito mode. I had to use incognito mode and copy the cookie without having to log out. This will mean I don’t have to log out of the bot account to get back into my main.


:purple_heart: Thanks for everybody’s help and ideas though, none of them really helped much.