..I will show you how to create native tools. I'm not going to make a new tool though, instead I will show you what is required to create one. You can find all the native tools in..
<?php
/* Blueprint profiles data
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 19-04-2015
*/
if(!defined('IN_SCRIPT')){
exit;
}
$_CONTEXT['blueprints'] = array();
?>