Qpwisnd

Untitled

Feb 27th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. local AnticheatDisabler = COB("Blatant", {
  2. Name = "ACDisabler",
  3. Function = function(callback)
  4. if callback then
  5. if (matchState == 0 or lplr.Character:FindFirstChildWhichIsA("ForceField")) then
  6. task.spawn(function()
  7. entity.character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, true)
  8. entity.character.Humanoid:ChangeState(Enum.HumanoidStateType.Dead)
  9. repeat task.wait() until entity.character.Humanoid.MoveDirection ~= Vector3.zero
  10. task.wait(0.2)
  11. entity.character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  12. entity.character.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
  13. workspace.Gravity = 192.6
  14. createwarning("AnticheatDisabler", "Disabled Anticheat!", 10)
  15. end)
  16. else
  17. createwarning("AnticheatDisabler", "Failed to disable", 10)
  18. end
  19. Disabler["ToggleButton"](false)
  20. end
  21. end,
  22. Default = false,
  23. HoverText = "Anticheat Disabler"
  24. })
Tags: ehhehe
Advertisement
Add Comment
Please, Sign In to add comment