Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --mt-api test
- if not getgenv().MTAPIMutex then loadstring(game:HttpGet("https://pastebin.com/raw/UwFCVrhS", true))() end
- game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("WalkSpeed")
- game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("Health")
- game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("JumpPower")
- game.Players.LocalPlayer.Character.Humanoid:AddCallHook("BreakJoints", function() end)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 14
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- game.Players.LocalPlayer.Status.Downed.Changed:connect(function(l)
- if l == true then
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 14
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment