Advertisement
_Thanh_Thy_Cute_

Criminality INFINITE SPRINT AUGUST 2021

Aug 5th, 2021
1,400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if getgenv().InfSprint == nil then
  2. local Sprint = game:GetService("ReplicatedStorage").CharStats[game:GetService("Players").LocalPlayer.Name].Sprinting
  3. Sprint.Changed:Connect(function()
  4. if getgenv().InfSprint == true then
  5. Sprint.Value = false
  6. end
  7. end)
  8. end
  9. getgenv().InfSprint = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement