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 › [Rules]Updated 6/7/10

Exclamation[Rules]Updated 6/7/10

Posts 1–13 of 13 · Page 1 of 1
NextGen1
NextGen1
[Rules]Updated 6/7/10
Visual Basic Section Rules and Guidlines
- General and extensive rules for posting in this section.




Standard Rules:


1. Your Releases Should:
Be Uploaded using the attachments feature provided by mpgh.net
(If for some reasons a upload to a sharing site is absolutely necessary
you must get permission from myself or a mod, Do not just post the link)
Include at-least (1) Screenshot
(if your application has multiple features or extra forms, another screenshot may be warranted)
A Virus Scan from VirusTotal
(if you use another VirusScan Site, We may require a VirusTotal
Scan as well)

2. Don't flame anyone, especially if there is no reason for it
(intentional baiting or flaming posts will be deleted, and I will contact the mod about which actions to take)

3. Do not spam at all and always stay on topic
(spam posts will be deleted, granted there is some leniency as it is possible to go off topic, and I myself do it on occasion, I am referring to way off topic posts or comments )

4. Do not bump your thread if you do not get a quick response.

5. Do not intentionally double post
( I realize that on occasion it may occur unintentionally , however use the edit button when you need to make or add a comment)

6. Tutorial request belong in the tutorial request section, All tutorial request posted here will be moved to the tutorial request section.

7. No advertising: Including Programs that open up a website other than mpgh, and posting advertisements in the post, or program.
(advertisements will be removed, as well as any images containing advertisements )


8. Leave the Modding and Minion(ing...?) to those appointed to do so,
if someone breaks the rules, report them via PM or VM to myself (current minion) or Why06 (current mod) we will deal with it, we don't need the threads getting spammed, Flamed, or anyone trolling, stay on topic and do not bait anyone.

9. Do not create a thread for a simple question similar to

10. Anti Leech (per Why06 with Daves Approval)

Link:http://www.mpgh.net/forum/31-c-c/127...ml#post1697018


Guidlines: - These can help us help you

  • USE SEARCH FIRST!


  • BE DESCRIPTIVE


1. Explain to us what your code does ( or in most cases, what your code supposed to do)

2. Explain to us what exactly the error is. Vb.net allows you to copy the error by right clicking and clicking copy in the fly out menu

If you do not know the error, catch the error and tell us what it is saying , to catch a error use

Code:
Try 
' Your code here
Catch 
Msgbox (ex.message)
End Try
Post that error with your question

3. Keep in mind that you know more about your code then we do, don't assume just because we understand code, that we will understand what you are attempting.

MAKE YOUR TOPIC NAMES UNDERSTANABLE AND NOT MISLEADING

Post a descriptive topic name!

Example: [Help]Syntax Error in my injector
[Question] Why is my application crashing

Give a short summary of your problem in the subject. Don't use attention getting subjects, they're not fair to other users!

Things like "HELP ME NOW!" or "URGENT", "OH MY GOD HELP!!!!" make your post unfairly look like a priority over other users post who need help just as much as you.

  • BOLD THE CODE WITH THE ISSUE


If you post your whole code, try to figure out where the error is coming from, and mark it with bold tags

Code:
Use [B] [/ B]
This will allow us to locate the problem faster, allowing quicker help.


PUT YOUR CODE IN PHP CODE BRACKETS OR CODE BRACKETS

Very often we see people post a huge ugly eye sore of a code that lacks any real sence of professionalism with no notations, not seperated or tagged, lacks in declarations and then they take that horrible piece of code and paste it right into the message.

There's a problem with that - tabs and spacing don't show up properly That makes it really difficult to read.

There's a really "Cool" code and php tag built in that will format your code when you post it. You can use that easy PHP Tag or Code tag or buttons right above the box where you type your message. The result will look like this:

Code:
Dim MyMsg as new msgbox ("hello world)

If textbox1.text = "message" then 
mymsg
end if
or

[php]

Dim MyMsg as new msgbox ("hello world)

If textbox1.text = "message" then
mymsg
end if

[/php]

IF YOU GET AN ERROR ON A CERTAIN LINE, TELL US WHAT'S ON THAT LINE AND THE LINES ABOVE AND BELOW IT

It's not too helpful when you mention an error on a certain line but don't tell us what code is on that line. Because errors can sometimes be caused by lines of code above or below the one the error is mentioned on, please post those lines as well.

IF YOU ARE NOT GOING TO TAKE THE ADVICE, DON'T ASK FOR HELP

REMEMBER THAT WHEN PEOPLE HELP YOU, THEY ARE DOING YOU A FAVOR
#1 · edited 16y ago · 16y ago
NextGen1
NextGen1
Extensive Updates: Please Read ......

I also opened this topic, If anyone has any comments, Suggestions or Questions, PM me or use this thread, I won't keep it open for long, but I want everyone to have a chance, to Read and Respond....

Don't use this thread to dump your posts either, I will Delete Spam messages like

" Good Rules..."

"Thanks...."

" I don't like them"

similiar


#2 · edited 16y ago · 16y ago
Taylor Swift
Taylor Swift
lol thanks Nextgen =)
#3 · 16y ago
SK
skiiiz
If I can't bump a thread more than a week old, how am I meant to contact the author?
#4 · 16y ago
NextGen(1)
NextGen(1)
Via PM ---- OR VM

On alt, waiting for [1337] ban and unban......
#5 · 16y ago
mnpeepno2
mnpeepno2
hmm, there are some errors in the tread...
#6 · 16y ago
NextGen1
NextGen1
Ok

/Closed

Thanks for your "Input"
#7 · 16y ago
NextGen1
NextGen1
Updated, Please all read.
#8 · 16y ago
Lolland
Lolland
New VB section rules.
Visual Basics Section Rules and Guidelines

1: Releases must follow these guidelines:
-Uploaded to MPGH only. (If it must be uploaded to a different file hosting site then please send me a PM.
-One screenshot of every form (or one screenshot with all the forms )
-A virus scan from http://www.virustotal.com and http://www.virscan.org


2: NO FLAMING, ESPECIALLY FOR NO REASON.
-Flaming on first offense will just be deleted, if you're a constant offender, then action will be taken against you.

3: No spamming, stay on topic.
-Try to stay on topic.
-Any spam will be deleted by yours truly, and action will be taken against you.

4: Don't bump/necro old threads, and no double posting.

5: NO FUCKING ADVERTISING.
-This includes any program that advertises a site other than MPGH or ********

6: Anyone breaking the rules should be reported to me through VM or PM.

7: Don't create threads with simple questions, leave that to the Questions thread.

8: Read this

9: Be as descriptive as possible when asking for help with code.


Anyone not following these rules will be punished accordingly.


Thank you,
Lolland.
#9 · edited 16y ago · 16y ago
KING
[MPGH]KING
Your missing virscan.org

Add it to the rules.
#10 · 16y ago
NextGen1
NextGen1
Congrats Lolland
#11 · 16y ago
Lolland
Lolland
Just a Reminder:


Please use tags in your thread titles, such as [Help], [Release], etc.

It just makes everything easier and cleaner.

Thanks
#12 · 16y ago
Lolland
Lolland
Yet another reminder:

You need (2) Virus scans, one from Virscan.org and one from Virustotal.com

If you have no contribution to a thread, do not post. If I or NextGen feel you made no contribution with your post, it will be deleted.
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • Mods & Rez Modding - RULES [Updated]By Zoom in Combat Arms Mods & Rez Modding
    1Last post 16y ago
  • CS Ban Rule! [UPDATED][REPOST]By Disturbed in General
    60Last post 16y ago
  • Section Rules[UPDATED]By Ghost in CrossFire Latin America / Brazil Discussion
    18Last post 15y ago
  • Site Rules UpdatedBy arunforce in News & Announcements
    47Last post 14y ago
  • OMG warock now rules after update!!!!!By snipe.dani in WarRock Discussions
    17Last post 16y ago

Tags for this Thread

None