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 › Steam Games Hacks & Cheats › PLAYERUNKNOWN'S BATTLEGROUNDS (PUBG) Hacks & Cheats › h-leaker source code (BYPASS FOR BATTLE EYE)

h-leaker source code (BYPASS FOR BATTLE EYE)

Posts 1–15 of 38 · Page 1 of 3
OriginAIO
OriginAIO
h-leaker source code (BYPASS FOR BATTLE EYE)
It's time to show you my new project called "HLeaker".
It allows you to use the process handles from services/protected processes like csrss and lsass.

This uses a shellcode to set the handle to inherit status and CreateProcessAsUser to start a child process and inherit the opened handle.

You can use this to steal handles from other processes and use it for your own purposes.

How does it work?
Gets the processid of the process
Enumrates the handles using ServiceEnumHandles
Iterates through the HandleList and set the handle status to inherit using ServiceSetHandleStatus
Starts the child process with the inherited handle as parameter using ServiceStartProcess.

Use Visual Studio 2015 or higher to compile this and make sure you encrypt the shellcodes.

[B]I am not the original creator all credit goes to Schnocker

Virus scans:
Virustotal
Jotti
HLeaker-master_mpgh.net.zip
#1 · edited 8y ago · 8y ago
T-800
[MPGH]T-800
//Approved, source only.
#2 · 8y ago
VOSSWATER
VOSSWATER
Hleaker dont work anymore.
#3 · 8y ago
SW
swaee
Quote Originally Posted by ASIANBOY1989 View Post
It's time to show you my new project called "HLeaker".
It allows you to use the process handles from services/protected processes like csrss and lsass.

This uses a shellcode to set the handle to inherit status and CreateProcessAsUser to start a child process and inherit the opened handle.

You can use this to steal handles from other processes and use it for your own purposes.

How does it work?
Gets the processid of the process
Enumrates the handles using ServiceEnumHandles
Iterates through the HandleList and set the handle status to inherit using ServiceSetHandleStatus
Starts the child process with the inherited handle as parameter using ServiceStartProcess.

Use Visual Studio 2015 or higher to compile this and make sure you encrypt the shellcodes.

[B]I am not the original creator all credit goes to Schnocker

Virus scans:
Virustotal
Jotti
this is the second thread ive seen where u are literally
just copy/pasting someone elses work on this forum from another. are you just doing this for attention? lol
#4 · 8y ago
FX
fx666666
Asian are you going to stop being a skid trying to get rep from pasting stuff you never even did ?
#5 · 8y ago
OriginAIO
OriginAIO
Quote Originally Posted by fx666666 View Post
Asian are you going to stop being a skid trying to get rep from pasting stuff you never even did ?
lol I credit them I'm just sharing Bc pubg thread on mpgh is dead.

- - - Updated - - -

Quote Originally Posted by swaee View Post
this is the second thread ive seen where u are literally
just copy/pasting someone elses work on this forum from another. are you just doing this for attention? lol
Mpgh pubg tread is dead just trying to keep it current I asked OP for permission

- - - Updated - - -

You know unlike eclipse where He is trying to scam people. Who works with nightfallx I try and give out the source code to people who can't find it.

- - - Updated - - -

Quote Originally Posted by VOSSWATER View Post
Hleaker dont work anymore.
Um it does work. You have to change shellcode
#6 · 8y ago
DM
dman223
Quote Originally Posted by ASIANBOY1989 View Post
lol I credit them I'm just sharing Bc pubg thread on mpgh is dead.

- - - Updated - - -



Mpgh pubg tread is dead just trying to keep it current I asked OP for permission

- - - Updated - - -

You know unlike eclipse where He is trying to scam people. Who works with nightfallx I try and give out the source code to people who can't find it.

- - - Updated - - -



Um it does work. You have to change shellcode
Can u aborate on the shellcode? Ive seen some posts about it elsewhere but no one spoke real clearly on it. First of all... Where IS the shell code lol. And then what can it be changed to to still function?
#7 · 8y ago
JA
jay1337s
Quote Originally Posted by dman223 View Post
Can u aborate on the shellcode? Ive seen some posts about it elsewhere but no one spoke real clearly on it. First of all... Where IS the shell code lol. And then what can it be changed to to still function?
It's in the source code in the Service file.
#8 · 8y ago
DM
dman223
Quote Originally Posted by jay1337s View Post
It's in the source code in the Service file.
Thank you. How can i be changed? Isnt it instruction for the entire application? I just dont understand when people say "change it" change it to randomness, or specific codes?

And which one here is it?

What if i just obfuscate everything before compiling?
Screenshot_20171012-071403.jpg Screenshot_20171012-071353.jpg
#9 · edited 8y ago · 8y ago
JA
jay1337s
Quote Originally Posted by dman223 View Post
Thank you. How can i be changed? Isnt it instruction for the entire application? I just dont understand when people say "change it" change it to randomness, or specific codes?

And which one here is it?

What if i just obfuscate everything before compiling?

I guess you will have to study C/C++, no one will baby feed you (I wish I could).
#10 · 8y ago
DM
dman223
Quote Originally Posted by jay1337s View Post
I guess you will have to study C/C++, no one will baby feed you (I wish I could).
What about adding junk code randomly between the shell code? Because isnt it detected as a signature, like punkbuster?
#11 · 8y ago
JA
jay1337s
Quote Originally Posted by dman223 View Post
What about adding junk code randomly between the shell code? Because isnt it detected as a signature, like punkbuster?
It probably is sigged yes, but you'd have to add tons of stuff I think.
#12 · 8y ago
OriginAIO
OriginAIO
Quote Originally Posted by jay1337s View Post
It probably is sigged yes, but you'd have to add tons of stuff I think.
Not 100% correct adding nops should be good enough.
#13 · 8y ago
JA
jay1337s
Quote Originally Posted by ASIANBOY1989 View Post
Not 100% correct adding nops should be good enough.
I see, will look that up. Do you have Skype by any chance and wouldn't mind helping a newbie here and then? Started with C a while back and would really appreciate any help.
#14 · 8y ago
DM
dman223
Quote Originally Posted by jay1337s View Post
I see, will look that up. Do you have Skype by any chance and wouldn't mind helping a newbie here and then? Started with C a while back and would really appreciate any help.
what are nops btw? saw in a post on UC that they do not work.
#15 · 8y ago
Posts 1–15 of 38 · Page 1 of 3

Post a Reply

Similar Threads

  • Can someone explain to me how a bypass for Battle eye works?By stephennassan in DayZ Mod & Standalone Hacks & Cheats
    5Last post 13y ago
  • Help Source Code Bypass XIGNCODE Special Force Thailand.By newliizsai4 in Soldier Front General
    8Last post 13y ago
  • Source Code needed for experience .Net developer (C# or VB)By b0urner in Visual Basic Programming
    3Last post 16y ago
  • what are source codes used forBy lagathon121 in CrossFire Help
    0Last post 16y ago
  • [IDEE]hack source code forum for peapel who can scriptBy lauwy in CrossFire Hack Coding / Programming / Source Code
    0Last post 16y ago

Tags for this Thread

None