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 › Need some quick help

ArrowNeed some quick help

Posts 1–10 of 10 · Page 1 of 1
hopefordope
hopefordope
Need some quick help
i am made an injector and now i am updating

first thing
what is the code for a checkbox when checked its saves the information in a textbox so when i open it again it the text still stays their

second thing
basicaly the same thing except this one saves the info in a listbox

third and last
what is the code for a pic when u click it, it takes u to MPGH

Thank you for Your Help!
#1 · 16y ago
NextGen1
NextGen1
@ Listbox

Code:
        Dim ListBoxEx As ListBox = CType(sender, ListBox)
        
        Dim itemString As String = CType(ListBoxEx.Items(e.Index), String)
 

        Dim x As Integer
        For x = 1 To 50
            ListBox1.Items.Add("Item " & x.ToString())
        Next x
Note: Id the listbox will be have more then 50 items, increase 50 to whatever


@ Image to URL

Double click the image so you are in the picturebox , click event and add this

Code:
Process.Start("http://mpgh.net)
@ checkbox

Code:
My.Settings.Checkbox = Me.CheckBox1.Checked
#2 · edited 16y ago · 16y ago
BE
beking08
can you show me how to put hacks on and get hacks my name is beking09
#3 · edited 16y ago · 16y ago
NextGen1
NextGen1
Quote Originally Posted by beking08 View Post
can you show me how to put hacks on and get hacks my name is beking09
Create a thread in the proper section and someone will [gladly] help you, as of now, that's just spam, and you are hijacking this thread with your own needs, It is not right to the OP
#4 · edited 16y ago · 16y ago
SC
scimmyboy
Quote Originally Posted by beking08 View Post
can you show me how to put hacks on and get hacks my name is beking09
are u trying to say that u want to make hacks in vb2008?
#5 · 16y ago
hopefordope
hopefordope
and one more thing can u disable the auto positioning
likewhen u move items in a from the computer starts making lines so it matches ex another button next to it
#6 · 16y ago
NextGen1
NextGen1
I don't think I understand the question.
#7 · 16y ago
Zoom
Zoom
Quote Originally Posted by hopefordope View Post
and one more thing can u disable the auto positioning
likewhen u move items in a from the computer starts making lines so it matches ex another button next to it
Why would you like to disable that?
#8 · 16y ago
Blubb1337
Blubb1337
Quote Originally Posted by hopefordope View Post
and one more thing can u disable the auto positioning
likewhen u move items in a from the computer starts making lines so it matches ex another button next to it
Hold alt key.
#9 · 16y ago
hopefordope
hopefordope
kk i will try alt key
#10 · 16y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • need some quick helpBy tens2 in Combat Arms Hacks & Cheats
    32Last post 18y ago
  • Enable (Need Some Quick Help)By Toke2hard in Combat Arms Help
    3Last post 15y ago
  • I NEED SOME SERIOUS HELP. PLEASE.By GoGrandma in Combat Arms Help
    4Last post 15y ago
  • Need Some Quick HelpBy Chemixx in WarRock Discussions
    9Last post 15y ago
  • I NEED SOME SERIOUS HELPBy Jawkneeboi in CrossFire Help
    0Last post 15y ago

Tags for this Thread

None