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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Xigncode

Xigncode

Posts 1–15 of 47 · Page 1 of 4
KI
kittoniumbp
Xigncode
can anybody post some info on it?
#1 · 9y ago
CH
Chris.H
Ok nobody comment, i will post a very good post about it. (It's time to publish my project)
#2 · 9y ago
KI
kittoniumbp
Quote Originally Posted by Chris.H View Post
Ok nobody comment, i will post a very good post about it. (It's time to publish my project)
ty a lot man
#3 · 9y ago
supercarz1991
supercarz1991
as he said over a week ago xD
#4 · 9y ago
96neko
96neko
hope you find this useful dont PM nor ask me how to use this
Code:
DWORD MyBase = GetModuleBase32("sechost.dll", PID);
			
			Memory *memory = new Memory(); //code you own memory

			memory->FindPattern("mygame", MyBase, MyBase + 0x100000, (BYTE*)"\x00", 1);//use your own pattern

			for (int i = 0; i < sizeof(memory->Result); i++)
			{
				printf("%X\n", memory->Result[i]);//displays the threads suspended 
			}
#5 · 9y ago
KI
kittoniumbp
Quote Originally Posted by -Kazuki View Post
hope you find this useful dont PM nor ask me how to use this
Code:
DWORD MyBase = GetModuleBase32("sechost.dll", PID);
			
			Memory *memory = new Memory(); //code you own memory

			memory->FindPattern("mygame", MyBase, MyBase + 0x100000, (BYTE*)"\x00", 1);//use your own pattern

			for (int i = 0; i < sizeof(memory->Result); i++)
			{
				printf("%X\n", memory->Result[i]);//displays the threads suspended 
			}
fucking noob spammer i didnt ask for a crappy sigscan example
#6 · 9y ago
96neko
96neko
Quote Originally Posted by kittoniumbp View Post
fucking noob spammer

choose your words carefully next time , or i'll report to a mod
Quote Originally Posted by kittoniumbp View Post
i didnt ask for a crappy sigscan example
that " crappy sigscan example " is a working XC3 bypass i'm using ( credits to B for explaining the XC CRC) , what's left is just to make a "WriteProcessMemory"
example , N is just a number + \x0 you need to figure out what they are :
Code:
WriteProcessMemory(OpenProcess(PROCESS_ALL_ACCESS, false, PID), (LPVOID)(memory->Result[i] + N), (LPCVOID)"\x0", 1, NULL);
don't forget the loop b4 the WPM , or you can forget all of this and read more about CRC
either way you will do this " crappy " code since it's the only way to fully bypass XC ...
#7 · edited 9y ago · 9y ago
KI
kittoniumbp
Quote Originally Posted by -Kazuki View Post

choose your words carefully next time , or i'll report to a mod

that " crappy sigscan example " is a working XC3 bypass i'm using ( credits to B for explaining the XC CRC) , what's left is just to make a "WriteProcessMemory"
example , N is just a number + \x0 you need to figure out what they are :
Code:
WriteProcessMemory(OpenProcess(PROCESS_ALL_ACCESS, false, PID), (LPVOID)(memory->Result[i] + N), (LPCVOID)"\x0", 1, NULL);
don't forget the loop b4 the WPM , or you can forget all of this and read more about CRC
either way you will do this " crappy " code since it's the only way to fully bypass XC ...
i already have functions to do this, i just wanted some info on xigncode, not what to use to bypass xigncode..
#8 · 9y ago
96neko
96neko
Quote Originally Posted by kittoniumbp View Post
i already have functions to do this, i just wanted some info on xigncode, not what to use to bypass xigncode..
if that the case , what kind of "some info" you need ?
#9 · 9y ago
KI
kittoniumbp
Quote Originally Posted by -Kazuki View Post
if that the case , what kind of "some info" you need ?
wheter CA has a xigncode heartbeat and
the actual bypass it self so i can port my framework to CA and release it on MPGH.
#10 · 9y ago
96neko
96neko
1 - yes it does
2 - i didnt understand what you mean ! do you need my bypass to use it and release a hack on MPGH ?
#11 · 9y ago
KI
kittoniumbp
Quote Originally Posted by -Kazuki View Post
1 - yes it does
2 - i didnt understand what you mean ! do you need my bypass to use it and release a hack on MPGH ?
i want any working bypass, so i can release a hack on MPGH.
#12 · 9y ago
96neko
96neko
Quote Originally Posted by kittoniumbp View Post
i already have functions to do this, i just wanted some info on xigncode, not what to use to bypass xigncode..
you dont need XC3 bypass at all , you only need it unless your going to use CE , you can simply use manual map + simple hook and you can do whatever you want ,my friend told me that CA using some sort of 2nd A/C included with XC3 , bypass that A/C and just unpack engine.exe/cshell.dll and get your stuffs and your ready to go . and GLHF
PS: i do not play CA
#13 · 9y ago
KI
kittoniumbp
Quote Originally Posted by -Kazuki View Post
you dont need XC3 bypass at all , you only need it unless your going to use CE , you can simply use manual map + simple hook and you can do whatever you want ,my friend told me that CA using some sort of 2nd A/C included with XC3 , bypass that A/C and just unpack engine.exe/cshell.dll and get your stuffs and your ready to go . and GLHF
PS: i do not play CA
so if i just manual map the hack and just place a detour on dx9 present it will work without detections?
what about the other AC....... how do i bypass that?
#14 · 9y ago
96neko
96neko
Quote Originally Posted by kittoniumbp View Post
so if i just manual map the hack and just place a detour on dx9 present it will work without detections?
what about the other AC....... how do i bypass that?

i doubt that , the vmt hook is kinda detected by CA 2nd A/C , ive tried it today and i got hack dc by the game and it gives me auto ban from the game , i think that it scans the vmt and sends a packet to the game client and forces it to DC and to give auto ban


Quote Originally Posted by kittoniumbp View Post
so if i just manual map the hack and just place a detour on dx9 present it will work without detections?
what about the other AC....... how do i bypass that?

as i said above , i dont know about that AC yet i didnt try to do anything to it since i do not have a spare time , my only advice is to try to use the game endscene/present and try to hook it without the vmt and try to display even a text ingame and play to test if theres some kind of check for those , or you can search for the check for the dx9 hook and disable it , or you could see the packet sent by the AC ( if theres any tho , but everything is possible since i got the ban after 2 - 3 mins of gameplay, else you need to bypass the AC which i have no idea about , try the search button maybe theres a thread out there about it that can help you
#15 · edited 9y ago · 9y ago
Posts 1–15 of 47 · Page 1 of 4

Post a Reply

Similar Threads

  • XignCode bypass for 2moonsBy HappyAye in Programming Tutorial Requests
    1Last post 16y ago
  • XIGNCode Bypass or WorkaroundBy raskie in Continent of the Ninth (C9) Hacks / Bots
    0Last post 14y ago
  • Xigncode InformationBy Voltage552 in Sudden Attack General
    12Last post 16y ago
  • Xigncode Blockage ErrorBy Minwingo in Sudden Attack General
    11Last post 16y ago
  • XIGNCode is a silly AC.By Synns in Sudden Attack General
    11Last post 15y ago

Tags for this Thread

None