Tuesday, 11 February 2014
How To Disable Right Click On Your Website Or Blog ?
1. Got to your blogger Dashboard
and then Click on Layout.
2. Now Click on Add Gadget and
select Html/Javascript.
3.Paste the Given Code
<!--MBW Code-->
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new
Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
4. Save it and done. Now users will
not be able to right click on your
website.
Done...
and then Click on Layout.
2. Now Click on Add Gadget and
select Html/Javascript.
3.Paste the Given Code
<!--MBW Code-->
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new
Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
4. Save it and done. Now users will
not be able to right click on your
website.
Done...
Monday, 10 February 2014
How To Change System Password Without Using Current Password
As we know that we need current password to change the system password but there is a trick to change the system password with out using current password..
1. Right click on computer
2. Manage [ RUN – compmgmt.msc ]
3. Local user and group
4. User
5. Right click on target user
6. Set password
7. Proceed
8. Enter new Password
1. Right click on computer
2. Manage [ RUN – compmgmt.msc ]
3. Local user and group
4. User
5. Right click on target user
6. Set password
7. Proceed
8. Enter new Password
Backdoor
BACKDOOR means a hidden way to enter in any system. We make a backdoor to be able to open the system of anyone at anytime.
But we must get the target system logged in as administrator once when we have to make Backdoor.
1. Open computer
2. Windows
3. System32
4. copy cmd
5. paste on desktop
6. Rename as sethc
7. cut this renamed file
8. paste into system32
9. move and replace
Now whenever you press shift as 5 times, cmd will be open…
This function is also worked on logged on screen.
Command to make new user:
net user username /add
Command to make user as administrator:
net localgroup administrators username /add
Command to delete the user:
net user username /del
This trick helps you to access any system making new user and you can delete it after work.
But we must get the target system logged in as administrator once when we have to make Backdoor.
1. Open computer
2. Windows
3. System32
4. copy cmd
5. paste on desktop
6. Rename as sethc
7. cut this renamed file
8. paste into system32
9. move and replace
Now whenever you press shift as 5 times, cmd will be open…
This function is also worked on logged on screen.
Command to make new user:
net user username /add
Command to make user as administrator:
net localgroup administrators username /add
Command to delete the user:
net user username /del
This trick helps you to access any system making new user and you can delete it after work.
BIOS Hacking
How to Hack Boot Password (BIOS Hacking)
As we start the computer system, we see a black screen that is known as Boot Screen. We can set a password on this screen to Protect our system… But hackers can crack it …
You have to simply remove CMOS (complimentary Metal Oxide Semiconductor) battery…
Done?
As we start the computer system, we see a black screen that is known as Boot Screen. We can set a password on this screen to Protect our system… But hackers can crack it …
You have to simply remove CMOS (complimentary Metal Oxide Semiconductor) battery…
Done?
Sunday, 9 February 2014
Set password to installed software in your windows
How does it work?
Password Door adds password protection feature to any programs. You set a password for each protected program, anyone who tries to launch any of the protected programs, will be asked for the password in a pop up password dialog box. Password Door will terminate the program if the user can not provide the correct password.
Password Door also supports other protection modes such as Allow,Deny etc. A denied program will refuse to be launched; the protection mode Allow is useful when use multiple protection items for a single program.
Specifying admin password.
The admin password is very important, not only can it protect the main program of Password Door to prevent unwanted users from changing the settings you have made, but also it can protect the uninstaller so that none can uninstall the software without the admin password. The admin password also is a master password that can be used to allow any protected program.
Password Door will prompt you to specify the admin password during installation. You can change the admin password at any time by clicking the Change Admin Password... on the main window of Password Door.
Protecting a program.
Hack facebook account using keylogger

Best hack Facebook password is using Keyloggers. Today i will explain you how to hack Facebook password usingkeylogger.
Today i will explain you in detail with snapshots how to create your Facebook hackerkeylogger, its a 100% Fully undetectable keylogger you can check this file using Virus total. Its a 100% FUD remote keylogger with several advanced features.
Today i will disclose you how i hacked 19000+ accounts, its so easy that anyone can do it. On my website you will never get any infected tool. If you have any doubt or feel something suspicious always test the link or file with virus total website before downloading. Never believe any website including mine also, always scan download links with virus total website or any such website before downloading it. Download it only when it does not have any virus.
Hack Facebook password using Keylogger Involves following steps:
1. Create your Server that will hack passwords.
2. Extract the Icons from any software
3. Bind the Keylogger to make it Hidden
4. Spread your keylogger to victims
Note: This tutorial is for Educational Purposes only. I and Hackingloops is not responsible for any misuse of knowledge.
Saturday, 8 February 2014
Top 5 Free Social networking Open Source software
Building a community is on every webmaster’s mind these days after the release the Social networks. Everyone want to make Facebook clone for himself, but no one want to code for years to get their own social networking script. But here top 5 best open source software available to make social networking site.
Elgg:
Elgg is a Cool social network script written in php and mysql with login option with facebook and twitter. Wire box feature lets its users to shout whats on their mind, just iike facebook and his friends get updated. It was the best open source CMS awarded in 2007. With almost few years of its inception, elgg have seen thousands of downloads so far.
JomSocial is based on Joomla and is very popular these days for those who want to start their own social network. Having knowledge in Jommla will be advantageous while running the script and is you are not prone to joomla, learn it. Atleast it will be lot more easier than writing 1000 lines of php code.
How to Create a Harmless Funny Virus-Continuously eject CD/DVD drives
First of all it's 101% working (self tested)
This trick will create a code which will continuously eject CD/DVD drives. If you put them back in, it will pop them out again untill u don’t know how to stop it( explained blow the code ” how to stop it” ). Copy this code and paste it in Notepad.
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
Now and save it as cdrom.vbs or *.vbs
Double click to open this file and you will be impressed by this awesome trick. This virus program is not harmful you can try freely.
How to stop it
- Open task manager or use ctrl+alt+del
- click on process tab.
- select wscript.exe
- click on end process.
Done....
Friday, 7 February 2014
How to "Delete administrator Password" without any software
Method 1
Boot up with DOS and delete the
sam.exe and sam.log files from
Windows\system32\config in your
hard drive. Now when you boot
up in NT the password on your
built-in administrator account
which will be blank (i.e No
password). This solution works
only if your hard drive is FAT
kind.
Method 2
Step 1. Put your hard disk of your
computer in any other pc .
Step 2. Boot that computer and
use your hard disk as a secondary
hard disk (D'nt boot as primary
hard disk ).
Step 3. Then open that drive in
which the victim’s window(or
your window) is installed.
Step 4. Go to location windows-
>system32->config
Step 5. And delete SAM.exe and
SAM.log
Step 6. Now remove hard disk
and put in your computer.
Step 7. And boot your computer
HOW TO SHUT DOWN YOUR FRIENDS COMPUTER THROUGH CHATING

You can shutdown your friend's computer through chating. This is very simple and cool trick.
Kindly follow these steps :-
Step 1: Before going to start clear all history, all cookies, stop all downloading and close all extra tabs. Mean to say stop all internet activities.
Now go to your messanger and start chating with the victim.
Step 2: Go the start and click on run.
Step 3: In run command type cmd.exe and hit enter.
Step 4: A black screen will appear. This is command prompt. In this box type "netstat - n" (without quotes).
Step 5: Now if you done the step one correctly you see only one ip address many times (ip should be of victim).
How To Use 2 Profile Pictures in One Facebook ID

Hey Guys Today i am
going to share a new
trick.
From This Trick You Can
Use Two Different
Profile Picture in Facebook !
How To Use Two
Different Profile Picture in
Facebook
going to share a new
trick.
From This Trick You Can
Use Two Different
Profile Picture in Facebook !
How To Use Two
Different Profile Picture in
Steps:-
1. Open Your
Profile Picture Album and
then that picture you
want to use as another
profile picture
2. Open that picture then
copy the FB ID of that
Picture .
3. Now Go To Your
Timeline and hover your
mouse to your current
profile picture and right
click on it then select edit
thumbnail .
1. Open Your
Profile Picture Album and
then that picture you
want to use as another
profile picture
2. Open that picture then
copy the FB ID of that
Picture .
3. Now Go To Your
Timeline and hover your
mouse to your current
profile picture and right
click on it then select edit
thumbnail .
How To Create Your Own Keygen In VB Simple Coding

Hello Guys, Today I have posted an awesome tutorial on How to create your own Keygen in Visual Basic with simple programming language, I hope you will like it.
Keygen is an EXE program, that have a collection of PRODUCT KEYS, and SERIAL KEYS of various Software and Trial Version Programs.
# What is VB 6.0 (Visual Basic) ?
Visual Basic is a Software to create and develop software on basis of VB Programming language. VB is mostly use for simple programs to design and create EXE application.
# How to create a Keygen in VB ?
So, guys here is our main and important topic, just follow the below steps Carefully and understand the coding little bit, That's it.
Usefull Programming Websites To Learn Coding As A Beginner To Expert
#1. w3schools -
All You need to do is just go to W3schools and select a tutorial of the language you want to learn, then take a cup of coffee and start learning.
No skills required.
You will learn > HTML/CSS (HTML5/CSS3), Javascript, PHP, ASP, XML, AJAX, jQuery
How to Root any Android Device
Hey Folks today we are going to discuss about a very easy but important topic "How to root any android device". Majority of Peoples thinks its very difficult to root android device but its very easy .The important things to be careful while rooting your device its recommended to root your device properly otherwise your device will be nothing more than a brick and it also void your manufacturing warranty. So there will be some questions in your mind what is rooting, what is the benefit of rooting, what about my device warranty. But don't worry i will cover all your queries in this article.
So let's Start from What is Rooting?
Rooting your android device provides you root access of your device from which you can get over all the restrictions of you device which your device manufacturer applied.You can increase device speed performance, customize your device more easily and many more.If we say in technical terms Rooting involves taking back up of your current software and after that Flashing/installing a new Custom ROM (modified version of Android).
C program to generate India map

#include<stdio.h>
void main()
{
int a,b,c;
for (b=c=10;a="- FIGURE?, UMKC,XYZHello Folks,\
TFy!QJu ROo TNn(ROo)SLq SLq ULo+\
UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\
NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\
HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\
T|S~Pn SPm SOn TNn ULo0ULo#ULo-W\
Hq!WFs XDt!" [b+++21]; )
{
for( ; a-- > 64 ; )
{
putchar ( ++c=='Z' ? c = c/ 9:33^b&1);
}
}
getch();
}
Thursday, 6 February 2014
Open Band Websites Without Any Proxy Software
How to visit ban websites? this is a question that comes to mind whenever people realize that their favorite website is banned in the university, college, office or even at home sometimes.
These websites may be banned for several reasons, sometimes to avoid people from wasting their time rather then working or studying or perhaps due to governmental factors. Also, web sites with articles that breaks trademark or other perceptive residence privileges are often clogged in some parts. This event can be quite aggravating for many customers, as they cannot accessibility a lot of articles online, but with AnonymoX, a Industry add-on, you can use of all such web sites by surfing around the web anonymously. With it, you can modify your IP deal with, place and check out web sites that are clogged or unavailable in your nation. You can modify the IP and place with only a few easy important without having to use proxy servers. All you need to do is either press the pink choice next to the look for bar or in the add-on bar, and press Change Personality to get a new IP Address. Also, remove treats by merely simply clicking the More choice.
If you don’t want to use AnonymoX on certain websites, simply click the blue button and select your website from the Settings for drop-down menu, and uncheck the Active option. You can also change the country and the service for individual websites. Click More to change settings for cookies and user agents.
AnonymoX Preferences allows you to enable/disable the Show in Add-on-bar, Show IP-Address and Show Country Flag options. Additionally, you can also Reset the notification settings.
This add-on can also be useful if you do not want internet sites to keep on top of and monitor your web surfing around conduct. Check out the hyperlink below to set up this add-on, and look a the web without any constraints.
Enjoy and happy surfing!
Wednesday, 5 February 2014
Learn What is Cryptography
Cryptography has been around almost as long as language. People have been communicating for thousands of years and have been trying to keep information secret for just as long. Many cryptography methods have been in use for years, and still hold precedence today while leaps in technology have brought forth new methods. My hope is to instill a basic understanding of cryptography and to help people interested in the subject establish a base to witch they can move forward from.

For starters, there are some basic terms that are universal to anything related to cryptography and should thus be memorized.
Plain-text is a unencrypted message,
[ My name is Bob]
Cypher text is plaintext after it has been encrypted,
[ yM eman si boB]
A Key is what the receiver of the message uses to decrypt the message
While its obvious what I've done to the sentence, the difference is clear. One is readable while the other appears to be garble.
Plain and cypher text are universal when it comes to encryption, and are the basis for a encrypted message. One must become the other and then reversed to read the message.
Now on to cyphers; Cyphers can be divided into two main categories, with many sub categories within. The main two are Traditional and Modern cyphers. Traditional cyphers are basic, and have been around for a long time, while modern cyphers utilize the advancements in technology, mainly computers, making them much more advanced.
Traditional cyphers come in two main flavors: Substitution and Transposition. Both involve taking plaintext and mixing it up to create cypher-text. A very basic example would be pig latin. you are taking a message and saying it backwards, ie the example i gave earlier.

For starters, there are some basic terms that are universal to anything related to cryptography and should thus be memorized.
Plain-text is a unencrypted message,
[ My name is Bob]
Cypher text is plaintext after it has been encrypted,
[ yM eman si boB]
A Key is what the receiver of the message uses to decrypt the message
While its obvious what I've done to the sentence, the difference is clear. One is readable while the other appears to be garble.
Plain and cypher text are universal when it comes to encryption, and are the basis for a encrypted message. One must become the other and then reversed to read the message.
Now on to cyphers; Cyphers can be divided into two main categories, with many sub categories within. The main two are Traditional and Modern cyphers. Traditional cyphers are basic, and have been around for a long time, while modern cyphers utilize the advancements in technology, mainly computers, making them much more advanced.
Traditional cyphers come in two main flavors: Substitution and Transposition. Both involve taking plaintext and mixing it up to create cypher-text. A very basic example would be pig latin. you are taking a message and saying it backwards, ie the example i gave earlier.
Surf Anonymously Without a Trace with Max AnonySurf
With online crimes on the rise and there constantly evolving technology, online security has become the major concern for the internet users.
Max Secure Software has developed anonymizing software Max AnonySurf to protect the privacy and secure the identity by staying one step ahead of these online predators. Max AnonySurf hides your IP address so that online snoops are unable to track the sites you visit and build profiles on your Internet activities. Max AnonySurf also protects you from unintentionally visiting websites that are known to be phishing, pharming, or spyware sites.
Anonymous Surfing works by providing anonymous proxies between your computer and the Internet to shield you. It's simple to setup and use, and it works silently in the background, without slowing down your Internet connection. Others can not see which ip address you are using to surf. It even rotates proxy addresses so you do not show one ip address to outside world.
Once you install on your own computer, it will allow you to surf the web with privacy. This local proxy server includes a database with several anonymous public proxy servers located all over the world. The program is essential for those who value their privacy and who want to surf the web anonymously.
Max AnonySurf Top Features:
Max Secure Software has developed anonymizing software Max AnonySurf to protect the privacy and secure the identity by staying one step ahead of these online predators. Max AnonySurf hides your IP address so that online snoops are unable to track the sites you visit and build profiles on your Internet activities. Max AnonySurf also protects you from unintentionally visiting websites that are known to be phishing, pharming, or spyware sites.
Anonymous Surfing works by providing anonymous proxies between your computer and the Internet to shield you. It's simple to setup and use, and it works silently in the background, without slowing down your Internet connection. Others can not see which ip address you are using to surf. It even rotates proxy addresses so you do not show one ip address to outside world.Once you install on your own computer, it will allow you to surf the web with privacy. This local proxy server includes a database with several anonymous public proxy servers located all over the world. The program is essential for those who value their privacy and who want to surf the web anonymously.
Max AnonySurf Top Features:
- Max AnonySurf keeps your IP, or Internet address, unlisted so you can surf the Internet without being tracked and keep your online activities private.
How To Control Your Computer with Your Cell Phone
Remotely Control Your PC from Anywhere with Your Cell Phone!
Have you ever been away from your desktop and needed some information that was on it? Have you ever needed to shutdown your computer or do something underhanded while away? In this post I am going to show you how to control your PC from your Cell Phone.
There is a program called CellPC that allows you to perform operations on your home/work PC via your cell phone or wireless device quickly and easily. Imagine being able to shutdown, restart, or logoff your PC remotely... search files on your computer and then send them to your cell phone... view a realtime screenshot of your computer at anytime... lockdown your computer... send a message/note/reminder to your computer... and much more!
CellPC Top Features:
How does CellPC Work?
Have you ever been away from your desktop and needed some information that was on it? Have you ever needed to shutdown your computer or do something underhanded while away? In this post I am going to show you how to control your PC from your Cell Phone.
There is a program called CellPC that allows you to perform operations on your home/work PC via your cell phone or wireless device quickly and easily. Imagine being able to shutdown, restart, or logoff your PC remotely... search files on your computer and then send them to your cell phone... view a realtime screenshot of your computer at anytime... lockdown your computer... send a message/note/reminder to your computer... and much more!
CellPC Top Features:
- Perform Shutdowns, Restarts, Logoffs
- View a Screenshot of your Computer
- Search for and Retrieve Files
- View and Close Open Windows
- Customizable Commands Editing
- Be Alerted when your Computer is Used View and Close Open Applications
- Send Messages to your Computer
- Lock and Unlock your Computer
- Secure Command Execution
- Log all Access Attempts and Commands
- Disable/Enable Commands at will
How does CellPC Work?
Subscribe to:
Posts (Atom)


