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 Philippines Hacks › CrossFire PH Help › Does This Code WOrks (NoReloadCode)

Does This Code WOrks (NoReloadCode)

Posts 1–9 of 9 · Page 1 of 1
vayerman
vayerman
Does This Code WOrks (NoReloadCode)
I found a stickied code on hack source code section and i tryed it and added addys pls tell me if something is wrong??

Code:
#include "stdafx.h"
#include<windows.h>

#define WeaponMgr 0xB65E94 
#define NoReload1 0x34C0
#define NoReload2  0x34C4
#define NoReload3 0x34C8
#define NoReload4 0x3B20
#define NoReload5  0xE98
#define NoReload6 0x1000 


DWORD WINAPI Hacks(LPVOID)
{
bool noreload = true;

while(1)
{
DWORD CShell     = (DWORD)GetModuleHandleA("CShell.dll"); 
DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr); 
       


if (noreload)
{
if (pWeaponMgr)
{
for(int i=0; i<445; i++) 
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) + noreload) = 100; 
}
}
}

Sleep(100); 
}
}
}
#1 · edited 14y ago · 14y ago
hanoke
hanoke
i dunno is this method is working. but you still need a dllmain that works.
nga pala may pinost c sir zhanre d ko lang alam kung nasa discussion ba or nasa help thread ng ph pero nagana sya palitan mo nalang ng dllmain. di ko rn pala makita nakalimutan ko nrn kasi kung saan ko nakita.
#2 · 14y ago
vayerman
vayerman
Quote Originally Posted by hanoke View Post
i dunno is this method is working. but you still need a dllmain that works.
nga pala may pinost c sir zhanre d ko lang alam kung nasa discussion ba or nasa help thread ng ph pero nagana sya palitan mo nalang ng dllmain. di ko rn pala makita nakalimutan ko nrn kasi kung saan ko nakita.
d tika maintindihan wew!!!
#3 · 14y ago
hanoke
hanoke
Quote Originally Posted by vayerman View Post


d tika maintindihan wew!!!
hahaha sorry kakagigising ko lang medyo masakit pa ulo ko xD ang ibig kong sabihin bro yung source code mo hindi ata nagana yan. pero may code na no recoil no reload no change na code na pinost c sir zhanre dito sa ph section hindi ko nga lang mahanap para maipakita sayo yung code na pinost nya po e dllmain nalang papalitan magagamit mo na xD
#4 · 14y ago
Sprite
Sprite
You need a DLLMain for it to work ..
#5 · 14y ago
Ryuzaki™
Ryuzaki™
You gonna need a dll main and adding "stdafx.h" and <windows.h> at the same time is not necessary, just left the windows.h

Here's a fix source code of yours:
Code:
#include<windows.h>

#define WeaponMgr 0xB65E94 
#define NoReload1 0x34C0
#define NoReload2  0x34C4
#define NoReload3 0x34C8
#define NoReload4 0x3B20
#define NoReload5  0xE98
#define NoReload6 0x1000 


DWORD WINAPI Hacks(LPVOID)
{
bool noreload = true;

while(1)
{
DWORD CShell     = (DWORD)GetModuleHandleA("CShell.dll"); 
DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr); 
       


if (noreload)
{
if (pWeaponMgr)
{
for(int i=0; i<650; i++) 
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) + noreload) = 100; 
}
}
}

Sleep(100); 
}
}
}

BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
{
	if (dwReason == DLL_PROCESS_ATTACH)
	{
		DisableThreadLibraryCalls(hDll);
		CreateThread(NULL, NULL, Hacks, NULL, NULL, NULL);
	}
}
Good Luck!!
BTW, I updated your loop because it's only 450 the latest is 650
#6 · 14y ago
NI
NiceTry
@hanoke
Thanks to zhanre I figured out how to code something xD
#7 · 14y ago
Sprite
Sprite
Hey @NiceTry I can guide you as well ^^ Just add me .. in FB .
email on signature ^^
#8 · 14y ago
NI
NiceTry
The offsets of your No Reload is for No Recoil
#9 · 14y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • Does this hack work?By scoutboss in WarRock - International Hacks
    15Last post 19y ago
  • Does this still work?By BetsyBoo in Combat Arms Help
    9Last post 16y ago
  • does this hak workBy striker2x in CrossFire Hacks & Cheats
    4Last post 16y ago
  • Why does this not work?By extremehack in Combat Arms Hack Coding / Programming / Source Code
    8Last post 16y ago
  • Does this still works?By dem106 in Playstation Hacking
    21Last post 16y ago

Tags for this Thread

None