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

How to prevent level 7 exploit?

Asked by 5 years ago

So, how do you prevent level 7 exploit from firing scripts? Well, level 7 exploits can bypass FE by manipulating RemoteEvents, right? How do you prevent it?

0
How to prevent level 7 exploit from manipulating remote events? FlonexVorry 28 — 5y
0
exploiters can manipulate remote events because they're kept in places accessible to the client. protect your remotes protect your game Gey4Jesus69 2705 — 5y
0
How do i protect it? If i put the remote events in places inaccessible to the client, then my game's normal local script can't access the remote events too, right? FlonexVorry 28 — 5y
0
Put sanity checks on the server and assume the client is always trying to exploit your security. If you have to even check the datatype of every value they send to the server. EpicMetatableMoment 1444 — 5y
0
Maybe try and write your own anti exploit. Don't use anti exploits made by others as they are all backdoors (same with admin scripts 0.0) that exploiters can use to break your game. OMG_Gaming404 73 — 5y

1 answer

Log in to vote
6
Answered by 5 years ago

Hello, FlonexVorry

Unfortunately, there aren't many ways of "Securing" remote events because most Level 7 Exploiters use a script called RemoteSpy which will look for RemoteEvents in your game, then it will print the path of those RemoteEvents to the client-side output of the exploiter meaning he could now Fire The Remote.

As weird as it might sound, the most "secure" way to prevent exploiters from accessing remote events is just to hire/invite staff (admins) on the servers of your game to look for those exploiters, Here is how to detect them: Rapidly increasing base stat on your game, "Rank" on your game changing instantly, (NON-REMOTE EXPLOITERS): First and most obvious one is WalkSpeed/JumpPower/HipHeight exploiters, second one is "noclippers" (Basically they remove a part locally so in their client they can see it removed and walk through it but the server will not replicate that and the player will end up walking through a part to the other players/to the server and last one is teleporting players, they will use CFrame to "teleport" to another player.

I hope this short guide helped.

~Fragmentation

0
Please up vote or even accept if you think this helped you. Fragmentation123 226 — 5y
0
I see thank you.. sorry, I can't up vote, because my rep is not enough.. FlonexVorry 28 — 5y
0
ill vote for you tonyv537 95 — 5y
Ad

Answer this question