Skip to content

Instantly share code, notes, and snippets.

View femdiya's full-sized avatar
🫧

kittyy femdiya

🫧
View GitHub Profile
@echo off
:: https://privacy.sexy — v0.13.5 — Thu, 01 Aug 2024 19:45:28 GMT
:: Ensure admin privileges
fltmc >nul 2>&1 || (
echo Administrator privileges are required.
PowerShell Start -Verb RunAs '%0' 2> nul || (
echo Right-click on the script and select "Run as administrator".
pause & exit 1
)
exit 0
@echo off
:: https://privacy.sexy — v0.13.5 — Thu, 01 Aug 2024 18:48:57 GMT
:: Ensure admin privileges
fltmc >nul 2>&1 || (
echo Administrator privileges are required.
PowerShell Start -Verb RunAs '%0' 2> nul || (
echo Right-click on the script and select "Run as administrator".
pause & exit 1
)
exit 0
@echo off
:: https://privacy.sexy — v0.13.5 — Wed, 31 Jul 2024 16:54:15 GMT
:: Ensure admin privileges
fltmc >nul 2>&1 || (
echo Administrator privileges are required.
PowerShell Start -Verb RunAs '%0' 2> nul || (
echo Right-click on the script and select "Run as administrator".
pause & exit 1
)
exit 0
@echo off
:: https://privacy.sexy — v0.13.5 — Wed, 31 Jul 2024 16:54:15 GMT
:: Ensure admin privileges
fltmc >nul 2>&1 || (
echo Administrator privileges are required.
PowerShell Start -Verb RunAs '%0' 2> nul || (
echo Right-click on the script and select "Run as administrator".
pause & exit 1
)
exit 0