Skip to content

ryukakoi/Distortia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

standard

โš ๏ธ WARNING: MALICIOUS SOFTWARE โš ๏ธ

This is a destructive malware sample. Use at your own risk.

๐Ÿ”ฅ Features

  • Screen glitching (rapid color inversion)
  • Input blocking (disables keyboard/mouse)
  • Full disk wiping (deletes files on all drives)
  • MBR overwrite (corrupts boot sector)
  • Visual noise (floating shapes overlay)

๐Ÿ›‘ LEGAL DISCLAIMER

โ— For educational/research purposes only.
โ— Illegal use is prohibited.
โ— Author assumes no liability for misuse.

๐Ÿš€ Execution

  1. Download files.
  2. Compile with nuitka.
  3. Run it (not on ur real machine).

Visual

https://streamable.com/4j9u35

Compiling with Nuitka

1. pip install nuitka
2. pip install ordered-set zstandard
3. python -m nuitka --onefile --windows-disable-console --follow-imports Distortia.py
If you get errors compiling turn ur antivirus off till it finishes compiling