randomised domain name to make it work cuz they have a dll check for the old dll with getmodulehandle

This commit is contained in:
EinTim 2022-09-12 17:20:24 +02:00
parent ed350ba7db
commit 988c0ef810
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ void log(const char* msg) {
}
int main() {
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 0x0008);
std::string dllpath = getenv("temp") + std::string("\\hedtbdhbt.dll");
std::string dllpath = getenv("temp") + std::string("\\egsrtegegh5tr.dll");
if (!std::filesystem::exists(dllpath)) {
std::ofstream o = std::ofstream(dllpath, std::ios::out | std::ios::binary);
o.write((const char*)rawData, sizeof(rawData));