This is the most stable version yet. We fixed critical bugs related to non-English file paths and improved the spam protection logic.

Critical Fixes:
  • Unicode Support: Fixed a major issue where os.remove failed on paths containing Cyrillic/Special characters. The script now uses DeleteFileW (Windows API) to correctly handle and delete files in any language.
  • Dictionary Logic: Fixed a logic bug where cleaning the process name prevented looking it up in the custom dictionary.

️ Improvements:
  • Smarter Spam Cleanup: The duplicate prevention now verifies if the file was actually deleted. If the standard method fails, it attempts a forced delete via WinAPI.
  • User Friendly: Added detailed comments and instructions directly inside the .lua file, making it easy for anyone to configure.
Big update! The script is now smarter and requires almost no configuration.
Changelog:
  • ⭐️ Added "Smart Pattern" Detection: The script now includes a built-in library of 50+ popular games (CoD, Minecraft, Roblox, LoL, etc.). It scans process names for keywords, so you don't need to manually add them to the dictionary.
  • ⭐️ Added Folder Normalization: The script now scans your drive before creating folders to prevent case-sensitivity duplicates.
    • Example: If you already have a folder named "CS2", the script will use it instead of creating a new "cs2" folder.
  • Improved Ignored List: Added more launchers and clients (Riot Client, Steam Client) to the ignore list to ensure the actual game is detected.
  • Code Cleanup: Improved WinAPI handling for better performance.
Back
Top