initial
This commit is contained in:
15
.compileInject.bat
Normal file
15
.compileInject.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
@for /F "tokens=2" %%K in ('
|
||||
tasklist /FI "ImageName eq Blockland.exe" /FO LIST ^| findstr /B "PID:"
|
||||
') do (
|
||||
DllRemover32 %%K BlockLua.dll
|
||||
)
|
||||
|
||||
@call %~dp0compile.bat || exit
|
||||
|
||||
@for /F "tokens=2" %%K in ('
|
||||
tasklist /FI "ImageName eq Blockland.exe" /FO LIST ^| findstr /B "PID:"
|
||||
') do (
|
||||
RemoteDllInjector32 %%K %~dp0BlockLua.dll
|
||||
)
|
||||
|
||||
@pause
|
||||
Reference in New Issue
Block a user