Someone that I am working with on a new game recently purchased a roblox map. It was fully scripted and suited our needs.
We continued to customise the map and scripts, these were only very minor changes. Sometimes when we join the game to test it (both in studio and out) we are met with either a kick message saying “Neuroblastoma Winning; Botnet.” Or what looks to be an exploit GUI. This doesn’t happen all the time, which further adds to our confusion.
Since we both have no knowledge on scripting we have no idea on how to deal with this issue.
Well, they had to set a message to the kick, so try searching (crtl+f) for “Neuroblastoma”. But it might be inside a StringValue, and if you have no scripting knowledge, it’s going to be difficult to find. Let’s just hope you can find it with “Neuroblastoma”.
If you still can’t find it, I could try to look for it myself, if you want
Update regarding this situation. I found two unnamed scripts in odd places within the map, one being in a bilboard that has zero use for a script of any kind.
Within the script there was a large amount of emoji like icons. It then had this require(5246683085). I searched the DevForum for what this could mean, I found it is a backdoor and have since removed it. In addition to this part of the script, there was a further peice of code that included something along the lines of getfenv(). This is also a sign of a backdoor.