Del v1.1.0-Beta
Pre-release
Pre-release
Project Deleton
This archive contains two standalone tools for “scambaiting” scenarios: a Safe Test version and the full Delete version.
📂 Contents
projectdeleton/
├── Test (Safe)/
│ ├── exe/
│ │ └── safe.exe
│ ├── safe.py
│ └── info.txt
└── delete/
├── exe/
│ └── delete.exe
├── delete.py
└── No Safe.txt
🚀 Usage
-
Safe Test (
Test (Safe)/):- Run safe.exe (or
python safe.py) in a folder of your choice. - It will overwrite only the files in that same folder with a warning message.
- Use this to verify behavior without touching other directories.
- Run safe.exe (or
-
Full Delete (
delete/):- Run delete.exe (or
python delete.py) to scan all configured drives/folders and overwrite matching files. - Warning: This is permanent. DO NOT run on your main data drive unless you have a full external backup.
- Run delete.exe (or
⚠️ Important
- Both tools will destroy original file contents—no recovery without backups.
- Always test with the Safe Test version first.
- Keep your backups elsewhere before using Delete.
