1 parent 9defc0a commit 51ce643Copy full SHA for 51ce643
1 file changed
ProxyScraper.cpp
@@ -134,6 +134,7 @@ void printBanner() {
134
)" << RESET << endl;
135
}
136
int main() {
137
+ SetConsoleOutputCP(CP_UTF8);
138
ansicolours();
139
system("mode con: cols=120 lines=50");
140
SetConsoleTitleA("Proxy Scraper - Made By: Chainski");
0 commit comments