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 › Starting AV Team

Starting AV Team

Posts 1–15 of 59 · Page 1 of 4
Bombsaway707
Bombsaway707
Starting AV Team
Yes just like my thread name says, i am putting together a team of coders to begin creating an MPGH themed anti-virus software, anyone on the team will receive full credit for helping code it. If you are interested please PM me. If interested, in the PM have
Code:
Name:
Hours Online:
Time Zone:
Coding Experience:
Post Your Thoughts/Comments below
#1 · 16y ago
Pixie
Pixie
I just PM'ed you, although it's not much I can do for and Anti-Virus, but still a little help
#2 · 16y ago
IA
Iamazn1
I doubt you guys will be able to do it. If you are gonna code this by yourselves, its probably gonna be very hard, if not impossible to do. You need to know how a virus works, and how to detect/remove them. Thats just the base. You need to give DAILY updates, and you need to get the most recent/uptodate virus info. If you cant make a virus, you probably cant make a Virus Scanner.
#3 · edited 16y ago · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by Iamazn1 View Post
I doubt you guys will be able to do it. If you are gonna code this by yourselves, its probably gonna be very hard, if not impossible to do. You need to know how a virus works, and how to detect/remove them. Thats just the base. You need to give DAILY updates, and you need to get the most recent/uptodate virus info. If you cant make a virus, you probably cant make a Virus Scanner.
Well i can make a virus, and the first build will be a very basic scanner. It will just scan for 1500 known Virus paths. Although unless it is a really popular program i dont think daily updates will be necessary but instead of doubting us why dont you apply to the team and help us? We can use every single person
#4 · 16y ago
IA
Iamazn1
Quote Originally Posted by bombsaway707 View Post
Well i can make a virus, and the first build will be a very basic scanner. It will just scan for 1500 known Virus paths. Although unless it is a really popular program i dont think daily updates will be necessary but instead of doubting us why dont you apply to the team and help us? We can use every single person
Virus paths will do nothing. A virus could just move, and then bam, the scanners useless. You need to scan the file, and see what it does. (i think)

Edit:
I found someone on Google
Quote Originally Posted by JohnH
Start with this or similar articles about general knowledge: [ur=http://www.agus*********/*********/what-is-a-virus-signature-are-they-still-used-3.htm]What is a virus signature? Are they still used?[/url]
Internet searches and Wiki searches is also recommended.

About code you should start with FileStream class to read bytes from files.

Here is a very basic algorithm that searches for a virus signature in a file:
Code:
Function detect() As Boolean
    Dim file() As Byte = {1, 2, 3, 4, 5, 6, 7, 8, 9} 'sample file
    Dim virus() As Byte = {4, 5, 6} 'sample signature

    For ix As Integer = 0 To file.Length - virus.Length
        If file(ix) = virus(0) Then 'found first byte in signature, check rest
            For vx As Integer = 1 To virus.Length - 1
                If file(ix + vx) <> virus(vx) Then
                    Exit For
                ElseIf vx = virus.Length - 1 Then
                    Return True 'virus found
                End If
            Next
        End If
    Next
    Return False 'virus not found
End Function
#5 · edited 16y ago · 16y ago
Pixie
Pixie
Quote Originally Posted by bombsaway707 View Post
Well i can make a virus, and the first build will be a very basic scanner. It will just scan for 1500 known Virus paths. Although unless it is a really popular program i dont think daily updates will be necessary but instead of doubting us why dont you apply to the team and help us? We can use every single person
Yeah, we could have like an update around every month, using uhleh's vb updating program code
And I know a person who is good with VB, I will ask him about this when he gets on, and you should make a mpgh group for this, called the MPGH AV Team
with a usertag for each of the members have to put in their signatures
#6 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by PixieCorp View Post
Yeah, we could have like an update around every month, using uhleh's vb updating program code
And I know a person who is good with VB, I will ask him about this when he gets on, and you should make a mpgh group for this, called the MPGH AV Team
with a usertag for each of the members have to put in their signatures
haha ya id have to ask dave tho, and iamazn its not scanning for active viruses its scanning for viruses in hiding
#7 · 16y ago
Pixie
Pixie
Quote Originally Posted by bombsaway707 View Post
haha ya id have to ask dave tho, and iamazn its not scanning for active viruses its scanning for viruses in hiding
You could ask Oboma, or Arunforce, cause Dave only reads PM's from staff members
I think Arunforce would be nice enough to do it, just make sure it gets a user tile rank thing, with a usertitle of: MPGH Anti-Virus Team
and tell him it still has the same permissions as a normal member still
#8 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by PixieCorp View Post
You could ask Oboma, or Arunforce, cause Dave only reads PM's from staff members
I think Arunforce would be nice enough to do it, just make sure it gets a user tile rank thing, with a usertitle of: MPGH Anti-Virus Team
and tell him it still has the same permissions as a normal member still
I just PMed obama and asked him well see what he says Anyway i headin to bed so peace
#9 · 16y ago
Pixie
Pixie
Quote Originally Posted by bombsaway707 View Post
I just PMed obama and asked him well see what he says Anyway i headin to bed so peace
I saw Arunforce would be the best to ask
Well lets just wait and see if Oboma is nice to us
#10 · 16y ago
IA
Iamazn1
1 Question. How old are you guys?
#11 · 16y ago
Zoom
Zoom
I wannna help!

......................................
#12 · edited 16y ago · 16y ago
K4GE
K4GE
Its possible to make, but it'll be very hard to get a stable and good working scanner.
Also someone should be constantly updating a virus database, cause if you update it 'once in a month', its not worth downloading.
Since there are new threads every single day.
Anyway good luck.
#13 · 16y ago
LU
Lukas59
[QUOTE=bombsaway707;1174629]Yes just like my thread name says, i am putting together a team of coders to begin creating an MPGH themed anti-virus software, anyone on the team will receive full credit for helping code it. If you are interested please PM me. If interested, in the PM have
Code:
Name:  Lukas
Hours Online:  5-10 a day
Time Zone:MEZ
Coding Experience:a lot of
#14 · 16y ago
Zoom
Zoom
[quote=krellooo;1175422]
Quote Originally Posted by bombsaway707 View Post
Yes just like my thread name says, i am putting together a team of coders to begin creating an MPGH themed anti-virus software, anyone on the team will receive full credit for helping code it. If you are interested please PM me. If interested, in the PM have
Code:
Name:  Lukas
Hours Online:  5-10 a day
Time Zone:MEZ
Coding Experience:a lot of
Oh dam sorry.. I´ll do it!
#15 · edited 16y ago · 16y ago
Posts 1–15 of 59 · Page 1 of 4

Post a Reply

Similar Threads

  • Starting in Direct-X 8.1By Dave84311 in Programming Tutorials
    55Last post 5y ago
  • STARTING GLITCH TEAM!By chrisisafoo in Combat Arms Clan Recruitment & Advertising
    25Last post 17y ago
  • Looking for team to start a server.By t7ancients in RuneScape Discussions
    7Last post 16y ago
  • Glitch Team is Started!By 0PtIc_HuTch in Combat Arms Glitches
    0Last post 15y ago
  • (LongTerm)Looking for Team to badge fame / starting oneBy TravisBozarth in CrossFire Farming & Partner Request
    10Last post 15y ago

Tags for this Thread

#starting#team