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 › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › please check - no weapon change delay hack

please check - no weapon change delay hack

Posts 1–5 of 5 · Page 1 of 1
_C
_corn_
please check - no weapon change delay hack
i have leech proofed the code
please check it. it is for no weap change delay.

Code:
#include<windows.h>

DWORD WINAPI hacks(LPVOID)
{
    while(1)
    {
        DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
        DWORD LeechMgr = *(DWORD*)(CShell + 0xA68F80); // Weapon pointer
        for(int i=0; i<12; i++)
        {
            if((*(DWORD*)((*(DWORD*)(WeaponMgr))+(4*i)) ) != NULL)
                *(float*)((*(DWORD*)((*(DWORD*)(WeaponMgr)) +(4*i))) + 0x26A0) = 45.0f;
        }
        Sleep(100);

    }
}



extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved) {
    DisableThreadLibraryCalls(hDll);
    MessageBox(NULL, "Hack, made by _corn_ for MPGH. Enjoy!", "Injected Successfully!", MB_OK);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)hacks, NULL, NULL, NULL);
    return true;
}
if u are not a leecher, you will know where this goes: 560
#1 · edited 14y ago · 14y ago
Swag
Swag
wtf.. why this:? for(int i=0; i<12; i++)

good one: for(int i=0; i<560; i++) or a little bit heigher..


and add. this:
Code:
if(WeaponMgr) {
     for(int i=0 ; i<560 ; i++) {
		DWORD change = *(DWORD*)(WeaponMgr+(4*i));
			if (change)	{
				*(float*)(change+ offset) = (float)value; 
			}
		}
	}
}
#2 · edited 14y ago · 14y ago
_C
_corn_
Quote Originally Posted by michielr View Post
wtf.. why this:? for(int i=0; i<12; i++)

good one: for(int i=0; i<560; i++) or a little bit heigher..


and add. this:
Code:
if(WeaponMgr) {
     for(int i=0 ; i<560 ; i++) {
		DWORD change = *(DWORD*)(WeaponMgr+(4*i));
			if (change)	{
				*(float*)(change+ offset) = (float)value; 
			}
		}
	}
}

lololololol the 12 was for leech protection.... D: i knew it was 560 xD thanks anyway for the rest.

---------- Post added at 11:06 AM ---------- Previous post was at 10:50 AM ----------

@michielr dang it doesnt work for me, but most hacks dont. can you test it? ill pm you the dload link.
#3 · 14y ago
GunBoy120
GunBoy120
i think the value is 100.0f
try this
#4 · edited 14y ago · 14y ago
Swag
Swag
the value is 100 xd
#5 · 14y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Please Read If you Need a Hack.By MaskedFox in WarRock - International Hacks
    10Last post 19y ago
  • With the weapone change addressBy TheRedEye in WarRock - International Hacks
    20Last post 19y ago
  • Site IP Changed/VIP Hacks/Alternative DomainBy Dave84311 in News & Announcements
    0Last post 19y ago
  • change many hacks vip for account of nvl 15 or 16 for aboveBy evildark in Trade Accounts/Keys/Items
    1Last post 19y ago
  • check out my new private hackBy prox32 in WarRock - International Hacks
    4Last post 19y ago

Tags for this Thread

None