Sinxzy

asd

Sep 23rd, 2019
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if not getgenv().MTAPIMutex then loadstring(game:HttpGet("https://pastebin.com/raw/UwFCVrhS", true))() end
  2. game.Players.LocalPlayer.Character.Humanoid:AddSetHook("WalkSpeed")
  3. game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("WalkSpeed")
  4.  
  5. game:AddGlobalGetHook("WalkSpeed", 16)
  6. game:AddGlobalSetHook("WalkSpeed")
  7. game:AddGlobalCallHook("FireServer", function(t, o, ...)
  8. print("Attempt to call FireServer with instance " .. tostring(t))
  9. end)
Add Comment
Please, Sign In to add comment