Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored Self Delete Method #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrDevBot
Copy link
Contributor

@MrDevBot MrDevBot commented Jun 2, 2020

Currently the method works by writing a .batch script to disk, this method isn't very efficient and can be achieved by passing commands to CMD's startup parameters (/c) and a delay of 5 seconds (/t 5). We also don't have to worry about leaving a .bat script on the disk after the client is uninstalled

Currently the method works by writing a .batch script to disk, this method isn't very efficient and can be achieved by passing commands to CMD's startup parameters (/c) and a delay of 5 seconds (/t 5). We also don't have to worry about leaving a .bat script on the disk after the client is uninstalled
@alphaO4
Copy link

alphaO4 commented Jul 2, 2020

Also the old method left a .bat with the name Delete or something like that, so the new method really looks promising.

@LightYagami28
Copy link

Hello developer i made a GitHub Fork with all your upgrade. And then i made in net 9.0

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.

3 participants