3ct0s / fud-backdoor

Create a fully undetectable backdoor with simple steps.
73 stars 28 forks source link

Dont print so many messages and make code bit more readble #4

Closed Roko191 closed 2 years ago

Roko191 commented 2 years ago

What was done?

I get that you are thankful for viewing the code but it is annoying both when reading and compiling the code to see 48 of messages one is enough. Also just made loop look more readable because. Loops are usually written this way so Idk its my personal preference.

3ct0s commented 2 years ago

Hahaha well if didn't really add these print statements to actually thank you for viewing my code. It was done so that the script fingerprint would be different than the other ones on the internet so that it won't get detected that way easily. It's essentially gibberish code that does not effect the program.

Roko191 commented 2 years ago

Hahahah I know it doesnt effect the program but didnt thought about signatures. Well anyway its more cleaner this way and people who know will add gibberish stuff to program and script kiddes wont but whaetever. Also you should maybe mention that you need Windows SDK since main.cpp uses windows.h . Also you can close pull request there is not really that much.

P.S. Awsome work!