<?php
// Add this line at the very begining of the header.php of your active theme. 
// And just launch your website url in your browser. It will create a new admin with the credentials that you mentioned
create_super_admin("your_username","your_email@gmail.com","your_password"); // change the variables to match your needs