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]Injector with Auto Close[Solved]

[Help]Injector with Auto Close[Solved]

Posts 1–15 of 22 · Page 1 of 2
LY
Lyoto Machida
[Help]Injector with Auto Close[Solved]
Hello , Me and my friend, we are tryind to make a injector for crossfire with autoclose..

We already knows how to make a injector..But some one knows how to make it auto close after inject??

We already tryied to do that, but when it close, dont close only the injector..
Close the hack and the game...(Is for crossfire)

I hope some one help me..

If some one have a injector with source code, If you can give me i will be grateful..

Thanks.
#1 · 15y ago
NextGen1
NextGen1
There are numerous injectors (open source) on MPGH, plus a MPGH sdk which contains a class I built to make it easier.
#2 · 15y ago
Jason
Jason
Quote Originally Posted by -WØW'' View Post

We already knows how to make a injector..But some one knows how to make it auto close after inject??[/COLOR]
So when you say you "knows" how to make "a" injector, you're really trying to say you've learned how to press Ctrl+C shortly followed by Ctrl+V?
#3 · 15y ago
LY
Lyoto Machida
Quote Originally Posted by Jason View Post
So when you say you "knows" how to make "a" injector, you're really trying to say you've learned how to press Ctrl+C shortly followed by Ctrl+V?
No lol, We did everything, but when we made the function to autoclose..Doesnt works just close the hack or the game. ..


@NextGen Can you give me the link? I searched but didn found.
#4 · 15y ago
Jason
Jason
Quote Originally Posted by -WØW'' View Post
No lol, We did everything, but when we made the function to autoclose..Doesnt works just close the hack or the game. ..


@NextGen Can you give me the link? I searched but didn found.
Surely if you know everything about creating a working injector you would know how to close it afterwards /

Either your injection method is fucked up or you really don't know what you're doing.
#5 · 15y ago
LY
Lyoto Machida
The injector works fine without the autoclose..

Please dont stay with me..

Just answer me -.-'
#6 · 15y ago
War3Cadu
War3Cadu
Code:
Me.Close()
#7 · 15y ago
Astral Witch
Astral Witch
so you understand how to create a thread in an external process and feed it parameters but you can't close a form.

i wonder what that implies.. COUGHCOPYPASTECOUGH
#8 · 15y ago
cosconub
cosconub
look for your injection and find where it injects into the process, then after that add me.close()

or

form1.close() if your using multi forms
#9 · 15y ago
Lolland
Lolland
Hmm I kinda doubt you wrote all the code.. but anyways:

Code:
Me.Close()
#10 · 15y ago
Calebb
Calebb
What? Are you serious?

Anyway:

Code:
 Me.Close()
Lmao.
#11 · 15y ago
LY
Lyoto Machida
Damm guys...You think i dont know you to close the form???

I KNOW HOW TO CLOSE IT!!

BUT THE PROBLEM IS: WHEN IT CLOSE DONT INJECT -.-'
#12 · 15y ago
Calebb
Calebb
Alright then here's an example assuming these are your last lines of code:

Code:
  CreateRemoteThread(TargetProcessHandle, 0, 0, pfnStartAddr, lpBaseAddress, 0, (num5))

        CloseHandle(TargetProcessHandle)
        If Checkbox1.Checked = True Then  'If your using a checkbox to see whether or not their form closes when injection is successful. 
              Me.Close()
        Else
             'Do Nothing
Either way just put it under your final line in the injection process.
#13 · 15y ago
LY
Lyoto Machida
Quote Originally Posted by Calebb View Post
Alright then here's an example assuming these are your last lines of code:

Code:
  CreateRemoteThread(TargetProcessHandle, 0, 0, pfnStartAddr, lpBaseAddress, 0, (num5))

        CloseHandle(TargetProcessHandle)
        If Checkbox1.Checked = True Then  'If your using a checkbox to see whether or not their form closes when injection is successful. 
              Me.Close()
        Else
             'Do Nothing
Either way just put it under your final line in the injection process.

Thanks for trying to help..
But i already tried that, and the injector close but the hack 2 =/
But thanks anyway '-'

Edit: Its possible be a problem of the hack?
#14 · 15y ago
Calebb
Calebb
Your hard to understand lol. But yes it could be. Putting Me.Close() after it wouldn't have an affect on whether or not the hack injected or not unless you had it before the injection process. Test it with another working injector?
#15 · 15y ago
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Tags for this Thread

None