I was thinking of making a gui executor placed in core gui and I realized that they can change their own userid and buy stuff like admin or something
does it steal robux?
I was thinking of making a gui executor placed in core gui and I realized that they can change their own userid and buy stuff like admin or something
does it steal robux?
So, first Im not 100% sure, but I dont know if this the best topic.
And, no, isn’t that possible, because roblox will check if you’re on your profile on your Website/App.
I don’t see why this is in code review since you’ve not given us any code to look over to see if its braking TOS and simply editing core gui’s is highly suggested as something you should avoid doing, but as for your question, no you wouldn’t be able to steal Robux by doing this.
How do I prevent skids(script kiddie) destroy childrens in core gui and core package?
Have you had an issue with an exploit being able to edit or manipulate coreGuis at all?
Since I know for a fact that the coreGuis are incredibly protected and can only be edited through exploits which would only effect the clientside.
Unless they had a backdoor, I don’t think it would be entirely possible for an exploiter to break any coreguis expect their own and that’s just putting themselves at a disadvantage.
UserId is a read-only property that only uniquely identifies the user anyway. Whether they can bypass the read only security and change the property is irrelevant to anything except client-side code in your experience. Majority of times you’re probably going to be using UserId from the server more often and changes from the client don’t propagate to the server.