Creates a console prompt in applications by Injection.
const char* tit = "Creating a console..."; //title of console
ConsoleBypass(tit); //create the console
printf("Just some console testing"); //write to console as its readonly
printf("If you see this then hi :)");