Facebook
From Sole Goat, 3 Years ago, written in Plain Text.
This paste is a reply to Re: roblox speed hack from Unique Panda - go back
Embed
Viewing differences between Re: roblox speed hack and Re: Re: roblox speed hack
ocal gmt = getrawmetatable(game)

setreadonly(gmt, false)

local oldindex = gmt.__index

gmt.__index = newcclosure(function(self,b)

if b == "WalkSpeed" then

return 16

end

return oldindex(self,b)

end)



game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = walkSpeed