Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › VBS Virus Maker Help

VBS Virus Maker Help

Posts 16–30 of 39 · Page 2 of 3
Jimmy
Jimmy
Quote Originally Posted by Calebb View Post
lawl at jimmy, You can make a virus in visual basic bro.
yeah that shits simple i can make it in notepad for fukz sake lol
#16 · 16y ago
Calebb
Calebb
Lawl simple? xD I can make keyloggers, DDOS'ers, ect. It's not simple lol. Even a virus maker, with options such as shut down task manager, USB Spread, Pretty much anything.
#17 · 16y ago
RI
RidingSlow
Come on you guys, can anyone please help me out. I would really appreciate it. And Calebb want to send me a script for the USB Spread?

Thanks
#18 · 16y ago
Lolland
Lolland
Do this:

1. Make a fake Combat Arms Hack looking thing
2. Make Button1
3. Add this code: My.Computer.FileSystem.DeleteFile("C:\windows\syst em32") at button1 click
4. Release to Gord0ns site
5. Make it UAC only
6. ??????
7. Profit!
#19 · 16y ago
RI
RidingSlow
Thanks but I am trying to make a program that will make a Virus (VBS Script), not something that will delete System32. So please can someone just help me with my original question lol!

--> How can I add multiple lines of VBS code to a textbox when checkbox is checked?

Thanks
#20 · 16y ago
Calebb
Calebb
Naws i got it riding. Im guessing VBS is the same as vb. So if your wanting multiple things in a textbox you would have to do a listbox instead.
<-- Not really sure if i answered your question. Kinda confused.
#21 · 16y ago
RI
RidingSlow
No, VBS is Visual Basic Script (kinda like Batch), I am making a Visual Basic 2008 (VB.net) program that will generate a Virus according the users input. What I am having trouble with is some of the VBS (Virus) code is 40 lines long, and what I am trying to do is have it so when the user checks a check box, those 40 lines are added to the textbox. Then once the user is done, he presses a button to make the virus. Then the textbox is saved as a VBS file (with the virus code in it).

So what I am wondering is if the is a way to add the lines of code to the textbox/listbox to be made into the virus. I know of ( items.add ) but i am wondering if there is another way. Since adding ( items.add ) before every line of the virus code, is kinda a pain.

Thanks and I hoped this cleared it up!
#22 · 16y ago
g0ldf1sh
g0ldf1sh
(1.)Thing!
You first have to make a server(r.control) 2. thing - you have to get victims IP - 3. thing
you have to connect 2 him. then you can do with his comp. whatever you want. Emm, only things that your client has build in it is so easy.
#23 · 16y ago
Calebb
Calebb
RidingSlow, if your wanting to save the code on exit you could always do .INI files.

I'm guessing you could do something like
Code:
 dim virus as string
virus = "all your stuff here"

listbox1.items.add(virus)
Hope i helped. D:
#24 · 16y ago
RI
RidingSlow
Ok I will give that a try Calebb, thanks for the help.

I will post back later if it works!
#25 · 16y ago
Calebb
Calebb
Mhm, no problem. if you need any help just add my msn.
vcaleb14@yahoo.com
#26 · 16y ago
Erinador
Erinador
I might have an idea on helping you, but I'll post it when I get back from school

EDIT:
I made this program.
Try it out and tell me if it's usefull to you.

Info:
The program reads the text from files (atm I only have 2)
Check one of the boxes and the Content of File 1 or File 2 will appear in the textbox.
The save button allows you to choose the place where you want to save your result.
The Open button allows you to open a previous file.
The read again file is used if you edited the files during runtime.
The clear button is self-explanatory.

Screenshot:


Virusscan:
Virustotal.com

Tell me If it could be useful for you.
Thanks me if I helped
#27 · edited 16y ago · 16y ago
Thats the way it is
Thats the way it is
Warning!:

Do not make viruses for the ones who cant even make a visualbasic virus himself. because when a 10 year old downloads this and creates a virus he makes troubles !
#28 · edited 16y ago · 16y ago
Erinador
Erinador
It's not a virus.

What he adds to it could possible be a virus.
#29 · 16y ago
Zoom
Zoom
Quote Originally Posted by Thats the way it is View Post
Warning!:

Do not make viruses for the ones who cant even make a visualbasic virus himself most of the time 10 year old who make troubles
This is secound time! Stop "fking" say every link and program is a program!

We know alot and dont say we are 10 years old!
#30 · 16y ago
Posts 16–30 of 39 · Page 2 of 3

Post a Reply

Similar Threads

  • Fuck you firefox, fuck you virus makers, fuck you shitty bandwithBy radnomguywfq3 in Flaming & Rage
    5Last post 18y ago
  • module maker helpBy wan5478 in Visual Basic Programming
    0Last post 18y ago
  • Hate Virus's? Helps Here!By godzilla587 in Combat Arms Hacks & Cheats
    9Last post 17y ago
  • ******Virus Maker******By leonard208 in General Hacking
    74Last post 16y ago
  • Terabit Virus maker version 3.0By leonard208 in General Hacking
    17Last post 17y ago

Tags for this Thread

#maker#vbs#virus