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 › Need help asap with hack making

Need help asap with hack making

Posts 1–5 of 5 · Page 1 of 1
_C
_corn_
Need help asap with hack making
Hi all,

When getting the handle to CShell, should I use LoadLibrary or GetModuleHandle? What is the difference? And also what is the difference between LoadLibrary and LoadLibraryA??

@michielr can u help
#1 · edited 14y ago · 14y ago
Swag
Swag
You can use both,
but I recommend you GetModuleHandle, i use that.
#2 · 14y ago
_C
_corn_
@michielr

What is the A on the end of GetModuleHandleA for? Do you need it?
#3 · 14y ago
derh.acker
derh.acker
A is for ANSII strings (char array), it supports less than 256 chars.
W is for UNICODE strings (wchar array), it supports very much chars, but it needs a bit more space.
LoadLibrary loads a library if it isn't already loaded and returns the begin of the module.
GetModuleHandle just returns the begin of the module and is a bit faster.
#4 · 14y ago
giniyat101
giniyat101
Quote Originally Posted by _corn_ View Post
Hi all,

When getting the handle to CShell, should I use LoadLibrary or GetModuleHandle? What is the difference? And also what is the difference between LoadLibrary and LoadLibraryA??

@michielr can u help
the difference is LoadLibrary loads the dll if not exists and returns its handle while GetModuleHandle just returns the handle or NULL if not existing
just use GetModuleHandle and wait it return something != NULL
#5 · 14y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • i need help plz with hack[SOLVED]By yehialove in CrossFire Help
    6Last post 16y ago
  • i need help whit simpson hackBy bloodzor in CrossFire Help
    9Last post 15y ago
  • Need HELP ASAPBy darkdrayken in Combat Arms Help
    8Last post 15y ago
  • Need help by this Hack pls helpBy badgamer in WarRock - International Hacks
    0Last post 19y ago
  • need help on invisible hackBy iwillkillyou in WarRock - International Hacks
    1Last post 20y ago

Tags for this Thread

None