Tuesday, 30 August 2011

Registry Files To Improve your PC Performance


Hi Friends,

After a loong TIME i m POSTING a thread.............







This thread is for improving d PC performance........................








Here i m POSTING SOME REGISTRY FILES.................

















NOTE :- 

TO RUN THESE REGISTRY FILES YOU WIL HAVE TO MAKE A NOTEPAD FILE AND NAME IT WITH EXTENSION OF REG





i.e.
Make Notepad File p.txt
Noe COPY d content Given here and RENAME it to p.reg.............


After renaming it click on it and DONE !!!!!!
Your TASK MANAGER IS Disabled ??
Try this...........






Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableTaskMgr"=dword:00000000



[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group
Policy
Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableTaskMgr"=dword:00000000

"**del.DisableTaskMgr"=" "



[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]

"DisableTaskMgr"=dword:00000000



[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DisableCAD"=dword:00000000





























To Speed Up ur XP,







Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]

"CacheHashTableBucketSize"=dword:00000001

"CacheHashTableSize"=dword:00000180

"MaxCacheEntryTtlLimit"=dword:0000fa00

"MaxSOACacheEntryTtlLimit"=dword:0000012d































To Speed Up ur XP,









REGEDIT4



[HKEY_LOCAL_MCHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement\PrefetchParameters]

"EnablePrefetcher"=dword:00000005































CAUTION :- I m not responsible for any DAMAGE done to your Operating System.....

For more Queries PM me.............


















Tuesday, 30 August 2011 by Unknown · 1

Thursday, 11 August 2011

BSNL 3G Hack for Unlimited Plan – Chennai


There are multiple techniques to hack the BSNL 3G service which you can find them in many mobile
blogs, I have tried them but its not working in my area, however here
is the 100% working technique to get 3G speed for mere 249.Rs instead of
1300.Rs. The trick is, to say in short, we activate GPRS service for 2G
and change the tower to 3G network so we get 3G speed for browsing icon smile BSNL 3G Hack for Unlimited Plan   Chennai


bsnl 3g hack chennai1 BSNL 3G Hack for Unlimited Plan   Chennai


Well, here are the steps to follow,

Step 1 : All you need is a 3G supported Mobile phone with 3G activated BSNL Sim in that.

Step 2 : Now top up your mobile with minimum 300 Rs.

Step 3 : Activate Unlimited GPRS plan by sending SMS in the following format,

GPRS249 to 53733

Step 4 : Now change your Network Operator from GSM to WCDMA/UTMS/3G depending on your handset,

Now enjoy unlimited Browsing in 3G speed icon smile BSNL 3G Hack for Unlimited Plan   Chennai



Note :

If you have doubt, You can check whether the system works or not in your circle by activating 7 rs. plan

by sending sms as “GPRS7″ to 53733 and do the same as above.



Available GPRS Packs :

Rs.7 – 50 MB 1 day

Rs.20 – Unlimited 1 day

Rs.13 – 200 MB 3 days

Rs.89 – 2 GB 1 mnth

Rs.249 – Unlimited for 1 months


This works 100% in Tamilnadu Circle ( Chennai ). I have around 5 of
my friends using the trick in Chennai, do check it in your area and
update us icon smile BSNL 3G Hack for Unlimited Plan   Chennai





Thursday, 11 August 2011 by Unknown · 0

Thursday, 21 July 2011

Send Fake Emails/ Email Forging

Most of the email forging tutorials1 on internet will teach us how to send fake email connecting to SMTP server of the ISP or any other domain. But this is not possible since these hacks will no longer work today because SMTP of remote server will reject any attempts for unauthorized access. Also many of the websites offer you to send fake email from their sites where none of
them work. So we have to run our own SMTP server on our computer to successfully send a fake email. SMTP server is a simple software program  which can be installed on your computer in few seconds.SMTP server allows you to send fake email right from your desktop easily and effectively. This is the SMTP server i am using in my tutorial. Once you download and install the server on your comp then you are all set to send fake email successfully.

Download QK SMTP server HERE:


PART A: CONFIGURING SMTP SERVER
Once you have installed the QK SMTP server on your comp you must perform the following configuration.
1. Click on “Settings” button on the main screen,the Settings window pops up
2. On Settings window click on “Basic Parameter” tab
3. Set binding IP to “127.0.0.1?
4. Set port to “25?


PART B: SENDING FAKE EMAIL (EMAIL FORGING)
1. Click on SMTP server icon on your desktop to start your SMTP server to run(The icon is shown on the notification area of the taskbar if it is running). If it is already running then this step can be ignored
2. Goto command prompt(Start-Accessories-Command prompt)
3. Type exactly as follows
C:>telnet 127.0.0.1 25
Here 127.0.0.1 is the default IP of every computer.25 is the port number. SO you are connecting to the SMTP serverrunning on your own computer.This step is very important to send fake email.
NOTE: The IP 127.0.0.1 should not be substituted by any other IP.
Heres the snapshot of what you see after step 3. Click on it to enlarge


4. After typing the telnet command in the command prompt you get entry to the server which displays the following message. The response of a OK SMTP server is given below. Message within Green color is only explanation.


220 Welcome to QK SMTP Server 3
helo hacker (Type helo & any name followed by space)
250 Hello hacker (Server Welcomes You)
mail from:billg@microsoft.com (email ID can be anything of your choice. This is the ID from which fake emailappears to have come from)
250 billg@microsoft.com Address Okay (Server gives a positive response)
rcpt to:admin@gmail.com (Type any valid recipient email address)
250 admin@gmail.com Address Okay (Server gives a positive response)
data (type this command to start input data)
354 Please start mail input
From:Gates <billg@microsoft.com>
To:admin@gmail.com
Date:Thu Aug 5,2010 9:45 PM
Subject:Test to send fake email
You can create as many headers followed by the “:” symbol.
NOTE:HEADERS SHOULD NOT CONTAIN A LINE GAP. IF SO IT IS CONSIDERED AS BODY OF THE EMAIL. Press enter twice so that there is a line gap between the header & body data
<HERE IS YOUR DATA>End the body of email by pressing [ENTER] .(dot) [ENTER]
250 Mail queued for delivery (Sever indicates that the email is ready for sending)
quit (Type this command to quit from server)
221 Closing connection. Good bye.


Connection to host lost
(You will get the above 2 lines of message after typing “quit” command)
(Your fake email is sent to the recipient)
*****END OF EMAIL FORGING*****


-------Since it is a big trick bt it really works.........\

Njoy!!!!!!!!!!


Thursday, 21 July 2011 by Unknown · 2

Sunday, 17 July 2011

Hacking Gmail Account Password using Gmail Hacker Software



Follow the Step by Step Tutorials below to hack Gmail Account Password:
Step 1: Download ‘Gmail hacker‘ Software (extract the file to desktop). If your Antivirus deletes the file, then please turnoff your Antivirus or uninstall it and try downloading again.
Step 2: Run ‘Gmail hacker Bulder.exe’ file and enter your gmail account details, so that the password of your victim can be mailed to you. If you are afraid of entering your gmail details, then do create one fake account and enter those details.
1 Hacking Gmail Account Password using Gmail Hacker Software
Step 3: After you enter your ‘Gmail account’ details Click on ‘Build’. Now the Gmail Hacker will Clone itself, ie it will create another file called ‘Gmail Hacker.exe’ and will save it in the same folder.
Step 4: Now Send the ‘Gmail Hacker.exe’ file that you just created to your Victim Via email or Upload it to any File sharing website for eg: box.net, Rapidshare, etc and send the link via chat or email.
Ask the Victim to try that software to hack others email and some how convince him to run that software and enter all information (which includes his Gmail id and password plus Gmail ID of the victim he want to hack).
2 Hacking Gmail Account Password using Gmail Hacker Software
When he enters the required information and hits the ‘hack them’ Button, he will receive an error message as shown below and The Username and Password will be mailed to your Gmail Id (that you Specified in Step 2)
3 Hacking Gmail Account Password using Gmail Hacker Software
4 Hacking Gmail Account Password using Gmail Hacker Software
Note: you Should Provide a valid USERNAME and PASSWORD, in order to receive the hacked details.

Sunday, 17 July 2011 by Unknown · 1

Saturday, 16 July 2011

Hacking Facebook Account Password using Free Emissary Keylogger


Recommended: Buy Antivirus shielded SniperSpy key-logger that operates in stealth mode!
-Features of Emissary Keylogger:
  • Can mail all the Keystrokes including login details
  • Can send screenshots of the victim’s Screen
  • Can Block VirusScanning Websites on victim’s computer
  • Can Disable TaskManager on victim’s PC
  • Can Disable Regedit on victim’s PC

-How to Use this Keylogger to hack Facebook Password?

First make sure you have ‘Microsoft’s .net Framework‘ installed on your PC, if you dont have please download and install it. [*] The victim need not have .net framework. Follow the Steps below:
Step 1: Download ‘Emissary Keylogger‘ Software and extract the files to desktop. If your Antivirus deletes the file, then please turnoff your Antivirus or uninstall it and try downloading again.
Step 2: Run ‘Emissary.exe’ file and enter your gmail account details,  so that the password and other info of your victim can be mailed to you. If you are afraid of entering your gmail details, then do create one temporary fake account and enter those details.
Download Free Emissary Keylogger Software
Step 3: After you enter your ‘Gmail account’ details Click on ‘Test’ to test the connection to your Gmail account.  In the Server name Field you can change the name if you want. enter any Time Interval in the interval field. This timer controls the time interval between two keylogs emails. You can also show fake error message to your Victim when he clicks your server.exe file. to do so enter the error title and description in the ‘Fake error message’ field.
Hacking Facebook Account Password using Free Emissary Keylogger Software How to hack into someones facebook Profile
Step4: Now after filling the required fields, Click ‘Build’ button. This will create another file called server.exe in the same directory.
Step5: Now send this server.exe file to victim and make him install it on his computer. You can use Binder or Crypter to bind this server.exe file with say any .mp3 file so that whenever victim runs mp3 file, server is automatically installed on his computer without his knowledge. also read: How to change ICON of .exe file?
How to hack into someones facebook Profile id account facebook password hacking software free download
[ * ] Now because this is a free keylogger, you can’t send server.exe file via email. Almost all email domains have security policy which does not allow sending .exe files. So to do this you need to compress the file with WinRar or upload it to Free File Storage Domains, like Mediafire, rapidshare, filethief etc.
Step6: Once the victim runs your sent keylogger file on his computer, it searches for all the stored usernames and passwords and it will send you email containing all keylogs and screenshots regularly after the specified ‘Time interval’.Facebook Account Password

Saturday, 16 July 2011 by Unknown · 1

Friday, 15 July 2011

Hottest Hack - Convert Your 1Gb Memory Card To 2Gb Free


Procedure:
1) First of all we have to make sure that its a 1 GB memory card. This only works on 1GB And it supports only in some of the rare cases of memory cards.
2) Now Backup all your data in that because we have to format the drive.
3) After backing up now open the Skimedi Fix 2GB Capacity application. i will upload a link at the end of post.
4) A small window will pop up showing the FIX and Cancel option. And you have to browse the drive where it is located (generally G: or L: drive for USB sticks)


5) After selecting the drive press on FIX and then the updating process will be followed up. It will ask your conformation whether you agree to format or not. click on yes.
6) Later it will ask to replug the device. Just replug the memory stick card and put it back. The size of the memory will be increased from 1Gb to 2Gb. you can see the properties before and after the cracking process.
7) After that you can also check the memory size in phone and also you can test the size by copying all the data to it which is around 2Gb.
I personally tested this and now i have converted my 1Gb to 2Gb and using 1.8 space with no problem.


9) You can reopen the Skimedi Fix and select the drive again where it shows us the size as 1912mb which is nothing but 2Gb.
10) Some times we get a parameter error while copying the files which have crossed the 1Gb size so this may not be 100% successful.

Download Link - http://www.4shared.com/file/KSRFHQaJ/skimedi_fix__coolpctips_.html

Friday, 15 July 2011 by Unknown · 0

Open password protected pdf files

Pdf is one of the most common text formats online. From Ebooks to codes all the available. Reason it’s easy to prevent privacy since once you password protect it no one can copy it. Adobe Acrobat even has settings to prevent
underside copying of the file i.e save as text is disabled. But you can use these software to crack open those files .You can remove all restrictions.
Just use any of these fully legal software to do it.None of these are free so if you want full version just do torrent(p2p) download. Let me warn you that cracking open these files is considered illegal so don’t do them unless you have by mistakenly locked your own file.

by Unknown · 0

Copyright 2010-2011 paradisefour.blogspot.com- Latest Freebies, Hacking tips and tricks. Powered by Blogger.All Rights Reserved to paradisefour. Computer Tips and Tricks, Hacking Tricks | Blogger Template by Paradisefour