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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › [HELP]How to make a dll hack

Exclamation[HELP]How to make a dll hack

Posts 1–13 of 13 · Page 1 of 1
FA
fadee
[HELP]How to make a dll hack
I have this address "377315A8" (i found it i am tryin to learn) for unlimited respawn.
I just want to convert it a dll file that is injectable to CA and i want to be freezed on "1" so it works. and when i inject it it pops up MPGH website it will probley be tha same as "Project Life Giver by Helicopter12 and PowerFear.dll" but i want it to pop up MPGH and i want to learn lol.
So can some one help me by posting the code. (if you don't want to spent time just give me the myths you use and i will google it) i want to learn and help.

Ya am a noob at coding, but even you learned coding from someone so don't flame.
#1 · 16y ago
WH
whit
there is a way to do this i think..first you have to learn how to start off a dll..
#2 · 16y ago
FA
fadee
i already know how to start it i just want to know the comand to freeze the value
#3 · 16y ago
dubs
dubs
take coding courses
#4 · 16y ago
matypatty
matypatty
Quote Originally Posted by fadee View Post
i already know how to start it i just want to know the comand to freeze the value
repeat the command that changes the value
#5 · 16y ago
neononxxx
neononxxx
Go to school.
#6 · 16y ago
matypatty
matypatty
Quote Originally Posted by neononxxx View Post
Go to school.
dont be mean
we all have to start somewhere
#7 · 16y ago
Samueldo
Samueldo
Quote Originally Posted by matypatty View Post
dont be mean
we all have to start somewhere
Yes, but most people WILL start in school. It's a fact.

Try looking at Gellin's old base and see what you can do.
#8 · 16y ago
CT
ctpsolo
Quote Originally Posted by fadee View Post
i already know how to start it i just want to know the comand to freeze the value
If you don't have hotkeys then make it as simple as possible for yourself...

while(1!=2){
//hack command goes here
Sleep(20)
}

With hotkeys, you could use a bool to indicate whether the hack is triggered and if so, change the value repeatedly.

while(1!=2){

if(hotkeyispressed){ //pseudo code
respawn=true;
}

if(respawn==true){
//hack command
}
Sleep(20)
}

Don't think it becomes more simple than this...
#9 · 16y ago
why06
why06
Quote Originally Posted by matypatty View Post
don't be mean
we all have to start somewhere
Yes what's wrong with starting in school. Anyway you need to learn a little bit of basic stuff first, if you actly want to learn that is, however here take a look at this: http://www.mpgh.net/forum/31-c-c/111...er-making.html

Pretty good explanation on how to make a trainer. Using this and Gellin's PushtoConsole method you could retrofit ur own hack using nothing but hotkeys. Keep it simple try to make a superjump.

Some other hacks will require you atleast understand a loop structure. Technically you don't need to know any langauge to hack just how the game works, but that's just a formality we hackers like to say. Its almost a given that you will learn some language otherwise ur truly limited in what you can do.

Hmmm... maybe I should write a small tutorial on a simple P2C (Push2Console) trainer... =/
#10 · 16y ago
FA
fadee
thanx guys espacily u why06 for the useful link thanx again
#11 · 16y ago
zmansquared
zmansquared
I can help you. pm if you need help
#12 · 16y ago
CO
codechan
can you please help me make one for combat arms
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • How to make a dll hack - LEACHED!!!By rickj1996 in C++/C Programming
    5Last post 16y ago
  • How To Make A DLL Hack For WarRockBy kakec161 in C++/C Programming
    3Last post 16y ago
  • Help how i make me own hackBy jordyg1990 in Call of Duty Modern Warfare 2 Help
    6Last post 16y ago
  • [RELEASE]how to make a /dll hack undetected .By DRAKE` in Alliance of Valiant Arms (AVA) Hacks & Cheats
    85Last post 15y ago
  • [HELP] How To Making DLL HackBy Rajalawak in C++/C Programming
    30Last post 15y ago

Tags for this Thread

None