Sign in to follow this  
Maxfpv

Low Orbit Ion Cannon Closer

Recommended Posts

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)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this