Recently in my game I have had several problems with https services problems, some scripts that I really need are not responding or directly give me HTTPService "Number of requests exceeded limit"
I wanted to see what my https requests are and I saw one that I really had no knowledge of, apparently it is one that only happens to me in a specific game place, I have tried the same scripts in another game and I do not see this http called "Builderman. club"
Apparently it doesn’t have any “Responde Body”, none of them
I would like someone’s help, if someone knows what this could be, and if in case it is something bad, can you give me a solution please.
I apologize if this topic arrives somewhere where it does not correspond, but I need to have an answer because my work is stalled by this question
When I put the first photo there were up to 27 https request, then in the last one I already had more than 75 requests where the majority was from “builderman.club”
Update: The Issue is have been resolved and my other scripts with HTTP works better, thank you everyone for your help!
First off, DO NOT go to that site, it’s possibly a cookie log. I’m going to investigate it using a separate software so that isn’t an issue. I’ll update this post if I find more information.
It seems that this used to be a web server holding code to be executed in games that allow an attacker to remotely access your game. The server is down, so it’s no longer an issue (it now only contains ads) but it does mean that your game has a backdoor somewhere and you should try to find any suspicious scripts or strange require statements.
Did you get any scripts from the Toolbox or Developer Marketplace?
If so, it is possible that one of those scripts is responsible for executing those requests.