Advertisement
POKHACKER

Desativar o anticheat

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