March 2, 2016 at 1:04 pm
#13467
i saw that the other day on a table, i didn’t test myself but it should work fine, no need to assign a special key or whatever
Sub Table_Exit()
Dim WshShell
Set WshShell = CreateObject(“WScript.Shell”)
WshShell.Run “taskkill /F /IM “”Fireball_B2S.exe”””,0,true
End Sub
put that at the bottom of the script, if the init of the table is sub table1_init for example, it must be sub table1_exit , and you need the right name of your exe in the “” , and vp must be in admin mode i guess
You need to login in order to like this post: click here