To modify the script to deny any outgoing request unless at least one of the arguments includes the string "EXEC", you need to add a check for the requested arguments before allowing the request to proceed. Below is the modified code that implements this functionality:
```lua
-- This code was generated by Cobalt
-- https://github.com/notpoiu/cobalt
-- Event originated from an Actor Environment
for _, actor in getactors() do
run_on_actor(actor,


