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 › My sniper god mode hack source !

My sniper god mode hack source !

Posts 1–15 of 17 · Page 1 of 2
kmanev073
kmanev073
My sniper god mode hack source !
Hi,
Today i am posting my sniper god mode source even that it's not working . I am posting it and if somebody wants can try to fix it maybe i have made a mistake. Maybe different pointer, weapon ID, value and etc. ( i don't find but chek if you want)
Test the code if you want you can make it for every thing the important thing here is the declaration of the guns. So there is the code:
Code:
#include<windows.h>
#define snipers ((i==14)||(i==15)||(i==16)||(i==17)||(i==23)||(i==43)||(i==46)||(i==91)||(i==110)||(i==111)||(i==122)||(i==136)||(i==150)||(i==152)||(i==163)||(i==186)||(i==194)||(i==232)||(i==249)||(i==268)||(i==279)||(i==294)||(i==368)||(i==378)||(i==513)||(i==525))
#define WeaponMgr 0xA65EE8
#define DMG 0x7F8

float Hit = 0.0f;

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


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

		//SNIPER GOD MODE
	if(godmode)
	{
	    if (pWeaponMgr)
	    {
	        for(int i=0; i<559; i++)
		{
		    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) != NULL && (snipers))
		        *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) + DMG) = Hit;
		}
	    }
	}
	Sleep(100);
    }
}
}
I am not posting the hook becouse its important for me.
If you make it work share like me even mine code it's not working.
#1 · edited 14y ago · 14y ago
CR
CrossRaiders
How this is godmode for snipers?
#2 · 14y ago
A$
A$IAN
This is just a simple OnehitKill
#3 · 14y ago
ColdSinz
ColdSinz
Isnt the damage half server sided? cuz this would mean this code is useless? also, why do you put sleep 1000? just to learn (im newb to C++)
#4 · 14y ago
Ryuesi
Ryuesi
Not Sniper God Mode
#5 · 14y ago
Fly3r
Fly3r
so ur trying to make the damage done by snipers 0 like with no nade damage..
I guess this aint gonna work ..
#6 · 14y ago
giniyat101
giniyat101
Quote Originally Posted by Philong Nguyen View Post
This is just a simple OnehitKill
Ye but value is 0

and @kmanev073
iam very confused
you said he wont post the hook
why should you use a hook in MEMORY-ONLY hack?
that means you can use d3d hacks?
#7 · edited 14y ago · 14y ago
kmanev073
kmanev073
omg this is in memory how to make a memory hack without hook ? or i dont understand your question i will try with knife no dmg maybe its like the grandes but what is the string for knife dmg gun kinfe ammo damage ?
#8 · edited 14y ago · 14y ago
Swag
Swag
this is a simple ohk?
#9 · 14y ago
giniyat101
giniyat101
Quote Originally Posted by kmanev073 View Post
omg this is in memory how to make a memory hack without hook ? or i dont understand your question i will try with knife no dmg maybe its like the grandes but what is the string for knife dmg gun kinfe ammo damage ?
memory hacks doesnt need hooks
#10 · 14y ago
BL
BlackLite
No Need to hook , if it AUTO-ON
#11 · 14y ago
giniyat101
giniyat101
Quote Originally Posted by BlackLite View Post
No Need to hook , if it AUTO-ON
Even hotkey memory hacks doesnt need hooking
#12 · 14y ago
BL
BlackLite
[QUOTE=giniyat101;5460565]Even hotkey memory hacks doesnt need hooking[/QUOTE

BTW I KNow .. ,
#13 · 14y ago
kmanev073
kmanev073
no i mean it needs hook to connect with CShell isn't it ?
#14 · 14y ago
giniyat101
giniyat101
Quote Originally Posted by kmanev073 View Post
no i mean it needs hook to connect with CShell isn't it ?
No.. check swiftdude's base, no hooking and still working with sxs method (not sure i dont use it anyway)
#15 · 14y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • How Can I Find A God Mode Hack?By DaGreatOne in Combat Arms Hacks & Cheats
    5Last post 17y ago
  • Is their any Recoil or god mode hacks?By lildawg32 in Combat Arms Hacks & Cheats
    7Last post 17y ago
  • God Mode Hack or Unlimited Stamina HackBy thebomking60 in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • hey ima try to make a god mode hack!By Hagerad in Combat Arms Discussions
    13Last post 17y ago
  • Are there any working/unpatched god mode hacks?By hoodz626 in Combat Arms Hack Requests
    7Last post 17y ago

Tags for this Thread

None