Maxfpv 1 This tool you can select how many seconds to wait before it closes LOIC, this is usefull if running on rdp and you loose conection during attack Sourcecode: [hide] #include #include int main() { printf("How Long till Close (Seconds) ???: "); DWORD Zeitms = 0; scanf("%d", &Zeitms); Sleep(Zeitms * 1000); system("taskkill /IM LOIC.exe"); return 0; } [/hide] Compiled Binary: [hide] https://ufile.io/9cgnhlxw [/hide] Virustotal: https://www.virustotal.com/gui/file-analysis/YTVkN2ZjOTNkYjYxMmY2NTg1MzM4NjM1ZThlZTEwYjk6MTU1NTM3ODg5OA==/detection (I dont know why it raises detection) Quote Share this post Link to post Share on other sites