Hey, so I have a game (simulator) that I recently let my friend TEST PLAY, I just gave him access to play through a group role.
He hacked the game someway, he deleted lighting, resetted all stats and added himself to a script.
This doesn’t show in studio though only that server, although the stats reset shows in studio because he changed the datastore.
HOW DID HE DO IT?! And how can I prevent this to happen again.
1 Like
12345koip
(12345koip)
November 3, 2024, 6:39pm
#2
Do you have any unsecured remotes?
Do you have any admin tools you don’t check who uses them?
Do you have any kind of plugins that could allow for this kind of thing?
Sounds like some very unsecured things on the server; do you use loadstring
at all in admin commands?
3 Likes
1Keeth
(Keeth)
November 3, 2024, 6:40pm
#3
He may have sent signals to the server using RemoteEvents
within your game to send signals to the server to carry out certain functions.
(I’m not entirely sure)
You may need to develop some kind of anticheat system.
1 Like
Aerodymier
(Aerodymier)
November 3, 2024, 7:01pm
#4
It might just be an exploit which took advantage of some vulnerabilities in your game, or an already active backdoor in your game since you said it does not persist.
1 Like
You can try ctrl + shift + f to search for his username.
1 Like
system
(system)
Closed
November 17, 2024, 7:03pm
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.