You can, but I’m not sure how valid of a method this would be with tons of events at once.
Please read what I stated:
(30 chars)
No, they basically have a server you connect to, not literally a man in the middle accepting calls lol
So unless they have access to that server, no, they wont have your IP
After making so research i found out that you might actually have a backdoor inside of your game, a backdoor is the only way they can get server-sided access to your game
I suggest you check out your plugins, check out this post made by @Sudden_Demise for more information:
you’re not really able to stop this on your end, only roblox are able to stop this, and regards of how they’re doing it, it’s rather easy to get the port and IP of a roblox game server, and then they use a DDoS tool, and they just overload your servers, or they use a traditional exploit based server lagger.
He might just be spamming remotes. It would lag the server a ton if the server gets too many requests.
DOS and DDOS are almost a like
although, different.
DOS is targeted to one person.
Hacker → 1 Person (Target)
DDOS is targeted to a group.
Hacker → YouTube, Roblox, Discord, Facebook, and more.
This isn’t true, either.
A denial-of-service (DoS) attack is when one computer attacks a target.
A distributed-denial-of-service (DDoS) attack is when multiple computers among many different internet connections attack a target, hence “distributed.”
Thank you, had it slightly backwards.
I’m almost sure it will take more than an amplifier to take down the roblox servers completely, and will probably cost the person launching the attack more money to launch it than what it’d cost roblox.
I do cyber security, and I’d have to say you might be a little confused, a DOS attack isnt distributed so the attack would come from 1 single host with no botnets and a DDOS attack is distributed, so it’d come from more than one host and would often use botnet. So in simple terms. DOS is from one host and DDOS comes from multiple hosts or devices.
I would suggest extending player age to 3 months and just banning all of his alts. Also to my knowledge only one server can be ddosed at a time so if the game grows it wont be that big of a deal.
Weird question maybe but how are you doing cyber security with the age of 14?
Not professionally obviously. (30 chars)
I can tell you that they are spamming some sort of RemoteEvents, even if they are secured they can still use it, someone once told me that the :Connect()
function will lag the game servers cpu at one point since you’re always connecting it new everytime you use it, i haven’t found any way to use multiple arguments with: RemoteEvent.OnServerEvent:Wait()
but i know it is possible