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 › DOES THIS MAKE ANY SENSE?

DOES THIS MAKE ANY SENSE?

Posts 1–14 of 14 · Page 1 of 1
Gοku
Gοku
DOES THIS MAKE ANY SENSE?
Code:
#include "windows.h"
#include <iostream>

DWORD WINAPI Hacks(LPVOID)
{
	        bool oneshot = false;
            bool norepeatreload = false;
            bool gunkniferange = false;
			bool unlimitedammo = false;
	
	while(1)
	{
		DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");

     
   		if(oneshot); 
         	{
           		for(int i=0 ; i<445 ; i++)
          		{
          		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280 ))+(4*i))) + 0x7F8) = 999999999 ;
    			}
		}
	}
}
        if(norepeatreload); 
         	{
           		for(int i=0 ; i<445 ; i++)
          		{
          		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280))+(4*i))) + 0xA44) = 999999999 ;
    			}
		}

   		if(gunkniferange); 
         	{
           		for(int i=0 ; i<445 ; i++)
          		{
          		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280 ))+(4*i))) + 0x2530) = 999999999 ;
    			}
		}

		if(unlimitedammo); 
         	{
           		for(int i=0 ; i<445 ; i++)
          		{
          		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280 ))+(4*i))) + 0x7FC) = 999999999 ;
    			}
		}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH ) {
         MessageBoxA(0, "Injected", "Good luck" , 0);
		 
     
    }
    return true;
    }
#1 · 15y ago
Insomniace
Insomniace
iam will fix it W8 only
#2 · 15y ago
skulhead
skulhead
If xtrap fails, it works.
#3 · 15y ago
AZ
azndogfood
you sir fail
#4 · 15y ago
A$
A$IAN
This cant work.. Fail
Its a piece of onhit. lol
Dd u leeched a piece of it,
#5 · 15y ago
Gοku
Gοku
NO DIDNT LEACH I JUST FAIL AT THIS STUFF
#6 · 15y ago
ZE
ZeroTroubles
Quote Originally Posted by azndogfood View Post
you sir fail
So you are able to say that? New...
#7 · 15y ago
Gοku
Gοku
Quote Originally Posted by Insomniace View Post
iam will fix it W8 only
@Insomniace Fix it for me and send it to me please
#8 · 15y ago
A$
A$IAN
U also forgpt the NULL check. Now edit it
Lets se if u know what it is. If not u leeched this
#9 · 15y ago
ST
stewie997
ey man komm mal wieder im richtiggen forum on
#10 · 15y ago
A$
A$IAN
Quote Originally Posted by stewie997 View Post
ey man komm mal wieder im richtiggen forum on
why
This is better
Btw Pls talk in english :P
#11 · 15y ago
ST
stewie997
talking in english is gayyy
#12 · 15y ago
Gοku
Gοku
I said im not good at this stuff so yeah
#13 · 15y ago
Gοku
Gοku
Code:
#include "stdafx.h"
#include "windows.h"
#include <iostream>  DWORD WINAPI Hacks(LPVOID) { 	    bool oneshot = true;             bool norepeatreload = true;             bool gunkniferange = true; 	    bool unlimitedammo = true; 	 	while(1) 	{ 		DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");           		if(oneshot);           	{            		for(int i=0 ; i<445 ; i++)           		{           		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280 ))+(4*i))) + 0x7F8) = 999999999 ;     			} 		} 	} }         if(norepeatreload);           	{            		for(int i=0 ; i<445 ; i++)           		{           		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280))+(4*i))) + 0xA44) = 999999999 ;     			} 		}     		if(gunkniferange);           	{            		for(int i=0 ; i<445 ; i++)           		{           		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280 ))+(4*i))) + 0x2530) = 999999999 ;     			} 		}  		if(unlimitedammo);           	{            		for(int i=0 ; i<445 ; i++)           		{           		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280 ))+(4*i))) + 0x7FC) = 999999999 ;     			} 		} BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {     DisableThreadLibraryCalls(hDll);     if ( dwReason == DLL_PROCESS_ATTACH ) {          MessageBoxA(0, "Injected", "Good luck" , 0); 		            }     return true;     }
MAKE IT GO DOWNWARDS PLEASE>> ILL THANK
#14 · 15y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Tags for this Thread

None