[ad_1]
Created by Noul1
Features:
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)
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!
[ad_2]