www.roblox-scripter.com

Сontent continues after AD

Race Clicker script – (INF Speed)

Functions: INF Speed

Script developer: Kono Subarashii
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					_G.Speed = 1000000

local mt = getrawmetatable(game)
local old = mt.__namecall
setreadonly(mt, false)
mt.__namecall = function(self, ...)
   if getnamecallmethod() == 'Kick' then
       return wait(9e9)
   end
   return old(self, ...)
end
local oldd = mt.__index
mt.__index = function(self, property)
   if property == 'WalkSpeed' then
       return 16
   end
   return oldd(self, property)
end
setreadonly(mt, true)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = _G.Speed
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: