Skip to content

Commit

Permalink
I aint modifying Dexterion again from github cuz i forgot things like…
Browse files Browse the repository at this point in the history
… this 😭

Signed-off-by: kvfs2k07 <[email protected]>
  • Loading branch information
kvfs2k07 authored Dec 13, 2024
1 parent 6e9228b commit a91915d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexterion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
// Weird method until I find a proper fix, im tired rn
if (procId == 0) {
Logger::info("[MemMan] Waiting For Counter Strike 2");
while ((procId = MemMan.getPid(L"cs2.exe")) == 0) {
while ((procId = MemMan.getPid(L"cs2.exe")) == 0)
std::this_thread::sleep_for(std::chrono::milliseconds(1500));
}
Logger::success(std::format("[MemMan] Counter Strike 2 Found (%d)!", procId));
Expand Down

0 comments on commit a91915d

Please sign in to comment.