Advertisement
Nosssa

Hood Duels WalkSpeed Bypass | WORKING

Nov 13th, 2022 (edited)
737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. --// UPDATED: November, 13 2022.
  2.  
  3. --// Created By Nosssa.
  4.  
  5. --// Execute this ONCE, doesn't matter if you spawn or not it works anyway. Can't get banned unless a mod bans you.
  6.  
  7. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nosssa/NossLock/main/HDWalkSpeedBypass"))();
  8.  
  9. --// Need a walkSpeed script once you have executed? Copy Below.
  10.  
  11. --[[
  12.  
  13. local WalkSpeedAmount = 69
  14. local LocalPlayer = game.Players.LocalPlayer
  15. local RunService = game:GetService("RunService")
  16.  
  17. RunService.Stepped:Connect(function()
  18.     pcall(function()
  19.         LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").WalkSpeed = WalkSpeedAmount
  20.     end)
  21. end)
  22.  
  23. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement