What are exploiters capable of?

(Sorry if this is in the wrong category. If it is, please correct me below; I didn’t know where to put it)

Hello! I am currently making an admin panel, and I’d like to know if exploiters can do these specific things:

  • Fire a Bindable Event in someone else’s PlayerGUI
  • Change what the “plr” connection is for RemoteEvents (ex: using a script to type “RemoteEvent:FireServer()” but then having the ability to make it look like a different player fired the event, maybe an admin; so the server would see that an admin fired that event, but in reality, it was the exploiter.)
  • Delete another player’s local scripts

Thanks! If you have any questions about what I mean, please ask below.

1 Like

Exploiters can only affect their OWN client, meaning they can’t directly tamper with other players interfaces, scripts, GUIs, etc (Meaning they aren’t capable of doing ANY of these things)

5 Likes

As the other dude said, exploiting clients (at least the well known and publicly available executors) are all client sided. But sever-sided breaches are possible with faulty code and plugins from toolbox (like unsecured admin menus)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.