Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off & setlocal enableDelayedExpansion
- title Anti-Skidware& mode 60,4
- :::Written by IcarusLives
- call :creatorProtection "Written by IcarusLives"
- echo If you can read this, you have not violated cp.
- echo.
- if exist %temp%\%~n0_cP.txt echo Activated
- pause > nul & exit
- :creatorProtection
- for /f "tokens=1,2 delims=:" %%a in ('findstr /n ":::" "%~F0"') do (
- if "%%b" equ %1 set /a "i+=1", "x+=(i+%%a+%~z0)")
- if not exist "%temp%\%~n0_cP.txt" echo=%x%>"%temp%\%~n0_cP.txt"
- if exist "%temp%\%~n0_cP.txt" <%temp%\%~n0_cP.txt set /p "g="
- if "%x%" neq "%g%" start /b "" cmd /c del "%~f0" & exit
- goto :eof
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement