Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tiansongyu authored Dec 9, 2024
1 parent 625f60d commit 7cdc1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-cheat-base/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main()
}

}
if (aimBotEnabled && (GetAsyncKeyState(VK_CAPITAL) & 0x8000))
if (aimBotEnabled && (GetAsyncKeyState(VK_LSHIFT) & 0x8000))
{
esp::aim_bot();
}
Expand Down

0 comments on commit 7cdc1be

Please sign in to comment.