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 Help › Need help with making hack

Need help with making hack

Posts 1–15 of 19 · Page 1 of 2
_C
_corn_
Need help with making hack
Hi

I am making a hack for CF, but when I inject it, nothing happens. A messagebox is meant to come up.

I have put the messagebox in the DllMain bit.
#1 · 15y ago
TrickyTwist
TrickyTwist
Show us a screen shot or something of your code then myself or someone else can tell you where you have gone wrong
#2 · 15y ago
TA
Takari1
Is it a public source code or something ?
#3 · 15y ago
Jigsaw
Jigsaw
Are you using undetected injector?
#4 · 15y ago
{B
{Banned}**HACKER**
Show Us Your Source Code Or Some Of It Or Example Just So We Can Try And Help You!
#5 · 15y ago
_C
_corn_
Quote Originally Posted by TrickyTwist View Post
Show us a screen shot or something of your code then myself or someone else can tell you where you have gone wrong

Here is my code:

Code:
#include <windows.h>
#include <stdio.h>

int Speedhack=0;

DWORD CShellBase = (DWORD) GetModuleHandle("cshell.dll");
DWORD SpeedHack = CShellBase + 0x5BE458;

void Speed()
{
while(1){
if(GetAsyncKeyState(38)&1){ // 38 is the UP arrow
Speedhack++;
if(Speedhack > 2){Speedhack=1;};
}
if (Speedhack==1){ // Faster
*(DWORD*)(*(DWORD*)SpeedHack) = 0x46A29CE8;
*(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x46A29CE8;
}
if(Speedhack==2){ // Normal Speed Value
*(DWORD*)(*(DWORD*)SpeedHack) = 0x45938DF8;
*(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x45938DF8;
}
Sleep(100);
}
}
BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBox(NULL, "CF Hack By _corn_\nMade for MPGH", "CF Hack", MB_OK);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Speed, NULL, NULL, NULL);
}
return TRUE;
}
#6 · 15y ago
TR
Tristan
Is your source right
#7 · 15y ago
_C
_corn_
Quote Originally Posted by ToxinJr View Post
Is your source right
That's what I'm asking!
#8 · 15y ago
NE
Neechan'
You mean this?
Code:
char Msg[] = {'M','a','d','e',' ','b','y',' ','N','e','e','c','h','a','n',',0 };
char Title[] = {'N','e','c','h','a','n',' ','v','1','0',0 };
#9 · 15y ago
_C
_corn_
Quote Originally Posted by Neechan' View Post
You mean this?
Code:
char Msg[] = {'M','a','d','e',' ','b','y',' ','N','e','e','c','h','a','n',',0 };
char Title[] = {'N','e','c','h','a','n',' ','v','1','0',0 };
Still doesn't work. When I inject it, nothing happens.

Quote Originally Posted by Rory View Post
Are you using undetected injector?
I am using G-Force injector. Is that detected?
#10 · edited 15y ago · 15y ago
BU
buddyme1
G-Force Injector still work

Try Unreal Injector mayb?
#11 · 15y ago
_C
_corn_
Quote Originally Posted by buddyme1 View Post
G-Force Injector still work

Try Unreal Injector mayb?
Have tried that injector. Can someone check the source, there must be something wrong.
#12 · 15y ago
Jigsaw
Jigsaw
Quote Originally Posted by _corn_ View Post

I am using G-Force injector. Is that detected?
No, it works, must be your hack.
#13 · 15y ago
_C
_corn_
Quote Originally Posted by Rory View Post

No, it works, must be your hack.
Sooo...

Is this all I have to do:
Build the dll from that source.
Inject it.

?

A messagebox should appear? but it doesnt. Does it matter when you inject it into cf?
#14 · edited 15y ago · 15y ago
NE
Neechan'
Try this:
http://www.mpgh.net/forum/243-crossf...ubleshoot.html
#15 · 15y ago
Posts 1–15 of 19 · Page 1 of 2

Post a Reply

Similar Threads

  • Need help with making new mod/hackBy henky21 in CrossFire Mods & Rez Modding
    6Last post 16y ago
  • Need help with making binds !By JonathanTBM in Vindictus Help
    4Last post 15y ago
  • I need Help With CAEU HacksBy ♪ςander!♪ in Combat Arms EU Help
    3Last post 15y ago
  • i need help with the hack im usingBy kingster626 in Combat Arms Help
    12Last post 15y ago
  • Need help with these hacks..By mgelmo11 in Vindictus Help
    4Last post 15y ago

Tags for this Thread

None