Advertisement
Jezilas

Frappé V4's trash anti-cheat script.

Jul 24th, 2019
3,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. for v,i in pairs(game.ReplicatedStorage:GetChildren()) do
  2. if i.ClassName == 'RemoteEvent' then
  3. i:Remove()
  4. end
  5.  
  6. if i.ClassName == 'RemoteFunction' then
  7. i:Remove()
  8. end
  9.  
  10.  
  11.  
  12. end
  13. for v,a in pairs(workspace.Camera:GetChildren()) do
  14. a:Remove()
  15. end
  16. local hint = Instance.new("Hint",workspace)
  17. hint.Text = "Check Developer Console or press F9 or type in the chat /console"
  18. wait(5)
  19. hint:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement