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 › Programming › Actually writing hacks.

Actually writing hacks.

Posts 16–23 of 23 · Page 2 of 2
EleMentX
EleMentX
Quote Originally Posted by pk7677
i not a good kisser...............................
....erm..................ok..then..wrong thread to post that in
#16 · 20y ago
Flawless
Flawless
Quote Originally Posted by Dave84311
Die..........
TMK is good for noobs like you Dave.
#17 · 20y ago
RC
RCEisForMe
For packet injection you should probably look into API hooking (using a proxy DLL is one of the simplest ways to do this)
#18 · 20y ago
SH
shercipher
here is an interesting concept -

"GNU httptunnel"

UNIX only but works under win32 in a cygwin port. It opens a device, captures outgoing packets and rewrites their headers.

program -> httptunnel -> driver -> device -> wire

like I said...interesting concept, obviously UNIX > windows.
#19 · 20y ago
RC
RCEisForMe
Use Ettercap/Etterfilter for MITM attacks...
Most of you have a linux box lying around, right? Say as a router for your home network?
#20 · 20y ago
SH
shercipher
Uhhh, you mean Ettercap + Ethereal? Yeah ettercap does some nice MITMs (ARP poisoning, ICMP redirect, DNS spoofing). Then again Cain & Abel does MITM too (only ARP poisoning, but the interface is easier to figure out).

EDIT:

That's only for sniffing, by the way - not rewriting packets dynamically (I wish I could do that...)
#21 · 20y ago
BA
BaGGy
Packet hacking can be done several ways...

One of the easiest ways is by creating a proxy. You start by changing the IP the game connects to, to your local machines ip (127.0.0.1), and then having an application that intercepts all the packets from and to the game. Which allows you to send and receive packets...

The more complicated way is by hooking/injecting directly to the game, and using the games own calls to send and receive packets. This is also the best way because you will be able to use the games own packet send/recieve functions for encrypted packets...
#22 · 20y ago
RC
RCEisForMe
Did someone delete my post?
I said EtterFilter (as in EtterCap/EtterFilter).
And yes, it's for rewriting packets dynamically.
One of the best things to do when you're the MITM is dynamic rewriting of packets (not that it's the only useful thing to do, protocol degradation is also handy if the client and server is sloppily secured)
#23 · 20y ago
Posts 16–23 of 23 · Page 2 of 2

Post a Reply

Similar Threads

  • Are there actually any hacks for this game?By JuniorD in WolfTeam Hacks
    5Last post 18y ago
  • An actual working hack for 1.7By Mopp94 in Call of Duty 4 - Modern Warfare (MW) Hacks
    18Last post 17y ago
  • Are they actually ANY hacks that work on vista?By sirwinalot00 in CrossFire Help
    10Last post 16y ago
  • Write Hack?.By jadam92 in General Game Hacking
    0Last post 17y ago
  • Dose any1 actually need hacksBy suseke16 in Combat Arms Hacks & Cheats
    2Last post 17y ago

Tags for this Thread

None