Here the script that has to be executed as root.
#!/bin/bash while true do echo 0 > /sys/class/leds/asus\:\:kbd_backlight/brightness sleep 5 done
GitHub