Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How Come We Cant Get The Core GUI From RoBlox???

Asked by 4 years ago

I Am Trying To Make An Anti Exploit Script. I Heard That Exploiters Can Inject Stuff In There. So I Tried To Make A Script That Prevents That.

Game:service'CoreGui'.childAdded:connect(function(child)
    Game:service'Players'.localPlayer:Kick('Stop Exploiting You Retard')
end)

But It Says That Class Security Check And That I Am Lacking Permissions. So How Do I Get Them? Do I Have To Ask RoBlox To Give Me It? Through A Email? How Do I Do It? I Can Access Other Services. And Why Doesn't RoBlox Allow Us To Get Core GUI? And Why Are Exploits Able To Put Stuff InSide Of Core GUI But We Cant? I Am Very Angry That RoBlox Caters To Exploiters But Not Us.

0
'caters to exploiters' Roblox does not give exploiters free admin in popular games. Also just managing CoreGUI is not going to help you. There are hundreds of services that hackers can have access to not including Core GUI. Just like the answer below, Use limits like if hum.walkspeed >= 17 then plyr:Kick() VVoretex 146 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

You shouldn't even be trying to do anything in the CoreGui. If they insert anything over there, let them do it. There are other things like movespeed, jumppower, noclip, etc which are much more important anti exploit subjects to handle.

Additionally it never makes any sense to perform any kind of anti-exploit check on the client, this is because the exploiter can just circumvent all of your checks.

Ad

Answer this question