Facebook
From Unique Panda, 1 Year ago, written in Plain Text.
This paste is a reply to roblox speed hack from daniel - view diff
Embed
Download Paste or View Raw
Hits: 349
  1. ocal gmt = getrawmetatable(game)
  2.  
  3. setreadonly(gmt, false)
  4.  
  5. local oldindex = gmt.__index
  6.  
  7. gmt.__index = newcclosure(function(self,b)
  8.  
  9. if b == "WalkSpeed" then
  10.  
  11. return 16
  12.  
  13. end
  14.  
  15. return oldindex(self,b)
  16.  
  17. end)
  18.  
  19.  
  20.  
  21. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = walkSpeed
  22.  

Replies to Re: roblox speed hack rss

Title Name Language When
Re: Re: roblox speed hack Sole Goat text 1 Year ago.