Edit

Template Coding Drupal Make Drupal Module Most Important

So other modules don't supersede your module, run this code once.
<?php
db_query("UPDATE {system} SET weight = 100 WHERE name = 'MODULE_NAME'");
?>