# Fix Spam Punch

```lua
CreateThread(function()
   while true do
   Wait(0)
   DisableControlAction(1, 140, true)
   if not IsPlayerTargettingAnything(PlayerId()) then
   DisableControlAction(1, 141, true)
   DisableControlAction(1, 142, true)
   end
  end
end
```

## Video Preview

* [YouTube](https://youtu.be/31SFa_8WGqw)
