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 Discussions › Source Codes For Coders (hope that help!!)

Source Codes For Coders (hope that help!!)

Posts 1–15 of 40 · Page 1 of 3
[U]lixa
[U]lixa
Source Codes For Coders (hope that help!!)
Hi guys

i am sorry if that is not right post

anyway

i need to help to make hacks

so if any coder

can use somecodes i have

for c++

and code the hack

here is codes:

--------------------------------------------
speed hack and see ghost:

{
public:
float fMoveMentWalkRate; //0000
float fMovementDuckRate; //0004
float fMovementSideRate; //0008
float fMoveMentAcceleration; //000C
float fMoveMentFriction; //0010
float fJumpTime; //0014
float fJumpVelocity; //0018
float fJumpLandedWaitTime; //001C
float fJumpLandedNoTimeRate; //0020
float fJumpRepeatPenaltyMoveRate; //0024
float fJumpRepeatPenaltyHeightRate; //0028
float Unknown0; //002C
float Unknown1; //0030
float fPVPosDefault; //0034
float Unknown2; //0038
float Unknown3; //003C
float fPVRotDefault; //0040
float Unknown4; //0044
float Unknown5; //0048
float fPvModelFov; //004C
float fPvOnlyMoveGap; //0050
float Unknown6; //0054
float Unknown7; //0058
float fDamagePenaltyTime; //005C
float fDamagePenaltyMoveRate; //0060
float fC4PlantTime; //0064
float fC4DefuseTime; //0068
float fMaxCanDefuseDistance; //006C
float fCharcterHiddenAlpha; //0070
float fCharecterHiddenWalkAlpha; //0074
float fCharecterHiddenRunAlpha; //0078
float fMovementHiddenRate; //007C
char unknown8[4];
float fCrossHairColorChangeRateRed; //0084
float Unknown9; //0088
float fCrossHairColorChangeRateGreen; //008C
float Unknown10; //0090
};

---------------------------------------------------------

wallhack/whitewall


005677D0 C745 FC 1CE96B00 MOV DWORD PTR SS:[EBP-4],crossfir.006BE9>; ASCII "ForceMode"
005677D7 8BE5 MOV ESP,EBP
005677D9 5D POP EBP
005677DA C3 RETN
005677DB CC INT3
005677DC CC INT3
005677DD CC INT3
005677DE CC INT3
005677DF CC INT3
005677E0 55 PUSH EBP
005677E1 8BEC MOV EBP,ESP
005677E3 83EC 74 SUB ESP,74
005677E6 894D 90 MOV DWORD PTR SS:[EBP-70],ECX
005677E9 8B45 90 MOV EAX,DWORD PTR SS:[EBP-70]
005677EC 0FB688 55010000 MOVZX ECX,BYTE PTR DS:[EAX+155]
005677F3 85C9 TEST ECX,ECX
005677F5 74 21 JE SHORT crossfir.00567818
005677F7 6A 03 PUSH 3
005677F9 6A 23 PUSH 23
005677FB 8B55 90 MOV EDX,DWORD PTR SS:[EBP-70]
005677FE 8B0A MOV ECX,DWORD PTR DS:[EDX]
00567800 E8 ABCAFEFF CALL crossfir.005542B0
00567805 6A 00 PUSH 0
00567807 68 8C000000 PUSH 8C
0056780C 8B45 90 MOV EAX,DWORD PTR SS:[EBP-70]
0056780F 8B08 MOV ECX,DWORD PTR DS:[EAX]
00567811 E8 9ACAFEFF CALL crossfir.005542B0
00567816 EB 1F JMP SHORT crossfir.00567837
00567818 6A 03 PUSH 3
0056781A 68 8C000000 PUSH 8C
0056781F 8B4D 90 MOV ECX,DWORD PTR SS:[EBP-70]
00567822 8B09 MOV ECX,DWORD PTR DS:[ECX]
00567824 E8 87CAFEFF CALL crossfir.005542B0
00567829 6A 00 PUSH 0
0056782B 6A 23 PUSH 23
0056782D 8B55 90 MOV EDX,DWORD PTR SS:[EBP-70]
00567830 8B0A MOV ECX,DWORD PTR DS:[EDX]
00567832 E8 79CAFEFF CALL crossfir.005542B0
00567837 6A 01 PUSH 1////////// white walls
00567839 6A 16 PUSH 16///////D3DRS_LASTPIXEL = 16?? not sure

0056783B 8B45 90 MOV EAX,DWORD PTR SS:[EBP-70]
0056783E 8B08 MOV ECX,DWORD PTR DS:[EAX]
00567840 E8 6BCAFEFF CALL crossfir.005542B0
00567845 6A 01 PUSH 1/////////////////////////////////NICE WALLHACK ASUS
00567847 6A 07 PUSH 7//////////////////////////////// D3DRS_ZENABLE = 7,

00567849 8B4D 90 MOV ECX,DWORD PTR SS:[EBP-70]
0056784C 8B09 MOV ECX,DWORD PTR DS:[ECX]
0056784E E8 5DCAFEFF CALL crossfir.005542B0


----------------------------------------------------


plz

press thanks if that helped

and hope that help any coder

and plz if you can code any hack

so plz do it!

#1 · 16y ago
greathamza
greathamza
pm a coder insted
#2 · 16y ago
[U]lixa
[U]lixa
Quote Originally Posted by greathamza View Post
pm a coder insted
i know mpgh is a big site

and too many coders is here

Another Think: my name is hamza too
#3 · 16y ago
rob7601
rob7601
heres a no recoil i made oh and you need a bypass for ur hack to work and i cant help you there im bad at bypasses

void recoil()
{
DWORD dwPlayerPtr = *(DWORD*)playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr + recoiloffset1) = 0;
*(float*)(dwPlayerPtr + recoiloffset2) = 0;
*(float*)(dwPlayerPtr + recoiloffset3) = 0;
}
}
#4 · 16y ago
[U]lixa
[U]lixa
Quote Originally Posted by rob7601 View Post
heres a no recoil i made oh and you need a bypass for ur hack to work and i cant help you there im bad at bypasses

void recoil()
{
DWORD dwPlayerPtr = *(DWORD*)playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr + recoiloffset1) = 0;
*(float*)(dwPlayerPtr + recoiloffset2) = 0;
*(float*)(dwPlayerPtr + recoiloffset3) = 0;
}
}
thanks for adding the code

i know a bypass

it works for me

i can bypass xtrap

easy i have windows7 64-bit

#5 · 16y ago
rob7601
rob7601
Quote Originally Posted by dodo4876 View Post
thanks for adding the code

i know a bypass

it works for me

i can bypass xtrap

easy i have windows7 64-bit

try posting the bypass for every one...
#6 · 16y ago
[U]lixa
[U]lixa
Quote Originally Posted by rob7601 View Post
try posting the bypass for every one...

i will post it

i will record it

#7 · 16y ago
greathamza
greathamza
Quote Originally Posted by dodo4876 View Post
Another Thing: my name is hamza too
there is many ppl named hamza the send me pms to tell me that they are named hamza <<
cant complain
#8 · 16y ago
KilljoyJr
KilljoyJr
Okay i tried to code a dll with the coding but i kept getting some errors with some of the lines so i gave up.
#9 · 16y ago
striker2x
striker2x
i think this would make the coder jobs easyer if it a code that fail dont through it out it is useful to skill coders and they can make it work. Gj dodo u did a good thing not begging for hak but tring nice to see some good low poster out there
#10 · 16y ago
LE
Lenda12
ill see what i can do with it ...
#11 · 16y ago
cyberwap01
cyberwap01
how to ebcode like that wer i will put??
#12 · 16y ago
Hahne
Hahne
That code plus bypass plus anti recoil = woo!
#13 · 16y ago
[C]hosen-1
[C]hosen-1
i wish i knew c++ ¬¬
#14 · 16y ago
striker2x
striker2x
Quote Originally Posted by paunogato View Post
i wish i knew c++ ¬¬
i second that =D
#15 · 16y ago
Posts 1–15 of 40 · Page 1 of 3

Post a Reply

Similar Threads

  • Source code for any d3d/memory hackBy Ragehax in C++/C Programming
    6Last post 16y ago
  • [Request] Source Code For AFK Bot 4 CABy JIGS4W in Visual Basic Programming
    2Last post 16y ago
  • [REQUEST]Source Code For "Remember Me" in a checkboxBy Dreamer in Visual Basic Programming
    5Last post 16y ago
  • Source Code for a vb TapperBy zmansquared in Combat Arms Hack Coding / Programming / Source Code
    0Last post 16y 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

Tags for this Thread

None