Skip to content

Conversation

@officialchristheg
Copy link

  • change project standard to C++20
  • add CProtection API
  • replace Sleep() with std::this_thread::sleep_for()
  • refactor get_hwid() to syscall functions
  • general code cleanup

- change project standard to C++20
- add CProtection API
- replace Sleep() with std::this_thread::sleep_for()
- refactor get_hwid() to syscall functions
- general code cleanup"
Copilot AI review requested due to automatic review settings October 29, 2025 08:09
@github-actions
Copy link

The KeyAuth owner has been notified of your pull request. Please wait for him to review it. This could take several days.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 29 out of 30 changed files in this pull request and generated 3 comments.

Comments suppressed due to low confidence (1)

protection/protection.cpp:1

  • Corrected spelling of 'secruity' to 'security'.
#pragma once

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

auth.cpp Outdated
}

void checkFiles() {
// who is fucking calling exit and fastfail
Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unprofessional comment language should be removed or rephrased. Comments should maintain a professional tone in production code.

Suggested change
// who is fucking calling exit and fastfail

Copilot uses AI. Check for mistakes.
auth.cpp Outdated

void KeyAuth::api::log(std::string message) {
checkInit();
checkInit(); // why call when ppl can nop it, programm will fail if its 0
Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'programm' to 'program'.

Suggested change
checkInit(); // why call when ppl can nop it, programm will fail if its 0
checkInit(); // why call when ppl can nop it, program will fail if its 0

Copilot uses AI. Check for mistakes.
@officialchristheg
Copy link
Author

@copilot open a new pull request to apply changes based on the comments in this thread

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@officialchristheg
Copy link
Author

@copilot open a new pull request to apply changes based on the comments in this thread

@officialchristheg
Copy link
Author

lowk making me crazy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant