mrhotmadm

[Jailbreak] WalkSpeed and JumpPower Force Bypass

Aug 25th, 2020 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. -- Jailbreak uses a technique where it checks if your walkspeed/jumppower is the normal value. If not, it switches it back.
  2. -- This script was made by 3ds (His MT-API).
  3. -- ONLY FOR SENTINEL, SYNAPSE, PROTO, AND SIRHURT
  4. -- Please execute 2 MORE times if there is an error in console.
  5.  
  6. if not getgenv().MTAPIMutex then loadstring(game:HttpGet("https://pastebin.com/raw/UwFCVrhS", true))() end
  7.  
  8. --Force Walkspeed change
  9. getrawmetatable(game).__namecall(game.Players.LocalPlayer.Character.Humanoid, "WalkSpeed", "AddPropertyEmulator")
  10. getrawmetatable(game).__namecall(game.Players.LocalPlayer.Character.Humanoid, "JumpPower", "AddPropertyEmulator")
  11.  
  12. --You can set your Walkspeed/JP now and not worry.
Add Comment
Please, Sign In to add comment