Advertisement
toonrun123

Adonis Admin Bypass something.

Oct 7th, 2019
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. --Destory Remteevent From Adonis Admin. [i dont know what this.]
  2. for _,v in pairs(game.JointsService:GetChildren()) do print(v.Name) print (v.ClassName)  print(v.Parent) if v:IsA("RemoteEvent") then v:Destroy() print("Enjoy Bypass Complete.") return end end
  3.  
  4. --Destroy Camera [same.]
  5. for _,v in pairs(game.Workspace:GetDescendants()) do if v:IsA("Camera") then if v.Name == "Camera" then else v:Destroy() end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement