diff --git a/.compileInject.bat b/.compileInject.bat deleted file mode 100644 index 5dcc05e..0000000 --- a/.compileInject.bat +++ /dev/null @@ -1,15 +0,0 @@ -@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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ea0f13 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.* +!.gitignore diff --git a/readme.md b/readme.md index dd791bf..47a8def 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ # BlockLua ## How to Install - Install RedBlocklandLoader -- Copy `BlockLua.dll`, `lua5.1.dll`, into the `modules` folder next to `Blockland.exe` +- Copy `BlockLua.dll` and `lua5.1.dll` into the `modules` folder next to `Blockland.exe` - Optional: Copy the `lualib` folder into `modules`