From 988c0ef81016d2dfc47a70069ee9e13b958eec33 Mon Sep 17 00:00:00 2001 From: EinTim Date: Mon, 12 Sep 2022 17:20:24 +0200 Subject: [PATCH] randomised domain name to make it work cuz they have a dll check for the old dll with getmodulehandle --- loader/orbitloader/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/orbitloader/main.cpp b/loader/orbitloader/main.cpp index 283e4a0..343c201 100644 --- a/loader/orbitloader/main.cpp +++ b/loader/orbitloader/main.cpp @@ -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));