Thursday, January 7, 2010

Increase Internet Speed upto 40-50 % (Mozilla Firefox)

Hi All,
Today i will be showing u how to make Mozilla Firefox 40-50% faster than normal.

*Disclaimer*
I am not responsible for what you do on the site. don't come crying to me if you get caught using my methods. This is for educational purpose only.!!

So lets get started.

  1. Download and install Mozilla Firefox. Once done Open it.
  2. Then in the Address bar at the very top, type in "about:config" without " ".
  3. Then click on the button "I'll be careful, i promise!".
  4. Then in the Filter look for "network.http.pipelining". Set it to True from False.
  5. Then look for "network.http.proxy.pipelining" and set it to True as well.
  6. Then look for "network.http.pipelining.maxrequests" and change the value to "30-40", won't recommend more than that.
  7. Then right click anywhere and goto New>Integer.
Then in the pop up, type in "nglayout.initialpaint.delay" and give it a value "0".





How to Increase PC speed by 20%

Hello people, today i will be showing u how to increase your PC speed by 20% in no time. This is amount of percentage used by the windows update and other system process for the checking of any Windows Update regularly. And there is always a secret to get over 20% of this system memory and utilize full 100%.

So here is the trick..!
  1. Open Run (Start>Run) And then type in "GPEDIT.MSC"
  2. Once done that, hit enter and a window will pop up in front of you. In that Window under "Computer Configuration" expand "Administrative templates" and then under "Administrative templates" expand "Network", then under "Network", click on where it says "Qos Packet Scheduler".
  3. Then on the right, double click on "Limit reservable Bandwidth"
  4. A window will pop up and all you need to do is put it to "Enabled" and change the value of "Bandwidth Limit (%):" to "0" from "20"
  5. All Done, just restart your PC and see the Difference.

Monday, January 4, 2010

How to make Keylogger/Server Undetectable - Hex Editing

Hello people, i m making another post after a long time and today in this post i will be teaching u all how to make keylogger (Ardamax, Perfect etc) undetectable by all most any Antivirus.

So lets start...First of all download all the programs you will need to make the Keylogger Undetectable.
Before u begin, please make sure u turn your antivirus off because here we gonna deal with viruses and shits.
  1. Dsplit - Download (Its a GUI of Dsplit) and the credit goes to KenTheFurry to make this program.
  2. Hex Editor - Download
Ok the first thing u need to do is to make sure all the programs and keylogger are in one folder to make it work.

  • Dsplit is the program that will work as a File Splitter and will split files in pieces by continuously adding bytes each time it splits a file.

  • Hex Editor as we all know is used for hex editing the program and here in this example it will be used to hex edit the Ardamax Keylogger and make it undetectable by Antivirus ("Avast Antivirus")
So Now when u have everything set up, lets start the splitting process.

  1. First thing u need to do is to put everything in one folder. ("keylogger/server", "Dsplit - command file"
  2. Now open Dsplit-GUI and then click on "Open" in "File Path:" and then look for Dsplit - command file (CMD File).
  3. Then in the "File to split:", write the name of the file u wish to split but REMEMBER TO PUT ".exe" after the filename.
  4. Once done all that click on Do!
  5. Then wait for the program to split the files. (It will be splitted in the same folder)(Refresh folder, if u can't wait)
  6. Then select all the "splitted files", not the original files. And then right click and scan all those files for viruses.
  7. Once u get to know the first file detected, note down the no. for the file and then put that no. in the "End Byte:" and also note down the number of the file just below the first file detected. (Example, if no. 20000 is your first file detected, then 10000 is the file u need to put down in "Start Byte:")
  8. Then in "Add Bytes:", reduce one zero after every time u split the file. (e.g., from "10000", to "1000")
  9. Then go ahead and delete all the files splitted before and again repeat the splitting process.
  10. Do till the value of "Add Byte:" reaches "1". Do not delete the files which u split at the last time, i.e. after the "Add Byte:" is "1"
  11. Open the hex editor and open the file that u scanned for the last time (FIRST FILE DETECTED).
  12. Then scroll all the way down the hex editor and change the last few no's. in the hex editor to something like "04" or "05". (Note: only the last few no's. in the last line from whatever to "04" or "05"). Then click on "Save".
  13. Then scan that file again. If it is undetected, note down the hexadecimal no. of what u changed in the hex editor. (i.e. the last few no's. that u changed in the hex editor, e.g. Adr. hex: "55A2B")(It will be located in the status bar of the hex editor).
  14. Then open the original file in the hex editor and press "Ctrl + G" for "Go to Address" and then change Go to: "hexadecimal" and then insert the "hexadecimal number" that u got from the last splitted file.
  15. Click Ok
  16. And then again change the value of that file from whatever to "04" or "05" and click on Save.
  17. And then finally, scan the original file again and oooooorrreahh, it is undetectable
PICTURES AND VIDEO COMING SOON FOR THIS TUTORIAL..!
Summary: Split the file, scan them with ur antivirus, note down the no. of the first file detected, and note down the no. of the file just before the first file detected, put down the values in program, remove one zero from add byte and then click on "Do!".
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~More Coming Soon..!!!!!