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 › C++/C Programming › Need some help for my bypass.

Need some help for my bypass.

Posts 1–15 of 15 · Page 1 of 1
TM
tmha
bypass. {Working now}bytes needed how to?
Not solved:
Bytes like

const BYTE nop[3] = {0x90,0x90,0x90};
how do i get those? help me and ill give u a 90% complete source with boneshot unlimammo gm spectate vehicle invis and MUCH more

void unlimAmmo(){

DWORD dwProtect;
const BYTE nop[3] = {0x90,0x90,0x90};
VirtualProtect((void*)(ADR_UNLAMMO1), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO1, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO1), 3, dwProtect, NULL);

VirtualProtect((void*)(ADR_UNLAMMO2), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO2, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO2), 3, dwProtect, NULL);

VirtualProtect((void*)(ADR_UNLAMMO3), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO3, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO3), 3, dwProtect, NULL);

}





THIS IS SOLVED:

Ok, my problem is that everytime i play for like 5mins i get detected so i have a bypass:
I think it is a EPIC fail so please help me correct it..
Btw: my hack

void unlimAmmo(){

DWORD dwProtect;
const BYTE nop[3] = {0x90,0x90,0x90};
VirtualProtect((void*)(ADR_UNLAMMO1), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO1, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO1), 3, dwProtect, NULL);

VirtualProtect((void*)(ADR_UNLAMMO2), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO2, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO2), 3, dwProtect, NULL);

VirtualProtect((void*)(ADR_UNLAMMO3), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO3, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO3), 3, dwProtect, NULL);

}
Bypass:

void __cdecl Bypass(void)
{
long EhSvc = (long)GetModuleHandleA("EhSvc.dll");
if(EhSvc!=0) {
int Memory1 =(EhSvc+0xB3DD4);
int Memory2 =(EhSvc+0xB3DD8);
int Memory3 =(EhSvc+0xB3DF8);
int Memory4 =(EhSvc+0xB6148);
int Memory5 =(EhSvc+0xB3860);
int Memory6 =(EhSvc+0xC0200);
int Memory7 =(EhSvc+0xC0340);
int Memory8 =(EhSvc+0xB35B4);
int Memory9 =(EhSvc+0xB009C);
int Memory10=(EhSvc+0xB726C);
int Memory11=(EhSvc+0xBCE40);
int Memory13=(EhSvc+0xB3DE4);
int Memory14=(EhSvc+0xB3DF4);
int Memory15=(EhSvc+0xB3E04);
int Memory16=(EhSvc+0xB35FC);
int Memory17=(EhSvc+0xC0B58);
int Memory18=(EhSvc+0xBBCC4);
int Memory19=(EhSvc+0xBBCB8);
int Memory20=(EhSvc+0xC0B3C);
int Memory21=(EhSvc+0xB337C);
int Memory22=(EhSvc+0xB34B4);
int Memory23=(EhSvc+0xB3400);
int Memory24=(EhSvc+0xB33D4);
int Memory25=(EhSvc+0xB3524);
int Memory26=(EhSvc+0xB3524);
DWORD oldprot;
VirtualProtect((void*)(Memory1),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory1) = 4;
VirtualProtect((void*)(Memory2),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory2) = 4;
VirtualProtect((void*)(Memory3),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory3) = 4;
VirtualProtect((void*)(Memory4),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory4) = 4;
VirtualProtect((void*)(Memory5),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory5) = 4;
VirtualProtect((void*)(Memory6),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory6) = 4;
VirtualProtect((void*)(Memory7),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory7) = 4;
VirtualProtect((void*)(Memory8),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory8) = 4;
VirtualProtect((void*)(Memory9),0x6,PAGE_EXECUTE_R EADWRITE,&oldprot);
*(DWORD*)(Memory9) = 4;
VirtualProtect((void*)(Memory10),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory10) = 4;
VirtualProtect((void*)(Memory11),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory11) = 4;
VirtualProtect((void*)(Memory13),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory13) = 4;
VirtualProtect((void*)(Memory14),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory14) = 4;
VirtualProtect((void*)(Memory15),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory15) = 4;
VirtualProtect((void*)(Memory16),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory16) = 4;
VirtualProtect((void*)(Memory17),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory17) = 4;
VirtualProtect((void*)(Memory18),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory18) = 4;
VirtualProtect((void*)(Memory19),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory19) = 4;
VirtualProtect((void*)(Memory20),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory20) = 4;
VirtualProtect((void*)(Memory21),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory21) = 4;
VirtualProtect((void*)(Memory22),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory22) = 4;
VirtualProtect((void*)(Memory23),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory23) = 4;
VirtualProtect((void*)(Memory24),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory24) = 4;
VirtualProtect((void*)(Memory25),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory25) = 4;
VirtualProtect((void*)(Memory26),0x6,PAGE_EXECUTE_ READWRITE,&oldprot);
*(DWORD*)(Memory26) = 4;
}
}

void Loop(void)
{
for(;{
DWORD EhSvc = (DWORD)GetModuleHandleA("EhSvc.dll");
if(EhSvc!=0)
{
Bypass();
}
Sleep(25);
}
}



EDIT: #include "LW.h"
is in it... and it build correctly 0 warnings 0 errors.
#1 · edited 16y ago · 16y ago
ghostracerx
ghostracerx
Wrong section. Try posting in C++, then maybe I have a proper look. :\
#2 · 16y ago
-.
-.-Givemetime
Seems a good bypass, depens were you call it in your hack?

Btw, why did you __cdecl void it?
void is enough...
#3 · 16y ago
Czar
Czar
I'm just going to move this to C++, this is more around their expertise.
#4 · 16y ago
That0n3Guy
That0n3Guy
Quote Originally Posted by tmha View Post
Ok, my problem is that everytime i play for like 5mins i get detected so i have a bypass:
I think it is a EPIC fail so please help me correct it..
Btw: my hack



Bypass:






EDIT: #include "LW.h"
is in it... and it build correctly 0 warnings 0 errors.
I'm not an expert, but, don't you need a main thread?
#5 · 16y ago
iPhone12
iPhone12
Cool but wrong section
#6 · 16y ago
PI
Pixipixel_
Quote Originally Posted by iPhone12 View Post
Cool but wrong section
Nope it's the right section.
[MPGH]Czar moved it from WarRock to C++.
#7 · 16y ago
rwkeith
rwkeith
It would help if we knew what the game was protected by...
#8 · 16y ago
TM
tmha
Hehe probably its in the bytes i forgot to change the bytes any help for doing this? from boneshot or w/e?
#9 · 16y ago
Hell_Demon
Hell_Demon
Leeched & Fack off
#10 · 16y ago
TM
tmha
Quote Originally Posted by Hell_Demon View Post
Leeched & Fack off
Haha go suck my
nerdo this is not leached go get a life,
#11 · 16y ago
Hell_Demon
Hell_Demon
Quote Originally Posted by tmha View Post
Haha go suck my
nerdo this is not leached go get a life,
Ok let my quote some stuff from you:
Quote Originally Posted by tmha
Not solved:
Bytes like

const BYTE nop[3] = {0x90,0x90,0x90};
and

Quote Originally Posted by tmha
Btw: my hack

void unlimAmmo(){

DWORD dwProtect;
const BYTE nop[3] = {0x90,0x90,0x90};
VirtualProtect((void*)(ADR_UNLAMMO1), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO1, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO1), 3, dwProtect, NULL);

VirtualProtect((void*)(ADR_UNLAMMO2), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO2, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO2), 3, dwProtect, NULL);

VirtualProtect((void*)(ADR_UNLAMMO3), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_UNLAMMO3, &nop, 3);
VirtualProtect((void*)(ADR_UNLAMMO3), 3, dwProtect, NULL);

}
Now lets see, You don't know what 0x90 does, yet you use it in the code that you claim is yours.

Please, die from eye cancer you f*cking leecher
#12 · 16y ago
PI
Pixipixel_
Quote Originally Posted by Hell_Demon View Post
Ok let my quote some stuff from you:


and



Now lets see, You don't know what 0x90 does, yet you use it in the code that you claim is yours.

Please, die from eye cancer you f*cking leecher

wow pwned ! omfg nice one
#13 · 16y ago
TM
tmha
1. ur a beatch we all know that
2. I got that code of my friend and i did NOT say it was mine.
3. Dont say the word cancer
4. You are a motherfucking bitch fucking dickhead

Quote Originally Posted by Hell_Demon View Post
Ok let my quote some stuff from you:


and



Now lets see, You don't know what 0x90 does, yet you use it in the code that you claim is yours.

Please, die from eye cancer you f*cking leecher
#14 · 16y ago
why06
why06
Quote Originally Posted by tmha View Post
1. ur a beatch we all know that
2. I got that code of my friend and i did NOT say it was mine.
3. Dont say the word cancer
4. You are a motherfucking bitch fucking dickhead
That's enough flaming. It's obvious you don't know exactly what the code does. I would ask your friend what it does, because as far as I can see its incomplete and is obviously leeched. I personally don't care whether it was your friend or not, same basic idea. No one can help you with random code snippets that make absolutely no sense.
#15 · 16y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • Need some help for rank hackBy RTY1941 in Call of Duty Modern Warfare 2 Help
    1Last post 16y ago
  • I need some help for " How to make a Tutorial map "By quanvupy in CrossFire Discussions
    14Last post 15y ago
  • Need some Help, Nothing is working for meBy shnuqc in Combat Arms Help
    5Last post 16y ago
  • [SOLVED]Need some help about bypassBy mulanboyaq27 in CrossFire Help
    7Last post 15y ago
  • hey i need some hacks for this game can any1 helpBy CrUsHa in Hack Requests
    10Last post 20y ago

Tags for this Thread

#bypass