Pokecenter

Untitled

Nov 22nd, 2018
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. --mt-api test
  2.  
  3. if not getgenv().MTAPIMutex then loadstring(game:HttpGet("https://pastebin.com/raw/UwFCVrhS", true))() end
  4.  
  5. game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("WalkSpeed")
  6. game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("Health")
  7. game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("JumpPower")
  8. game.Players.LocalPlayer.Character.Humanoid:AddCallHook("BreakJoints", function() end)
  9. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 14
  10. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  11. game.Players.LocalPlayer.Status.Downed.Changed:connect(function(l)
  12. if l == true then
  13. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  14. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  15. else
  16. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 14
  17. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  18. end
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment