Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Number = 46
- local walkSpeed = 16
- local 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
- _G.HeadSize = 30
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.7
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
- game.Players.LocalPlayer.UserId = "2205774994"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement