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 › Superbullets Idea Help

LightbulbSuperbullets Idea Help

Posts 1–15 of 33 · Page 1 of 3
CR
crazygamer53
Superbullets Idea Help
Hey My friend is working on a superbullets hack. We need some help from the mpgh community. We need help figuring out how to find memory addresses for hacks. For superbullets specificly we need to find out how to edit weapon stats, if that doesn't work we may need to find another method to shoot through walls. I thought if we got this done it could go on the mpgh VIP. Also dont release direct source codes, the choobs will copy any working source code to gorfag, you know who i mean. I think I just need to know what files make up the buildings in game. Something else that could help would be any way to edit bullet penetration or damage. Anyone who helps with this would get credit.
#1 · 16y ago
labbu63
labbu63
i dont think super bullets is through a address
#2 · 16y ago
FA
fadee
the guns damage is server sided so there isn't any way to get you modifying the damage but you can edit the recoil fire rate by editing the .rez files go to the modding section and ther u will c what i mean lol
#3 · 16y ago
CR
crazygamer53
Quote Originally Posted by labbu63 View Post
i dont think super bullets is through a address
I dont think so either, I meant if you wanted to change damage as well. My friend thinks he could get it to shoot thru walls if he can get some more info. If not he might not be able to do it. He says with the files that make up the walls and some info on how to mod them or make bullets react like there's no wall there. I know MPGH used to have a shoot through walls feature in the VIP, i figured someone would know something, even how it was done before the huge patch.
#4 · 16y ago
CR
crazygamer53
Quote Originally Posted by fadee View Post
the guns damage is server sided so there isn't any way to get you modifying the damage but you can edit the recoil fire rate by editing the .rez files go to the modding section and ther u will c what i mean lol
Are you sure damage is server sided because one well known VIP site with the knife hacks (You probbably know which one) has a superbullets know as Ultimate superbullets which is One hit kill.
#5 · 16y ago
labbu63
labbu63
yeah well i dont think recoil or damage is server sided it is in attributes.rez which is in some kind of code as ive heard
#6 · edited 16y ago · 16y ago
KI
KingJamesRulz
Hey dude, all hacks that are made for Combat Arms are made up of editing addreses with C++. If you want to make a Super Bullet hack, use Cheat Engine or HMS. Good luck.
#7 · 16y ago
labbu63
labbu63
not all cause how would u find a addie for super bullets in a cheat engine seriously n i dont think chams is addie either so i think u might be wrong on that one kingjames
#8 · 16y ago
CR
crazygamer53
Quote Originally Posted by labbu63 View Post
not all cause how would u find a addie for super bullets in a cheat engine seriously n i dont think chams is addie either so i think u might be wrong on that one kingjames
I'll try decrypting the attributes.rez contents. I have a program that can unpack some dlls and exes. If i post the unpacked files people could probably figure stuff out. I just dont know how to decompile to source code. I'll be back to check in a few hours to see the progress.
#9 · 16y ago
KI
KingJamesRulz
Quote Originally Posted by labbu63 View Post
not all cause how would u find a addie for super bullets in a cheat engine seriously n i dont think chams is addie either so i think u might be wrong on that one kingjames
Yea for the exception of Chams and D3D stuff that your making. You need to hook The chams to Engine.exe. I'm pretty sure you have to find the Value of the wall or guns or address.
#10 · 16y ago
why06
why06
Quote Originally Posted by crazygamer53 View Post
I'll try decrypting the attributes.rez contents. I have a program that can unpack some dlls and exes. If i post the unpacked files people could probably figure stuff out. I just dont know how to decompile to source code. I'll be back to check in a few hours to see the progress.
Yeh, I've been at that for a while, but I think I found a possibly solution. It's just gonna take a little while to explore the option. That's why Im working up my skill at disassembly right now.

In anycase you don't need that to make a superbullet hack. Naturally certain models have different properties. The game detects collisions with walls, and usually the bullet does not go through. What you need to find is the address that determines rather a bullet will stop at a wall or go right through. I wouldn't know for sure. seems more like a D3D hack though.
#11 · 16y ago
CR
crazygamer53
Quote Originally Posted by why06 View Post
Yeh, I've been at that for a while, but I think I found a possibly solution. It's just gonna take a little while to explore the option. That's why Im working up my skill at disassembly right now.

In anycase you don't need that to make a superbullet hack. Naturally certain models have different properties. The game detects collisions with walls, and usually the bullet does not go through. What you need to find is the address that determines rather a bullet will stop at a wall or go right through. I wouldn't know for sure. seems more like a D3D hack though.
Well if you are trying to figure it out too, maybe we could have a whole group of people work at making good hacks. I have a few new antikick ideas, but I wont post because they're simple enough for choobs to leech to gorfag.
#12 · 16y ago
JA
Jarppi
well ill love to see m32 bullets shot like sniper :P
#13 · 16y ago
why06
why06
Quote Originally Posted by crazygamer53 View Post
Well if you are trying to figure it out too, maybe we could have a whole group of people work at making good hacks. I have a few new antikick ideas, but I wont post because they're simple enough for choobs to leech to gorfag.
Sounds like a plan, but I wouldn't go as far as calling it a hack team or anything, those sorta fail. If you want to we can sort of create an msn group, shoot over some ideas to each other, and stuff. I like that better then trying to make some gay usergroup on MPGH. Personally Im working on expanding my knowledge base right now so I can crack the attribute files, but I can help on other things while Im busy doing that. Also we're gonna need some people who can serach for addresses, Im better at working at Olly, my laptop doesn't have the power to search for addresses efficiently plus I can never get a CE to work =/
#14 · 16y ago
CR
CRUSTY
I think you can find the addresses for the walls' positions and either make the walls "go away" (delete the address maybe...?) or change their composition to something that is non-solid

I saw a video on youtube of Lolz2much's hack that made the walls disappear completely and he could shoot through them and see other players and stuff (it was in death room)

But I'm not good at that stuff cuz I have no coding skills whatsoever
#15 · 16y ago
Posts 1–15 of 33 · Page 1 of 3

Post a Reply

Similar Threads

  • memory editing idea/helpBy ihacksumtimes in Combat Arms Help
    1Last post 16y ago
  • A Great Idea. Help MeBy Personality in Showroom
    6Last post 15y ago
  • ok help plz i have no idea how to hack i need help!!!By tt4life24 in WarRock - International Hacks
    1Last post 17y ago
  • I have an idea but i need help.By raptor217 in Combat Arms Hacks & Cheats
    28Last post 18y ago
  • help on lolz2much hex editor idea<<>>§§§By arodsport in Combat Arms Help
    5Last post 16y ago

Tags for this Thread

None