Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. @echo off
  2. echo _wr"" "-q__
  3. echo _dP 9m_
  4. echo _#P 9#_
  5. echo d#@ 9#m
  6. echo d## ###
  7. echo J### ###L
  8. echo {###K J###K
  9. echo ]####K ___aaa___ J####F
  10. echo __gmM######_ w#P"" ""9#m _d#####Mmw__
  11. echo _g##############mZ_ __g##############m_
  12. echo _d####M@PPPP@@M#######Mmp gm#########@@PPP9@M####m_
  13. echo a###"" ,Z"#####@" '######"\g ""M##m
  14. echo J#@" 0L "*## ##@" J# *#K
  15. echo #" `# "_gmwgm_~ dF `#_
  16. echo 7F "#_ ]#####F _dK JE
  17. echo ] *m__ ##### __g@" F
  18. echo "PJ#####LP"
  19. echo ` 0######_ '
  20. echo _0########_
  21. echo . _d#####^#####m__ ,
  22. echo "*w_________am#####P" ~9#####mw_________w*"
  23. echo ""9@#####@M"" ""P@#####@M""
  24. title Prompt workaround
  25. color 0a
  26. echo Type "help" to view current options.
  27.  
  28. :LABEL1
  29. set /p c= Command:
  30. if %c%==cmd GOTO CMD
  31. if %c%==root GOTO ROOT
  32. if %c%==dkgajskdlga,./?';:"!@#$%^&*()-_+= GOTO ERROR ::This is here so if you misstype something it wont close
  33. if %c%==help GOTO HELP
  34. if %c%==viewdomain GOTO VDOMAIN
  35. if %c%==view GOTO NVIEW
  36. if %c%==scanlan GOTO LANS
  37. if %c%==camera GOTO CAM
  38.  
  39. :Error
  40. echo You did not type a valid command. Type "help" for more options.
  41. goto LABEL1
  42.  
  43. :HELP
  44. echo cmd - For command prompt
  45. echo root - For force rooting admin account on pc
  46. echo viewdomain - For viewing the accounts on the domain
  47. echo view - For viewing active domain devices
  48. echo scanlan - Scanner for all local active ip addresses
  49. echo camera - For viewing all cameras district wide
  50.  
  51. goto LABEL1
  52.  
  53. :ROOT
  54. echo IF YOU RECEIVE ACCESS DENIED, SIGN INTO "sadmin".
  55. net user administrator *
  56. goto LABEL1
  57.  
  58. :LANS
  59. echo Scanner Started. . .
  60. mkdir C:\Temp_user\ipaddresses
  61. set /p t= File Name:
  62. echo FIRST THREE POINTS ONLY! CORRECT FORMAT: 192.168.1
  63. set /p d= IP:
  64. set /a n=0
  65. :repeat
  66. set /a n+=1
  67. echo %d%.%n%
  68. ping -n 1 -w 500 %d%.%n% | FIND /i "Reply">>C:\Temp_user\ipaddresses\%t%.txt
  69. if %n% lss 254 goto repeat
  70. type %t%.txt
  71. echo Completed.
  72. START C:\Temp_user\ipaddresses\%t%.txt
  73. goto LABEL1
  74.  
  75. :CAM
  76. echo ------------------------------------------------------------
  77. echo Select a Building! (TYPE THE NUMBER ONLY!)
  78. echo 1. NHS
  79. echo 2. Curtis Inge
  80. echo 3. ISD Building
  81. echo ============================================================
  82. echo ENTER A NUMBER or type "quit" to quit the camera selector.
  83. echo ============================================================
  84. echo ALL CAMERAS HAVE A LOGIN. USER: admin PASS: admin
  85. echo ------------------------------------------------------------
  86. :CAMER
  87. set /p b=Building number:
  88. if %b%==1 GOTO CAMNHS
  89. if %b%==2 GOTO CAMCURT
  90. if %b%==3 GOTO CAMISD
  91. if %b%==quit GOTO LABEL1
  92. if %b%==325345fgksfdjgreojg!$@#^%^*)_)('""<:>?|}{+_)/,.';[]\dsfnaglg GOTO CAMERROR
  93. if %b%==adsgksdfhgjkerwporeyiu!$@#^%^*)_)('""<:>?|}{+_)/,.';[]\dsfnaglg GOTO CAMERROR
  94.  
  95. :CAMERROR
  96. echo You have entered an invalid number. Try again.
  97. goto CAMER
  98.  
  99.  
  100. :CAMNHS
  101. echo ------------------------------------------------------------
  102. echo echo ALL CAMERAS HAVE A LOGIN. USER: admin PASS: admin
  103. echo To go back to the building selection, type "back"
  104. echo ------------------------------------------------------------
  105. echo Select a camera! (TYPE THE NUMBER ONLY!)
  106. echo 1. MAIN DOORS
  107. echo 2. VENDING MACHINES
  108. echo 3. CAFETERIA #1
  109. echo 4. CAFETERIA #2
  110. echo 5. WEST HALL #1
  111. echo 6. WEST HALL #2
  112. echo 7. FEILD #1
  113. echo 8. FEILD #2
  114. echo 9. FEILD #3
  115. echo 10. LOCKER ROOM
  116. echo 11. EAST HALL
  117. echo 12. NORTH MAIN HALL
  118. echo 13. NORTH HALL
  119. echo 14. PARKING LOT #1
  120. echo 15. PARKING LOT #2
  121. echo 16. FEILD HOUSE #1
  122. echo 17. FEILD HOUSE #2
  123. echo 18. FEILD HOUSE #3
  124. set /p t=Camera:
  125. if %t%==1 start chrome http://10.20.0.58/
  126. if %t%==2 start chrome http://10.20.0.68/
  127. if %t%==3 start chrome http://10.20.0.70/
  128. if %t%==4 start chrome http://10.20.0.74/
  129. if %t%==5 start chrome http://10.20.0.78/
  130. if %t%==6 start chrome http://10.20.0.81/
  131. if %t%==7 start chrome http://10.20.0.61/
  132. if %t%==8 start chrome http://10.20.0.51/
  133. if %t%==9 start chrome http://10.20.0.143/
  134. if %t%==10 start chrome http://10.20.0.52/
  135. if %t%==11 start chrome http://10.20.0.72/
  136. if %t%==12 start chrome http://10.20.0.57/
  137. if %t%==13 start chrome http://10.20.0.73/
  138. if %t%==14 start chrome http://10.20.0.227/
  139. if %t%==15 start chrome http://10.20.0.228/
  140. if %t%==16 start chrome http://10.20.0.50/
  141. if %t%==17 start chrome http://10.20.0.49/
  142. if %t%==18 start chrome http://10.20.0.48/
  143. if %t%==back GOTO CAM
  144. if %t%==quit GOTO LABEL1
  145. goto CAMNHS
  146.  
  147. :CAMCURT
  148. echo ------------------------------------------------------------
  149. echo echo ALL CAMERAS HAVE A LOGIN. USER: admin PASS: admin
  150. echo To go back to the building selection, type "back"
  151. echo ------------------------------------------------------------
  152. echo Select a camera! (TYPE THE NUMBER ONLY!)
  153. echo 1. MAIN HALL #1
  154. echo 2. MAIN HALL #2
  155. echo 3. 6TH GRADE HALL (USER: " administrator " THERE IS NO PASSWORD!)
  156. echo 4. OUTSIDE TABLES
  157. set /p y=Camera:
  158. if %y%==1 start chrome http://10.30.1.1/
  159. if %y%==2 start chrome http://10.30.1.2/
  160. if %y%==3 start chrome http://10.30.0.97/
  161. if %y%==3 start chrome http://10.30.0.43/
  162. if %y%==back GOTO CAM
  163. if %y%==quit GOTO LABEL1
  164. goto CAMCURT
  165.  
  166. :CAMISD
  167. echo ------------------------------------------------------------
  168. echo ALL CAMERAS HAVE A LOGIN. USER: admin PASS: admin
  169. echo ------------------------------------------------------------
  170. start chrome http://10.20.1.62/
  171. goto CAM
  172.  
  173. :VDOMAIN
  174. net user /domain
  175. goto LABEL1
  176.  
  177. :NVIEW
  178. net view
  179. goto LABEL1
  180.  
  181. :CMD
  182. echo Ran out of time, to go back restart or type "goto LABEL1"<-- all caps btw
  183. :CMD1
  184. set /p b= Cmd:
  185. %b%
  186. goto CMD1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement