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 › Less Recoil Source Code

Less Recoil Source Code

Posts 1–15 of 26 · Page 1 of 2
uarethebest
uarethebest
Less Recoil Source Code
GUYS...i have tryed and tryed and tryed for about 4 days to find NoRecoil text string but i cant find it i only know 3 which is BulletPosOffset and loweranimerate and Crosshairratioperrealsize smthing like that/.... but it only make Less Recoil I will show my code...with a little antileechprotect any way for those who will say U need 45-50 offsets Tell me the text string or how to find it..for those who say learn asm or C++ **** U...

Code:
#include "stdafx.h"

#define WeaponMgr 0xA68F90
#define recoil1 0x1928
#define recoil2 0x192C
#define recoil3 0x1930
#define recoil4 0x2520 
#define recoil5 0x258C
#define recoil6 0x2590
#define recoil7 0x2594
#define recoil8 0x26A4


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


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


if (recoil)

if (pWeaponMgr)

for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
{
for (int j=0; j<9 ; j++)
{
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x192C+j*4) = 0.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaonMgr)) +(4*i))) + 0x1928+j*4) = 0.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x1930+j*4) = 0.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x2520+j*4) = 0.0f;
*(float*)((*(DORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x258C+j*4) = 0.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x2590+j*4) = 0.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x2594+j*4) = 0.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x26A4+j*4) = 0.0f;
}


}
}
Sleep(100);


}
}

bool Ready2Hook()
{
if(GetModuleHandleA("CShell.dll") != NULL
&& GetModuleHandleA("ClientFx.fxd") != NULL)
return 1;
return 0;
}

DWORD WINAPI Wait(LPVOID)
{
while(!Ready2Hook()) Sleep(200);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);

if ( dwReason == DLL_PROCESS_ATTACH )
{

MessageBoxA(0, "Credits- devil","ghost", 0);


CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
}
return 1;
}
PS : FOR THOSE WHO WILL SAY ANYTHING ABOUT THE CODE....I PUT THE ANTILEECHPROTECT..AND I KNOW IT'S SWIFTDUDE'S
#1 · edited 14y ago · 14y ago
Brimir
Brimir
IT'S SWIFTDUDE'S

Sorry, but I can't read text as big as that.
#2 · edited 14y ago · 14y ago
Ghost Rider.
Ghost Rider.
Your loop (int j=0; j<10; j++)
change to (int y = 0; y <9; y++)
#3 · 14y ago
Swag
Swag
next goal: full no recoil
#4 · 14y ago
CFhackerfree
CFhackerfree
too easy >.<
#5 · 14y ago
Swag
Swag
i know it xd
#6 · 14y ago
uarethebest
uarethebest
Quote Originally Posted by Ghost Rider. View Post
Your loop (int j=0; j<10; j++)
change to (int y = 0; y <9; y++)
I already tryed...doesnt differ..

Quote Originally Posted by Brimir View Post
IT'S SWIFTDUDE'S

Sorry, but I can't read text as big as that.
Lol good joke...
#7 · 14y ago
LoveyMush
LoveyMush
Why use Less Recoil , if Ghost Rider post Perfect NoRecoil ?
#8 · 14y ago
uarethebest
uarethebest
Quote Originally Posted by LoveyMush View Post
Why use Less Recoil , if Ghost Rider post Perfect NoRecoil ?
I want to do it my self
#9 · 14y ago
LoveyMush
LoveyMush
yeah ? , Good Luck for you !!

Take the offsets and search for Constant , and you can see the strings , if you can search strings you can update the offsets if Z8 patch
#10 · 14y ago
oicaradeboi
oicaradeboi
@LoveyMush

:O , thaank you , i find the strings now ! haha thank you love
#11 · 14y ago
A$
A$IAN
Quote Originally Posted by Ghost Rider. View Post
Your loop (int j=0; j<10; j++)
change to (int y = 0; y <9; y++)
50%
It doesnt matter if you interger j or y. It is just a variable. Lower the loop only
#12 · 14y ago
oicaradeboi
oicaradeboi
Maybe its C+P :/
#13 · 14y ago
uarethebest
uarethebest
Quote Originally Posted by oicaradeboi View Post
Maybe its C+P :/
LOL what is C+P??
#14 · 14y ago
CO
Code[VB]
i looked 2 seconds over this code.. i read only this code part > and its extremely false!

Code:
2C+j*4) = 0.0f;
fail code! fail thopic! sory.. but lol

edit// becouse the offs is not 4*loop :P .. just and only fail coders here!
edit 2 // only the wep pointer is 4*loop
#15 · edited 14y ago · 14y ago
Posts 1–15 of 26 · Page 1 of 2

Post a Reply

Similar Threads

  • No Recoil Source Code Not WorkingBy zooSz in WarRock Hack Source Code
    25Last post 15y ago
  • Can i Have No Recoil Source Code..? I'm almost done my first release for MPGHBy topgenral in CrossFire Hack Coding / Programming / Source Code
    12Last post 14y ago
  • How to Edit a files source Code to change so that it is less detectableBy zakodia in Call of Duty Modern Warfare 2 Help
    5Last post 16y ago
  • [Release] WarHax DLL Source CodeBy OneWhoSighs in WarRock - International Hacks
    20Last post 18y ago
  • HALO 2 (XBOX) Source CodeBy mirelesmichael in General Game Hacking
    12Last post 20y ago

Tags for this Thread

None