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 › addies Less recoil, spread

addies Less recoil, spread

Posts 1–15 of 18 · Page 1 of 2
DOOP
DOOP
addies Less recoil, spread
i share my some addies
thank me if it usefull
Code:
#define Log1 ((i==x))
#define Log2 ((i==x))
#define Log3 ((i==x))

#define WeaponPtr  0x0000000
#define SpreadOFFSET      0x0000      //Less Spread String "CrossHairRatioPerRealSize"
#define RecoilOFFSET      0x0000        //Less Recoil String "LowAimRate"

float SpreadValue = 0.0f;
float RecoilValue = 0.0f;

DWORD WINAPI main()
{
while(1)
{
DWORD CShell     = (DWORD)GetModuleHandleA("CShell.dll");
DWORD pWeapon = *(DWORD*)(CShell + WeaponPtr);

//Less Spread
if(GetAsyncKeyState(VK_F10)&1)
{
if (pWeapon)
{
for(int i=0; i<445; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponPtr))+(4*i))) != NULL && (Log1||Log2||Log3))
{
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponPtr))+(4*i))) + OFFSET) = SpreadValue;
}
}
}
}

//Less Recoil
if(GetAsyncKeyState(VK_F19)&1)
{
if (pWeaponPtr)
{
for(int i=0; i<445; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponPtr))+(4*i))) != NULL && (Log1||Log2||Log3))
{
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponPtr))+(4*i))) + OFFSET) = RecoilValue;
}
}
}
}
#1 · edited 15y ago · 15y ago
GF
GForce-Cody
Thanks for share

Did you take out addies ?
#2 · edited 15y ago · 15y ago
kellyvu123
kellyvu123
Good job man.
#3 · 15y ago
TR
TrollerCoaster
Quote Originally Posted by GForce-Cody View Post
Thanks for share

Did you take out addies ?
Isn't it obvious?
#4 · 15y ago
NE
Nemo[4ever]
String name is wrong. Update :
_ No Spread : "CrossHairRatioPerRealSize".
_ No Recoil : "LowerAnimRate".
#5 · 15y ago
CheatCreatorzz
CheatCreatorzz
Thx, help much, only the norecoil helps
#6 · 15y ago
miraql
miraql
this no recoil Rulessss!!!
#7 · 15y ago
DOOP
DOOP
Quote Originally Posted by Nemo[4ever] View Post
String name is wrong. Update :
_ No Spread : "CrossHairRatioPerRealSize".
_ No Recoil : "LowerAnimRate".
you're right
#8 · 15y ago
GB
gbjhet23
((i==x)) error "x" undeclared identifier!!!
#9 · 15y ago
TR
traxx100
Jear nice thx good job
#10 · 15y ago
ntontos
ntontos
No Spread is 0x2428???

And on LowerAnimRate there is no FSTP Word
#11 · edited 15y ago · 15y ago
GB
gbjhet23
yes!!!thats correct addies
#12 · 15y ago
NE
Nemo[4ever]
someone help me, i don't know no recoil and no spread help for what ? Can you tell me what is it ? I have full addy and address but my english so bad so i can't not understand what it is.
#13 · 15y ago
ntontos
ntontos
Quote Originally Posted by Nemo[4ever] View Post
someone help me, i don't know no recoil and no spread help for what ? Can you tell me what is it ? I have full addy and address but my english so bad so i can't not understand what it is.
No Recoil and No spread is that:


All shots in 1 place
#14 · 15y ago
GB
gbjhet23
im done to make now without no error...thanks doop
#15 · 15y ago
Posts 1–15 of 18 · Page 1 of 2

Post a Reply

Tags for this Thread

None