#Admin panel safety
1 messages · Page 1 of 1 (latest)
Exploiters could probably not access the gui but if you use remote events to connect the input from the Admin Panel be always sure to recheck information on the server as i am pretty sure exploiters can spam remote events. Correct me if im wrong tho.
** You are now Level 8! **
nah ur right
exploiters can always make UI appear so yea client sided it doesnt need to be safe
This is serversided
so I think its impossible to access
and even if they can access it it checks again
first check whenever a event is fired through the panel is if plr.UserId == 1486646411 then
Since the serverside has access to playergui I thought it would be safe to add it in straight from a serverscript
as long as you do server-side checks to verify that the user sending the request is permitted, you should be good.
@brave blade @mild birch @mighty roost But can't exploiters pass a different player? like can't they pass a player instance, get the game owner's ID and just add it to the player instance passed to the server?
I'm asking bc I know of a game that had trouble with this trading system because exploiters were accepting trades as if they were the other player
This is already good.
What is blud yapping about
That’s the id. Pretty sure the plr is just the player itself and the clients cant spoof that.
Ooh thanks, thank you
im pretty sure they can spoof it but idk how it works and I think you'll have to be pretty good at exploiting
No?
You can't trick your player id.
you can use a fake userid if thats what its looking for but its impossible to fake as another player pretty sure
I’m pretty sure that if you reverse-engineer the Roblox client and intercept or modify how remote events are sent, you might be able to impersonate another “player.” However, those communications are probably encrypted, and the server likely uses a key that attackers don’t have, so they can’t decrypt or forge valid packets. In other words, I doubt this is possible in practice - if it were, it would likely already be a thing.
No one can spoof
This sanity check is already good
thats just the UI it doesn't really matter if it gets cloned from serverstorage or is replicated into all clients cause he needs to make safety checks for the remote events anyways