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 › MultiPlayer Game Hacks & Cheats › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › How to begin coding in VB 10 E

How to begin coding in VB 10 E

Posts 1–6 of 6 · Page 1 of 1
CO
Coder[Vb10e]
How to begin coding in VB 10 E
Hi, much peaple want to knwo coding and things like that, the probleme is they cant make a Msg show up and they start with a Hack... -_-

I will show a tutorial of simple codes and tutorials for helpe on that .

In a Form project

Thirst if u want to make a nice programe you have to know the diferent ways to make a Msg box.

The more simple is this 1:

Code:
MsgBox("you text here")
you can add it wen:

1- Pressed button-->

add a button and press 2 times fast on it to see the code and wrhite this:

Code:
MsgBox("text")
2- With a Progress Bar -->

Add a timer a Progress bar and make the timer enable.

In the Timer1 add this code:

Code:
ProgressBar1.Increment(1)
        If ProgressBar1.Value = 50 Then
            MsgBox("its almost there")
        End If
"50" is the value of the progressbar(wen it is in 50% it will show that message)

But you can add a difrent type of Msg, for ex a msg with options, like Cancel, Ok, etc.

Here a ex:

Code:
MsgBox("Do you want to save the changes?", MsgBoxStyle.YesNoCancel, "New Document")
And to add Codes to the options make this:

Code:
MsgBox("Do you want to save the changes?", MsgBoxStyle.YesNoCancel, "New Document")
        If MsgBoxResult.Cancel Then
        End If
        If MsgBoxResult.Yes Then
            Me.Close()
        End If
        If MsgBoxResult.No Then
            MsgBox("just add the options you want")
        End If
Or a Critical message:

Code:
MsgBox("text for the error :P", MsgBoxStyle.Critical, "Msg title")
Simple codes that can helpe you:

If u want to enable somthing put this code:

Code:
 "Object1".Enable = true
Or
Code:
"object1".Start()
]If u want to Make somthing invisible, or change opacity:

Code:
"object1".Visible = False
or
Code:
"object1"Opacity = 40
(change to the value you want)

If u want to change to othere form:

Code:
Form2.Show()
if u want to hide somthing:

Code:
somthing1.Hide()
(be carefull, somtimes is hard to make it show up, if u dont make a button or somthing :P)

if u want to add hotkeys:

open form1 and you will up there a little lightning with Load wrhited, just Press thre and select "Key Down"

in key down code add this:

Code:
If e.KeyCode = Keys.Insert Then
            (add here the key function)
        End If
if u want to work with radio Buttons and if they are wen they are checked you can add functions like this:
Code:
If RadioButton1.Checked = True Then
            Add here your function
        End If
with check Box is the same code, just change the object name:

Code:
If CheckBox1.Checked = True Then
            Add here your function
        End If
If you want to know more things, just PM /me

#1 · 15y ago
DR
dragonattak
Good Job ì, add things like Timers or other..
For example for the time on timer (that must be enabled with 1 delay)
Code:
Label.text = TimeOfDay
(just basic)
#2 · 15y ago
topblast
topblast
i would never want to make a hack in vb

vb is managed code
native c++ is unmanaged

makin c++ faster less lag
#3 · 15y ago
CO
cod3r[VbE10]
Hi guys i was banned, and i steal dont know way -_-

i wold like to edit it with Timer function but..... the ban is over on day 10 of this mounth

i was agressive, i am going to code my project -_- its almost done
#4 · edited 15y ago · 15y ago
DR
dragonattak
Quote Originally Posted by cod3r[VbE10] View Post
Hi guys i was banned, and i steal dont know way -_-

i wold like to edit it with Timer function but..... the ban is over on day 10 of this mounth

i was agressive, i am going to code my project -_- its almost done
ahahhahahah ban for aggressiving? :P mpgh has the best banning reason
#5 · 15y ago
CO
cod3r[VbE10]
nooobs -_-

they are soo noobs.. omg
#6 · 15y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • how make teleport codeBy june8071 in WarRock Korea Hacks
    0Last post 19y ago
  • how many retail codes 1 accountBy piratek1ll in WarRock - International Hacks
    8Last post 18y ago
  • Begin coding C++By boyd45 in C++/C Programming
    3Last post 17y ago
  • how do you code?By godzilla587 in C++/C Programming
    1Last post 17y ago
  • How do i code hacksBy joshzex in Programming Tutorials
    1Last post 17y ago

Tags for this Thread

None