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 › C++/C Programming › Address Logger?

Address Logger?

Posts 31–34 of 34 · Page 3 of 3
ZE
zeco
Quote Originally Posted by why06 View Post
That sounds like a lame way to spend a weekend... :L
Better yet, print them out and review them in class =D. But im only in highschool, i can still afford to do that.
#31 · 17y ago
Zhhot
Zhhot
Quote Originally Posted by why06 View Post

That sounds like a lame way to spend a weekend... :L
lol yeah, i would never do that, but if it costs me all the knowlegde about C++ i'll think bout it

edit: dude wats paradoxic?! my vocab is like a 6th grader lol
#32 · 17y ago
why06
why06
Quote Originally Posted by Zhhot View Post
edit: dude wats paradoxic?! my vocab is like a 6th grader lol
lol. a paradox is when something is different or contradicts it's usual expectation or stereotype.

Better yet I've got the internet to define things:
Paradox
#33 · 17y ago
B1ackAnge1
B1ackAnge1
Quote Originally Posted by zeco View Post
Yeah i can be really confused/confusing sometimes, But i think i get it all now. By the way, what is the point of structs? Haven't classes basically superseded them? To my knowledge the only difference between a struct and a class, is the default access specifier (class is private, struct is public.)

Classes rule! Except in school.
Yeah they're a left-over from C.. used to be that structs didn't support member methods etc.. also they're value type vs reference type etc. I usually only use structs when defining objecs that are aggregates of other objects for instance:

struct MyStruct
{
string text;
int ID;
int Tag;
void* pData;
}

That way I know when I use that object later on there's no methods on it etc etc.. but again that's just personal preference. No rule against using just classes
#34 · 17y ago
Posts 31–34 of 34 · Page 3 of 3

Post a Reply

Similar Threads

  • anyone got a address logger?By bldymarien in Combat Arms Hacks & Cheats
    3Last post 18y ago
  • Sorry for this but - Address Logger ?By D e a t h h a u n t S in WarRock - International Hacks
    7Last post 16y ago
  • Address logger for crossfire`?By GER-Domi. in CrossFire Help
    1Last post 16y ago
  • Warrock Address LoggerBy BMW M5 in WarRock Discussions
    5Last post 16y ago
  • Address LoggerBy iRobot™ in WarRock Hack Source Code
    30Last post 16y ago

Tags for this Thread

#address#keylogger#logger