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 › Other Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › [HELP]Bypassing PunkBuster

[HELP]Bypassing PunkBuster

Posts 1–15 of 16 · Page 1 of 2
*Marneus901*
*Marneus901*
[HELP]Bypassing PunkBuster
Hey; its been a couple months sense I had last logged on here.
Just wondering how we bypass WarRock for memory editing now. I was working on a bypass awhile ago, but then I got a new full-time job, and forget everything that I worked on.

If someone could just post if its public; or if private, then contact me privately. It would help alot.

Thanks
-Marneus901
#1 · 18y ago
IIDracula
IIDracula
you can find it just look at the topics !
#2 · edited 18y ago · 18y ago
*Marneus901*
*Marneus901*
Quote Originally Posted by IIDracula View Post
you can find it just look at the topics !
Dont talk to me that way, provide a link if you think theres one about it that actually works.
I fucking checked over 10 pages asshole >_>
#3 · 18y ago
juppeli
juppeli
a) Scan Redirection
b) "Turn off hack before scanning" which is idiotic
c) Patch md5 in strings before output encryption
d) Handle all data sent through sendto
e) Handle all data sent through _vsnprintf
f) Do VEH/SEH on data when it gets scanned and return X, Y, or Z for data
g) Redirect function calls of the game itself
h) Forge the entire client, and handle everything (Global PB hack really)
Scan1: Base + 0x40276
Scan2: Base + 0x21C1
Something you should try out, credits to uNrEaL. I think I may also try this, I'll contact you if I get anything ready

E: Yeah, and I think for a start I'm gonna try it with patching those pbcl calls. It seems easy enough

Code:
void __declspec( naked ) new_pbMemScan ( int a1 ,int a2 )
{
    _asm
    {
        MOV dwSaved, EAX        // Preserve EAX
        POP EAX                    // POP EAX, now EAX contains the return address
        MOV dwReturn, EAX        // Sets dwReturn to hold the return address
        CALL ReStore            // Restore Hacks
        MOV EAX, dwSaved        // Restores EAX to the origional value before we popped it
        JMP dwReturn            // We jump back to the address which we saved earlier
    }
}
Something what you should look at, still not working properly
credits to *** cobra

And no, there is no topics at MPGH about bypassing after you left

You got Xfire?
#4 · edited 18y ago · 18y ago
OL
olie122333
Quote Originally Posted by IIDracula View Post
you can find it just look at the topics !
no there isn't. this is private knowledge.



hey add me on MSN:
olie122333@dutchonline****************

or xfire:
olie122333

I will teach you (AND ONLY YOU) how to bypass.

NO ONE ELSE CONTACT ME THROUGH THIS OR THE PM SYSTEM ASKING TO KNOW HOW, OR I WILL REPORT YOU FOR HURASSMENT!
#5 · 18y ago
*Marneus901*
*Marneus901*
Quote Originally Posted by juppeli View Post
Something you should try out, credits to uNrEaL. I think I may also try this, I'll contact you if I get anything ready

E: Yeah, and I think for a start I'm gonna try it with patching those pbcl calls. It seems easy enough

Code:
void __declspec( naked ) new_pbMemScan ( int a1 ,int a2 )
{
    _asm
    {
        MOV dwSaved, EAX        // Preserve EAX
        POP EAX                    // POP EAX, now EAX contains the return address
        MOV dwReturn, EAX        // Sets dwReturn to hold the return address
        CALL ReStore            // Restore Hacks
        MOV EAX, dwSaved        // Restores EAX to the origional value before we popped it
        JMP dwReturn            // We jump back to the address which we saved earlier
    }
}
Something what you should look at, still not working properly
credits to *** cobra

And no, there is no topics at MPGH about bypassing after you left

You got Xfire?
Yea i got XFire - marneus901
But dont you still have my MSN? I jsut forget whos who in over 1,000 contacts adding me >_<
And yea, figured nothing popped up T.T

When i left, i remember leaving with knowing that there were 2 PBCheck functions, one was the original one, and another that also checked that one...
Ive been working on antihack security for LegendGamers Gunz, and an XTRAP Bypass for iGunz (SO DAM CLOSE TOO!). I am almost able to login, but a weird window popsup ;p

@ oli122333, i added you via both xfire and MSN.
#6 · 18y ago
juppeli
juppeli
Quote Originally Posted by *Marneus901* View Post
Yea i got XFire - marneus901
But dont you still have my MSN? I jsut forget whos who in over 1,000 contacts adding me >_<
And yea, figured nothing popped up T.T

When i left, i remember leaving with knowing that there were 2 PBCheck functions, one was the original one, and another that also checked that one...
Ive been working on antihack security for LegendGamers Gunz, and an XTRAP Bypass for iGunz (SO DAM CLOSE TOO!). I am almost able to login, but a weird window popsup ;p

@ oli122333, i added you via both xfire and MSN.
Yeah I do but I prefer Xfire over MSN (I added yo btw). Yep there was at least 2 functions, and punkbuster updated and PB_P method won't work anymore. With this call technique, as I understood it, there is no need to patch the check that checks the check. But lets continue in private so those punkbuster fagots won't find out
#7 · 18y ago
GO
Gordon`
KEEP IT SECRET!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
omfg, every who can use a disassembler can bypass pb
#8 · 18y ago
OL
olie122333
Quote Originally Posted by *Marneus901* View Post
Yea i got XFire - marneus901
But dont you still have my MSN? I jsut forget whos who in over 1,000 contacts adding me >_<
And yea, figured nothing popped up T.T

When i left, i remember leaving with knowing that there were 2 PBCheck functions, one was the original one, and another that also checked that one...
Ive been working on antihack security for LegendGamers Gunz, and an XTRAP Bypass for iGunz (SO DAM CLOSE TOO!). I am almost able to login, but a weird window popsup ;p

@ oli122333, i added you via both xfire and MSN.
Yeh, accepted.

My way to bypass PB is not with 2 functions though, we have to NOP 5 addies.
Hope you don't mind ?


AND FUCKING NUBS, I TOLD YOU NOT TO ADD ME UNLESS YOUR NAME IS *Marneus901*, SO STOP ADDING ME!!!
#9 · 18y ago
*Marneus901*
*Marneus901*
Quote Originally Posted by Gordon` View Post
KEEP IT SECRET!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
omfg, every who can use a disassembler can bypass pb
Gordon, stfu. You cant even use my GetByte function correctly, so how can you use OllyDBG correctly? >_>

@Olie
And NOP? That just sounds so simple. Ide like to see how, then try another way... NOP is so old to me LOL =P
But yea, pulling an all nighter tonight, gf's coming over tommorrow night, so ill be on for a couple hours to catch ya.
#10 · 18y ago
juppeli
juppeli
Quote Originally Posted by *Marneus901* View Post
Gordon, stfu. You cant even use my GetByte function correctly, so how can you use OllyDBG correctly? >_>

@Olie
And NOP? That just sounds so simple. Ide like to see how, then try another way... NOP is so old to me LOL =P
But yea, pulling an all nighter tonight, gf's coming over tommorrow night, so ill be on for a couple hours to catch ya.
He could nop scan function calls, I just don't know is punkbuster stupid enough for that
#11 · 18y ago
GO
Gordon`
Quote Originally Posted by *Marneus901* View Post
Gordon, stfu. You cant even use my GetByte function correctly, so how can you use OllyDBG correctly? >_>

@Olie
And NOP? That just sounds so simple. Ide like to see how, then try another way... NOP is so old to me LOL =P
But yea, pulling an all nighter tonight, gf's coming over tommorrow night, so ill be on for a couple hours to catch ya.
why do you say stfu to me? how old are you please?
ive bypassed pb successfully, and you? just phail attempts?
#12 · edited 18y ago · 18y ago
*Marneus901*
*Marneus901*
LOL ive tried bypassing PB once using detours; i go in blindly, and i do make a good hook, just didnt have the correct scan function, well at the time, it was private (meaning no one knew were the new function is). Im 18, got a full-time job. Had to focus on that rather than PB. Its been awhile, dunno how PB evolved. So yea, stfu like i said.

@juppeli
if PB is really that stupid, then ill cut myself. XTRAP is alot harder to bypass then PB if thats all it takes... >_>
#13 · edited 18y ago · 18y ago
juppeli
juppeli
Quote Originally Posted by *Marneus901* View Post
LOL ive tried bypassing PB once using detours; i go in blindly, and i do make a good hook, just didnt have the correct scan function, well at the time, it was private (meaning no one knew were the new function is). Im 18, got a full-time job. Had to focus on that rather than PB. Its been awhile, dunno how PB evolved. So yea, stfu like i said.

@juppeli
if PB is really that stupid, then ill cut myself. XTRAP is alot harder to bypass then PB if thats all it takes... >_>
Don't forget your gf (which requires a lot of your free time). Come to X-fire so we could smack pb together?
#14 · 18y ago
GO
Gordon`
im using 1 jmp detour to bypass pb. also im using the string patch methode. the problem is you have to find the function where the full string is stored. hook it and patch the strings

took about 2(?) hours
#15 · 18y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • Help Bypass??????By shadowsecret in WarRock - International Hacks
    10Last post 19y ago
  • Any way to bypass Punkbuster?By metal42 in WarRock - International Hacks
    4Last post 19y ago
  • NEED HELP plz(Punkbuster)By Dj Key in WarRock - International Hacks
    3Last post 19y ago
  • Help! BypassBy yazh58 in WarRock - International Hacks
    3Last post 19y ago
  • bypass punkbuster whitelist tut 3By llvengancell in WarRock - International Hacks
    1Last post 19y ago

Tags for this Thread

#helpbypassing#punkbuster