• I’ve tried using glitch |
• I’ve tried scripting my own |
• Redone this for 2 months straight |
• Hired a developer to do it |
⁝ 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?
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.
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?
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
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.
Thanks for everybody’s help and ideas though, none of them really helped much.