..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 the..
Creates a blueprint/map of a server folder
<?php
/*
HackSuite version and project codename
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 12-11-2014
*/
if(!defined('IN_SCRIPT')){
exit;
}
$_CONTEXT['version'] = "0.6.0";
$_CONTEXT['projcname'] = "PREDATOR";
?>