I’ve recently been relying back on my automated promotions bot that when at a training center instead of group trainers not needing to go and rank everybody, they run !rank USER RANKID. Example syntax is !rank adminlukas 255 (not going to happen anytime soon, bot is under creator of course). Though, I’ve recently received people telling me that the bot isn’t working, so I decided to go check in. I’m finding out that my bot isn’t able to log into the Roblox platform, how do I make it so that the command and the API assorted materials make it so it can log in again? I’ve only recently noticed it breaking.
There’s a lot of different things that could be going wrong, so you’re gunna need to give a little more info. What’s the HTTP error code? Is any response returned? etc.
Sorry about the horribly late reply. I’m receiving a login error, and the response returned is “FAILED. LOGIN DENIED.” I’m thinking maybe the bot’s RBLX user was hacked, but is there any more information required?
What happens when you try to log in to the account on the website manually?
Roblox requires you to complete a captcha after logging in a few times quickly(ish). You could add a delay or use the roblox security cookie
When I log into the account manually on the website using Log in to Roblox, I can enter the account and it’s there just fine.
That makes complete sense as after every time the ranking system is used it logs in, ranks, then logs out again. I think that’s it, do you know any way to bypass the captcha without requiring delays which slows down the intake? I’ve got 6-7 fairly major clans who are going to use the rank bot when it works, I think that’s it. Any alternatives to a delay?
If we’re going to suspect captcha is the issue because of how many times the account is logged in, are you able to log it in just once without any issues?
Along with that, EerieContinuuooom listed an alternative to a delay.
It would be helpful if you could say how you’ve set it up. What language is it in? Are you using a library if any? This will allow me to assess the situation and reccomend something.
A good solution might be to just not have the bot log out and just log back in whenever it gets automatically logged out by the site.
Another solution is to maybe complete promotions in batches(ex: every 30 mins-1 hour) so the amount of logins is lower.
“Another solution is to maybe complete promotions in batches(ex: every 30 mins-1 hour) so the amount of logins is lower.”
You should not be logging in every time you need to do a batch of promotions. 1 login per 24 hours is enough.
You’re right. It’s working now that I keep it online and it does promotions upon request on a “waiting list.” Thank you for the advice.