I do know that hackers can fire remote events/functions from client to server, but it still feels a little vague to me since I do not know what they can do to the remote event/function. The main thing I am wondering about is that if they are able to change the parameters on the remote event/function when they fire it. Or are they only able to fire the Remote event/function.
They can pass whatever garbage they want through a remote event. Much of finding an exploit is doing this until the cheater finds a weakness the developer hadn’t accounted for. Always sanity check and assert the types of parameters passed if you’re worried about a bogus message causing the server to error out
2 Likes
Yeah, they can run anything you can run in a localscript
1 Like
Ok What I am getting from this is they can set their own parameters.
Ok thank you I was wondering to what extent these hackers can do when firing events.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.