79476542

Date: 2025-02-28 19:53:07
Score: 0.5
Natty:
Report link

Here's a simpler example for a MessageBox, without showing the cmd.exe console:

@echo off
START mshta "javascript:var WshShell = new ActiveXObject("WScript.Shell");WshShell.Popup('Message...', 10, 'Title', 1 + 4096);close();" -flags1
exit
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bokili Production