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 › [HELP]Manual/Auto Inject option

[HELP]Manual/Auto Inject option

Posts 1–7 of 7 · Page 1 of 1
Klumzy
Klumzy
[HELP]Manual/Auto Inject option
I want to add a manual and auto inject option but idk the code since im a noob ... Can anyone give me a source or tutorial?
#1 · 16y ago
XG
XGelite
use a timer
and use system pause/pause thingi

Code:
Threading.Thread.Sleep(1000)

and let the user decide how long that pause should be.
#2 · edited 16y ago · 16y ago
WT
wtfiwantthatname
For auto use a timer to detect if the process is running yet and when the process is found to be running stop the timer and call your inject function. And for manual just check to see if the process is running and if so call your inject function.
#3 · 16y ago
Zoom
Zoom
Quote Originally Posted by XGelite View Post
use a timer
and use system pause/pause thingi

Code:
Threading.Thread.Sleep(1000)

and let the user decide how long that pause should be.
Give ma creeeditzz (just kidding)
#4 · 16y ago
IA
Iamazn1
The Above two posts arnt gonna help you. I assume your using Uglehs tut right? If so, follow this:
Manual: Add this to button
Code:
Call Inject()
Auto: Add this to button
Code:
Timer1.Start()
'replace timer with your Timer that calls Inject()
#5 · 16y ago
Klumzy
Klumzy
I dont think the auto button code works because it just closes
#6 · 16y ago
IA
Iamazn1
Quote Originally Posted by Klumzy View Post
I dont think the auto button code works because it just closes
Remove Me.Close in Private Sub Inject
#7 · 16y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Flames Injector v3.1 (Now with Multi-dll Inject option**, manual option**, + delayop)By CAFlames in MapleStory Hacks, Cheats & Trainers
    15Last post 16y ago
  • Auto Inject HelpBy ☆TIS☆ in Visual Basic Programming
    27Last post 15y ago
  • [Help]Auto Inject[Solved]By DS45SD in Visual Basic Programming
    6Last post 15y ago
  • Injector help - Auto-InjectBy CheatCreatorzz in CrossFire Help
    5Last post 15y ago
  • I need manual inject code and auto inject code and close after injection codeBy [CFGH] in CrossFire Help
    2Last post 15y ago

Tags for this Thread

#helpmanual or auto#inject#option