Skip to content

Commit

Permalink
Update nls.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonScratcher authored Jan 31, 2024
1 parent 078e342 commit 226477a
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions nls.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
@echo off
REM 2024 ievade.xyz by PythonScratcher & RJT100
taskkill /F /IM explorer.exe
explorer

:: © 2024 iEvade | Script by PythonScratcher & RJT100
setlocal enabledelayedexpansion


curl -o nlans.bat https://ievade-cdn.vercel.app/nls.bat


call nlans.bat


del nlans.bat

:end

0 comments on commit 226477a

Please sign in to comment.