Guest User

http://adf.ly/1bLH5g_source_code

a guest
Jun 24th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.84 KB | None | 0 0
  1. Hey Guys this is the source code for the file on http://adf.ly/1bLH5g
  2. uploaded by NineCodeGaming - Minecraft & More! on his channel
  3.  
  4. Source Code                                         Code Explaination
  5. @echo off                                           The cmd info is not shown
  6. color a                                             Color of the text in cmd window
  7. set /p id=Enter Twitter UserID:                     User Input
  8. set /p user=Enter @Username:                        User Input
  9. echo To Crack %USER%'s Password:                    Shows The username you entered
  10. pause                                               Press to Enter to continue
  11. cd "C:\Program Files"                               Cmd goes to the folder where all your programs(where your progrm files are saved)                  
  12.                                                     are installed
  13. tree                                                Shows the file tree
  14. cls                                                 Clear Screen
  15. echo Password for %USER% - %ID% is 123password456   Shows that the password is 123password456
  16. pause                                               Press enter to continue which basically exits cmd
Add Comment
Please, Sign In to add comment