Hi ChowKaiDeng,
It was a bit easier than that ??
Line 15 of the plugin file: (/wp-content/plugins/rename-media)
Change:
$new = wp_unique_filename( dirname( $old ), $attachment['post_title'].'.'.$ext );
To:
$new = wp_unique_filename( dirname( $old ), $post['post_title'].'.'.$ext );
Works a charm now ??