MayDayZen

SKYWARS Anticheat Remove

Sep 16th, 2021 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. if _G.AcBypassed == nil then
  2. local plr = game:GetService("Players").LocalPlayer
  3.  
  4. if plr.PlayerGui.Extra:FindFirstChild("AntiSploitClient") and plr.PlayerGui.Extra:FindFirstChild("AntiSploitClient2") then
  5. plr.PlayerGui.Extra.AntiSploitClient:Destroy()
  6. plr.PlayerGui.Extra.AntiSploitClient2:Destroy()
  7. end
  8.  
  9. plr.CharacterAdded:Connect(function()
  10. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("AntiSploitClient"):Destroy()
  11. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("AntiSploitClient2"):Destroy()
  12. end)
  13. end
  14.  
  15. _G.AcBypassed = true
Add Comment
Please, Sign In to add comment