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 › C# BASE INCOMPLETE

C# BASE INCOMPLETE

Posts 1–14 of 14 · Page 1 of 1
PR
proCODERXx
C# BASE INCOMPLETE
I don't finish it yet ok??

Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;



namespace cf
{
    public class hack
    {
        public const int WeaponPointer = 0x2A7E8;

        public const int Reload = 0x2424;


        void main()
        {

            while (true)
            {
                uint CShell = (uint)GetModuleHandleA("CShell.dll");

                uint Weapon = (uint)(CShell + WeaponPointer);

                bool weapon = false;

                float ReloadTime = 100.0f;

                if (weapon)
                {

                    for (int i = 0; i < 533; i++)
                    {

                        if (((uint)(((uint)(CShell + Weapon)) + (4 * i))) != null)

                            (float)(((uint)(((uint)(CShell + Weapon)) + (4 * i))) + Reload) = ReloadTime;

                    }


                }
            }      
      

      }

        private uint GetModuleHandleA(string p)
        {
            throw new NotImplementedException();
        }


        public void Hook()
        {

            if (GetModuleHandleA("CShell.dll") != null && GetModuleHandleA("ClientFx.fxd") != null) ;

        }

    }
}
#1 · 15y ago
DA
Dark Side
lol i found semi 100% like that on web ! put a credit !
#2 · 15y ago
PR
proCODERXx
Quote Originally Posted by Dark Side View Post
lol i found semi 100% like that on web ! put a credit !
this code 100% by me I take a noob C++ base and make it in C#
#3 · 15y ago
DA
Dark Side
Quote Originally Posted by proCODERXx View Post
this code 100% by me I take a noob C++ base and make it in C#
then give a credit !
#4 · 15y ago
PR
proCODERXx
Quote Originally Posted by Dark Side View Post
then give a credit !
shut up noob I don't leech its code 100% by me.
#5 · 15y ago
B1
b10821321
LOL i dont know anything of C# but it look easier than C++ ...
#6 · 15y ago
topblast
topblast
will not work.

.net dlls have no DllMain function or entry point. give up and save your self time.


Quote Originally Posted by b10821321 View Post
LOL i dont know anything of C# but it look easier than C++ ...
it will look so because your a dumb ass.
#7 · edited 15y ago · 15y ago
CheatCreatorzz
CheatCreatorzz
mmh a New Account, and someone with brains. i should say why not in a team?
if you have a noob acc, everyone said you r a leecher
but i dont know, why i shouldnt believe you? i believe you made it
#8 · 15y ago
topblast
topblast
they can call me a leecher see If i dont half kill the muda.
#9 · 15y ago
Skrillex
Skrillex
leecher
#10 · 15y ago
[N.O]N.A.M.E
[N.O]N.A.M.E
Quote Originally Posted by OoSiMpSoNsoO View Post
leecher
he isn't a leecher
#11 · 15y ago
[[SeXergy]]
[[SeXergy]]
c++ is way more easier u just got to learn.
#12 · 15y ago
25
258456
Jeez, I hate it when people say that a certain programming language is harder than the other. In reality, programming languages are simple you just have to learn the syntax. The hard part about programming isn't learning the language, it's the logic that you use to solve a problem.
#13 · 15y ago
GI
giniyat202
Quote Originally Posted by topblast View Post
will not work.

.net dlls have no DllMain function or entry point. give up and save your self time.




it will look so because your a dumb ass.
yes it has no DllMain so he need to modify his code:
1) using VirtualAllocEx to alloc some memory in crossfire.exe and fill it with "CShell.dll\0"

2) using GetModuleHandle to get the handle for kernel32.dll
3) using GetProcAddress to get the "GetModuleHandleA" starting address
4) using CreateRemoteThread to create remote thread
5) using WaitForSingleObject to wait until the thread finishes
6) using GetExitCodeThread to get the return value

LOL steps 1..6 equals "CShell = GetModuleHandle("CShell.dll");" in C++

7) loop until CShell.dll module handle is found
8) using ReadProcessMemory and WriteProcessMemory to write the float value 100.0f in correct offsets in while loop

LOOOOL learn c++ @proCODERXx
#14 · edited 15y ago · 15y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • Web-based game hacking..By Krilliam in General Game Hacking
    7Last post 20y ago
  • Java based multiplayer gamesBy Tops in Hack Requests
    8Last post 18y ago
  • [REQ]RYL2 - Incomplete Union hacks?By Krilliam in Hack Requests
    10Last post 20y ago
  • Spawn on enemy baseBy analog70 in WarRock - International Hacks
    36Last post 19y ago
  • How to may spawn on all basesBy Naeron in WarRock - International Hacks
    8Last post 19y ago

Tags for this Thread

None