Ahhhh, Why would you want to do something so evil!!
Anyway, just call bootbox in the Custom HTML section of the ACP. (Make sure you check the box at the bottom.)
<script>
$(function(){
bootbox.alert("Welcome");
});
</script>
Bootbox docs for more info: http://bootboxjs.com/