#include<bits/stdc++.h>#include<windows.h>#include<stdlib.h>#include<time.h>#include<bitset>#define KEY_DOWN(VK_NONAME) ((GetAsyncKeyState(VK_NONAME) & 0x8000) ? 1:0) using namespace std;int mouse_x,mouse_y;string name[48]= {";string password="1029384756";char passwordin[10]={'_','_','_','_','_','_','_','_','_','_'};POINT p;HANDLE hOutput = GetStdHandle(STD_OUTPUT_HANDLE);HWND h=GetForegroundWindow();CONSOLE_FONT_INFO consoleCurrentFont;void gotoxy(int x,int y){ HANDLE handle = GetStdHandle(STD_OUTPUT_HANDLE); COORD pos; pos.X = x; pos.Y = y; SetConsoleCursorPosition(handle,pos);}void HideCursor(i