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 › Battlefield Hacks & Cheats › Battlefield 3 (BF3) Hacks & Cheats › m_gravity

m_gravity

Posts 1–2 of 2 · Page 1 of 1
AraaasH
AraaasH
m_gravity
K so here's what I've thrown down a couple of months ago for my basic thingy.
Does anyone have an up to date list of offsets and addresses? OllyDBG is trolling me.

I'm trying to get m_gravity.

Code:
class ProjectileEntityData
        : public GamePhysicsEntityData                // 0x00
    {
    public:
        PAD(0xC);                                    // 0x64
        INT m_hitReactionWeaponType;                // 0x70
        FLOAT m_initialSpeed;                        // 0x74
        FLOAT m_timeToLive;                            // 0x78
        FLOAT m_initMeshHideTime;                    // 0x7C
        FLOAT m_visualConvergeDistance;                // 0x80
        FLOAT m_unknown;                            // 0x84
        MaterialContainerPair* m_materialPair;        // 0x88
        DataContainer* m_explosion;                    // 0x8C
        WeaponSuppressionData* m_suppressionData;    // 0x90
        String m_ammunitionType;                    // 0x94
        CHAR m_serverProjectileDisabled;            // 0x98
        CHAR m_detonateOnTimeout;                    // 0x99
        PAD(0x32);                                    // 0x9A
        FLOAT m_gravity;
    }; // 0x9C
And yes I made it positive.

Code:
float m_grav = pWepFire->m_data->m_primaryFire->m_shot.m_projectileData->m_gravity;
m_grav = m_grav * -1.f;
But it doesn't seem to work.

And is 0x2343A80 the current offset for input? Maybe that's the problem.
#1 · edited 13y ago · 13y ago
HXD_FTW
HXD_FTW
SAME thing it does to me when I am looking for bullet drop, or gravity. It either does that, or I cannot locate anything that writes to an address. I get an immediate error. I wish someone could also get by the crashes. I am getting those very frequently, every time I attach OllyDBG to BF3.
#2 · edited 13y ago · 13y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Tags for this Thread

None