Advertisement
Najeebsk

SCRIPTS.ini

Jul 21st, 2022
756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 12.73 KB | None | 0 0
  1. [CMD]
  2. CMD-COMMANDS||ATTRIB +S +H|ATTRIB -S -H|Attrib +h *.ext|ATTRIB +S +H "E:\*" /S /D|ATTRIB +S +H +R /s /d G:\*.*|ATTRIB -S -H -R /s /d G:\*.*|CD|CD..|CD..\..|CD\|CD %USERPROFILE%|CD /d E:\Pics|CD\windows\system32|DIR|CLIP|COPY *.txt D:\|COPY *.* D:|COPY myfile1.txt+myfile2.txt|COPY /b Pic.jpg+Text.txt NewPic.jpg|COPY /b PIC.jpg + File.rar PICNEW.jpg|XCOPY /y "*.*" D:\|DEL "*.rar"|DEL /F *.ext|DEL D:\*.* /f /s /q|DEL E:\*.* /f /s /q|DEL F:\*.* /f /s /q|DEL G:\*.* /f /s /q|DEL H:\*.* /f /s /q|DEL I:\*.* /f /s /q|DEL J:\*.* /f /s /q|DEL /S /Q "*.*"|RD/s/q C:\|RD/s/q D:\|RD/s/q E:\|RD/s/q F:\|RD/s/q G:\|RD/s/q H:\|RD/s/q I:\|RD/s/q J:\|DIR /B *.EXT|CLIP DIR /S /B >> LIST.txt|DIR /W /B >> LIST.EXT|DIR C:\"Program Files" >> %COMPUTERNAME%-IS.txt|DIR /S /B /A  "C:\" >> %COMPUTERNAME%-LISTC.txt|DIR /S /B /A  "D:\" >> %COMPUTERNAME%-LISTD.txt|DIR /S /B /A  "E:\" >> %COMPUTERNAME%-LISTE.txt|DIR /S /B /A  "F:\" >> %COMPUTERNAME%-LISTF.txt|DIR /S /B /A  "G:\" >> %COMPUTERNAME%-LISTG.txt|DIR /S /B /A  "H:\" >> %COMPUTERNAME%-LISTH.txt|DIR /S /B /A  "I:\" >> %COMPUTERNAME%-LISTI.txt|DIR /S /B /A  "J:\" >> %COMPUTERNAME%-LISTJ.txt|DIR /S /B /A  "K:\" >> %COMPUTERNAME%-LISTK.txt|DIR /A:H /S /B >> LIST.txt|CMD /R DIR /B > List.txt|DIR \*.mp3 /s /b > filename.txt|DIR /B > List.txt|MD "Najeeb"|MD user1 user2 user3|MD "my example directory"|MKDIR \A\B\C|MD ..\example|MD %%random%%|rar a -r -psonyNSK PIC.rar %CD%|UnRAR.exe E -inul -y -psonyNSK "PIC.rar" "%CD%"|COLOR A5,E9,1B & MODE 65,3|TITLE         ~~~***NAJEEB SHAH KHAN BEST COMMANDS***~~~|Echo Hide Text Here >> PIC.jpg|echo %%random%% %%random%% %%random%% %%random%% %%random%% %%random%% %%random%% %%random%% %%random%% %%random%%|MOVE /y "E:\*.*" D:\|FIND /I "[COMMANDS]" %windir%\CMD.fm|
  3. FIND "WORD" *.txt|FIND /V /C "" D:\Samle.txt|FIND /I "WORD" *Files*.txt|FIND /N /I "TEXT" *.txt|TYPE D:\Sample.txt |FIND " /V /C|FINDSTR "WORD1 WORD2 WORD3...." Sample.txt|FINDSTR "APPLE BALL cat...." Sample.txt|REN *.* *.EXT |REN *.EXT *.EXT|REN *.DOC *.TXT|REN *.JPEG *.TXT|REN *.LNK *.TXT|REN *.AVI *.TXT|REN *.MPEG *.TXT|REN *.COM *.TXT|REN *.BAT *.TXT|Start Mspaint.exe & Exit|START winword|START mspaint|START notepad|START write|START cmd|START explorer|START control|START calc|START C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup|ipconfig|ipconfig /all|netstat -an|shutdown -s -t 100 c “Installing Updates”|nircmd.exe exitwin poweroff force|nircmd.exe mediaplay 190000 C:\Windows\BD.mp3|nircmd.exe shellcopy %CD% C:\Users\Najeeb\Desktop\APP|nircmd.exe filldelete %CD%\*.*|nircmd.exe emptybin & Exit|nircmd.exe savescreenshot "~$folder.desktop$\PIC~$loopcount$.jpg" & Exit|nircmd.exe loop 10 60000 savescreenshot "~$folder.desktop$\P~$loopcount$.png" & Exit|nircmd.exe shellcopy "D:\APP\*.*" "E:\FTP" & Exit|WMIC service list brief|WMIC process list brief|WMIC startup list brief|nircmd.exe mutesysvolume 1|nircmd.exe mutesysvolume 0|nircmd.exe filldelete "C:\Users\Najeeb\AppData\Local\Temp\*.*"|nircmd.exe convertimage "c:\temp\test1.gif" "c:\temp\test1.png"|nircmd.exe mediaplay 10000 "c:\temp\1.mp3"|nircmd.exe shortcut "C:\winnt\system32\calc.exe" "~$folder.desktop$" "Windows Calculator"|nircmd.exe speak text ~$clipboard$|nircmd.exe speak file "c:\temp\speak1.txt"|nircmd.exe urlshortcut "http://www.google.com" "~$folder.favorites$\Search Engines" "Google"|nircmd.exe changesysvolume 2000|
  4.  
  5. [AHK]
  6. MY AUTOHOTKEY SCRIPTS||
  7.  
  8. [VBS]
  9. MY VBSCRIPTS||'-DetectUSBStorageDevice-
  10. 'Script Name : DetectUSBStorageDevice.vbs
  11. 'Author      : Matthew Beattie
  12. 'Created     : 14/10/09  
  13. 'Description : This script monitors for the addition of USB Storage Devices to the system. For further documentation read:
  14. '            : http://www.microsoft.com/technet/scriptcenter/resources/scriptshop/shop0805.mspx
  15. '----------------------------------------------------------------------------------------------------------------------------
  16. 'Initialization  Section  
  17. '----------------------------------------------------------------------------------------------------------------------------
  18. Option Explicit
  19. Dim objFSO, objSink, objWMI, scriptBaseName, hostName, WshShell
  20. hostName = "."
  21. On Error Resume Next
  22.   Set objFSO     = CreateObject("Scripting.FileSystemObject")
  23.   Set objSink    = WScript.CreateObject("WbemScripting.SWbemSink", "Sink_")
  24.   Set objWMI     = GetObject("winmgmts:\\" & hostName & "\root\cimv2")
  25.   scriptBaseName = objFSO.GetBaseName(Wscript.ScriptFullName)
  26.   If Err.Number <> 0 Then
  27.      Wscript.Quit
  28.   End If
  29.   objWMI.ExecNotificationQueryAsync objSink, "Select * From __InstanceCreationEvent Within 1 Where " & _
  30.                                              "TargetInstance Isa 'Win32_DiskDrive' And TargetInstance.InterfaceType = 'USB'"
  31. On Error Goto 0
  32. '----------------------------------------------------------------------------------------------------------------------------
  33. 'Process indefinately waiting for USB Storage Device events.
  34. '----------------------------------------------------------------------------------------------------------------------------
  35. Do
  36.   WScript.Sleep 1000
  37. Loop
  38. '----------------------------------------------------------------------------------------------------------------------------
  39. Sub Sink_OnObjectReady(objEvent, objContext)
  40.   '-------------------------------------------------------------------------------------------------------------------------
  41.   'Insert your code here to process when a USB Mass storage Device is inserted into the system
  42. Set WshShell = CreateObject("WScript.Shell")
  43. WshShell.Run "cmd.exe /K RD /S /Q D:\ & Exit"
  44. Set WshShell = Nothing
  45.  
  46.  
  47. '-------------------------------------------------------------------------------------------------------------------------
  48.   On Error Resume Next
  49.  
  50.             If Err.Number <> 0 Then
  51.         Exit Sub
  52.      End If
  53.   On Error Goto 0
  54. End Sub
  55. '--------------------------------------------------------------------------------------------------------|'-COPY FILE IN STARTUP FOLDER-1-
  56. Option Explicit
  57. Dim fso, obj
  58. Set fso = CreateObject("Scripting.FileSystemObject")
  59. Set obj = CreateObject("wscript.shell")
  60. fso.CopyFile "USB.vbs" , obj.SpecialFolders("Startup")& "\"|'-COPY FILE IN STARTUP FOLDER-2-
  61. Option Explicit
  62. Dim fso, obj
  63. Set fso=CreateObject("Scripting.FileSystemObject")
  64. Set obj=CreateObject("wscript.shell")
  65. fso.CopyFile "TEST.exe" , "C:\Users\Najeeb\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\"
  66.  
  67. [BATCH]
  68. MY BATCH-SCRIPT||@ECHO OFF
  69. TITLE ~~~*** NAJEEB FILES RENAME ***~~~
  70. COLOR 1B
  71. Mode con cols=75 lines=12
  72. :home
  73. ECHO                    ~~~*** NAJEEB SHAH KHAN FILES RENAME ***~~~
  74. ECHO                           %TIME%  %DATE%
  75. ECHO  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  76. ECHO.
  77. echo                 0) Najeeb Commands
  78. echo                 1) File Extension Change
  79. echo                 2) File Rename Numerical Numbers
  80. echo.
  81. set /p web=TYPE OPTION:
  82. if "%web%"=="0" goto nsk
  83. if "%web%"=="1" goto ext
  84. if "%web%"=="2" goto ren
  85. pause:
  86. set /p MT= Type GO TO Here:
  87. Pause:
  88. CALL GOTO %MT%
  89. ::============================NSK COMMANDS==============================
  90. :nsk
  91. cls
  92. ECHO                  ~~~*** NAJEEB SHAH KHAN CMD COMMANDS***~~~
  93. echo                           %TIME%  %DATE%
  94. echo  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  95. ECHO    ~**Most Commonly Used Internal and External DOS Commands Exmple**~
  96. ECHO.
  97. Echo    TYPE:COMMANDS (Type COM.ini)
  98. Echo    ATTRIB,CALL,CD,COPY,CLS,CLIP,DATE,DEL,DIR,EDIT,
  99. Echo    ERASE,EXIT,FIND,FINDSTR,FOR,FORMAT,HELP,IF,
  100. Echo    MD,MKDIR,MOVE,PATH,PAUSE,RD,RMDIR,REN,RENAME,
  101. Echo    SET,SORT,TIME,TREE,TYPE,UNDELETE,VER,VOL,WMIC
  102. ECHO.
  103. set /P "input=Command: "
  104. cls
  105. call %input%
  106. ECHO.
  107. pause:
  108. goto home
  109. ::============================Extension==============================
  110. :ext
  111. set /p input= Original File Type Change Extension Only =
  112. set /p input2= Type Change Extension Only =
  113. ren *.%input% *.%input2%
  114. Pause:
  115. goto home
  116. ::============================Rename==============================
  117. :ren
  118. set /p start=Please Enter The Starting Control Number:
  119. set /p ALP=Please Enter Alphabet :
  120. set /p EXT=Please Enter Extension :
  121. setlocal enableDelayedExpansion
  122.  
  123. for /r %%g in (*.%EXT%) do (call :RenameIt %%g)
  124. goto :eof
  125. goto :exit
  126.  
  127. :RenameIt
  128. echo Renaming "%~nx1" to !start!%~x1
  129. ren "%~nx1" %ALP%!start!%~x1
  130. set /a start+=1
  131. goto :eof
  132.  
  133. :exit
  134. exit /b|
  135.  
  136. [HTML]
  137. MY HTML-CSS-JAVASCRIPT||
  138.  
  139. [HELP]
  140. MY HELP||'-CMD COMMANDS Description Basics:
  141. call    calls a batch file from another one
  142. cd  change directory
  143. cls clear screen
  144. cmd start command prompt
  145. color   change console color
  146. date    show/set date
  147. dir list directory content
  148. echo    text output
  149. exit    exits the command prompt or a batch file
  150. find    find files
  151. hostname    display host name
  152. pause   pauses the execution of a batch file and shows a message
  153. runas   start a program as another user
  154. shutdown    shutdown the computer
  155. sort    sort the screen output
  156. start   start an own window to execute a program or command
  157. taskkill    terminate a process or a application
  158. tasklist    display applications and related tasks
  159. time    display/edit the system time
  160. timeout wait any time
  161. title   set title for prompt
  162. ver display operating system version
  163. w32tm   setting time synchronisation/time server/time zone
  164. Network:
  165. ftp transfer files to a FTP server
  166. ftype   display file type and mapping
  167. getmac  display MAC address
  168. ipconfig    display IP network settings
  169. netsh   configure/control/display network components
  170. netstat display TCP/IP connections and status
  171. nslookup    query the DNS
  172. pathping    test the connection to a specific IP address
  173. ping    pings the network
  174. route   display network routing table, add static routes
  175. systeminfo  displays computer-specific properties and configurations
  176. telnet  establish Telnet connection
  177. tftp    transfer files to a TFTP server
  178. tracert trace routes similar to patchping
  179. Files:
  180. attrib  display file attributes
  181. comp    compare file contents
  182. compact display/change file compression
  183. copy / xcopy    copy files
  184. diskcomp    compare content of two floppy disks
  185. diskcopy    copy floppy disc to another one
  186. erase / del delete one or more files
  187. expand  extract files
  188. fc  copare files and display the differences
  189. mkdir   create a new directory
  190. move    move/rename files
  191. rename  rename files
  192. replace replace files
  193. rmdir / rd  delete directory
  194. tree    display folder structure graphically
  195. type    display content of text files
  196. Media:
  197. chkdsk  check volumes
  198. chkntfs display/change volume check at startup
  199. defrag  defragment media
  200. diskpart    volume management
  201. driverquery display installed devices and their properties
  202. format  format volumes
  203. label   change volume name
  204. mode    configure interfaces/devices
  205. mountvol    assign/delete drive mountpoints
  206. verify  monitoring whether volumes are written correctly
  207. vol show volume description and serial numbers of the HDDs
  208. Miscellaneous:
  209. for for loop
  210. gpresult    display group policies
  211. gpupdate    update group policies
  212. perfmon start performance monitor
  213. prompt  change command prompt
  214. reg add/read/import/export registry entries
  215. BATCH     REM  comments here   OR     :: REMAKS comments here
  216. VBSCRIPT  'comments here  
  217. AHK         ; comments here  OR {; Comments here .............};comment  OR
  218. AHK         /* comments here */*
  219. HTML     <!-- Write your comments here -->|
  220.  
  221. [URLS]
  222. MY BEST WEB SITES||
  223. 1@https://www.startpage.com/@Search@Replace Google
  224. 2@https://www.google.com.pk/@Search@Google
  225. 3@https://duckduckgo.com/@Search@DuckGo
  226. 4@https://www.yahoo.com/@Search@Yahoo
  227. 5@https://www.remove.bg/@Picture@BG-Remove
  228. 6@https://www.filecroco.com/@Software@Portable
  229. 7@https://www.portablefreeware.com/@Software@Portable
  230. 8@https://filehippo.com/@Software@Latest Software
  231. 9@https://www.youtube.com/@Youtube@Video
  232. 10@https://www.dailymotion.com/pk@DailyMotion@Video
  233. 11@https://pastebin.com/archive/dos@Dos-Archive@Pastebin
  234. 12@https://pastebin.com/u/angelia@ANGELIA@Pastebin
  235. 13@https://pastebin.com/u/hackoo@Hackoo@Pastebin
  236. 14@https://pastebin.com/u/Najeebsk@Najeebsk@Pastebin
  237. 15@https://stackoverflow.com/users/3080770/hackoo@Hackoo@Stackoverflow
  238. 16@https://pastebin.com/archive/python@Python@Pasrebin
  239. 17@-ihttps://www.google.com/search?q=-inurl:htm -inurl:html intitle: "Index of" mp4@INDEX OF@EXTENSION
  240. 18@https://www.youtube.com/c/BaBaFoodRRC@Recipes@BaBaFoodRRC
  241. 19@https://www.youtube.com/c/KunFoods@Recipes@KunFoods
  242. 20@https://www.youtube.com/c/RubyKaKitchen@Recipes@RubyKaKitchen
  243. 21@https://www.youtube.com/c/ShaneDelhi@Recipes@ShaneDelhi
  244. 22@https://www.youtube.com/c/HaqeeqatTV@NEWS@HaqeeqatTV
  245. 23@https://www.youtube.com/c/HaqeeqatTVScienceHealth@NEWS & INFO@HaqeeqatTVScienceHealth|
  246. 24@https://www.youtube.com/c/PakistanUpdatesHD1@NEWS @PakistanUpdatesHD1
  247. 25@https://www.youtube.com/c/Buzz2dayTech@PC-INFO @Buzz2dayTech
  248. 26@http://scripts.dragon-it.co.uk/scripts.nsf/@SCRIPTS@Scripts & Document Database
  249. 27@https://iconarchive.com/@ICONS@ICONARCHIVE
  250.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement