Apr 22, 2018 at 11:22pm UTC
So basically I was trying to put a text art in the console and all of a sudden the text art is mess up
std::cout << " ____ _ _ _____ _ _ _";
std::cout << " / __ \ (_) | | / ____| | | (_) |";
std::cout << "| | | |_ _ _ ___| | _| (___ _ __ | | ___ _| |_";
std::cout << "| | | | | | | |/ __| |/ /\___ \| '_ \| |/ _ \| | __|";
std::cout << "| |__| | |_| | | (__| < ____) | |_) | | (_) | | |_";
std::cout << "\___\_\\__,_|_|\___|_|\_\_____/ | .__/|_|\___/|_|\__|";
std::cout << "| |";
std::cout << "|_|";
Apr 22, 2018 at 11:25pm UTC
it suppose to say quicksploit
Apr 23, 2018 at 1:06am UTC
Post a link to where it came from so we can see the original.
Apr 23, 2018 at 1:19am UTC
This program sounds like some shit used to try to exploit windows for remote access... don't know why I'm even aiding in this (I guess because this code snippet is purely aesthetic) but here you go...
_ _
/___ \_ _(_) ___| | __/ _\_ __ | | ___ (_) |_
// / / | | | |/ __| |/ /\ \| '_ \| |/ _ \| | __|
/ \_/ /| |_| | | (__| < _\ \ |_) | | (_) | | |_
\___,_\ \__,_|_|\___|_|\_\\__/ .__/|_|\___/|_|\__|
|_|
Last edited on Apr 23, 2018 at 1:22am UTC