Hunter x Omen Script | FULLY WORKING AUTOSPEED

Created by Noul1

Features:

  • FULLY WORKING AUTOSPEED
 task.spawn(function()
    while task.wait() do
        pcall(function()
                  if game:GetService("Workspace").Living[game.Players.LocalPlayer.Name].Humanoid.Info.Stamina.Value == 100 then
                  local args = {
                  [1] = "FastSprintStart",
                  [2] = false
                  }
                  game:GetService("Players").LocalPlayer.Character.Character.input:FireServer(unpack(args))
                  else 
                  if game:GetService("Workspace").Living[game.Players.LocalPlayer.Name].Humanoid.Info.Stamina.Value == 0 then
                  game.Players.LocalPlayer.Character:Destroy()
               end
            end
        end)
    end
end)
  • ANTI AFK
local vu = game:GetService("VirtualUser")
game:GetService("Players").LocalPlayer.Idled:connect(function()
   vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
   wait(1)
   vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS