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 › Setting up my nospread hack

Setting up my nospread hack

Posts 16–21 of 21 · Page 2 of 2
ZE
zeco
Quote Originally Posted by why06jz View Post
Yeh this is C++. People need to get with the times. defines aren't necessary anymore. Really it's just a style preference, but It's sort of like wearing clothes from the 80's, it still gets the job done, you just look funny coming to school in a bell bottom pants, a varsity jacket, and listening to RUN DMC on your Walkman.
B-but i kinda like defines

Well really it depends on the situation. I really wanna try some funky things with type casting and types.

Well really i think defines would only be necessary in this type of program( a hack) to lower the memory footprint if you have like 2000 addresses to utilize (like that program from a while ago).

But if you only have like 10, it won't take that much effort to do:
float* No_Spread = (float*)0x00B0EBC8; // type casted to be safe.

And then use the address like:
*No_Spread = 0;

It's more convenient to not have to always remember what type the pointer is to.

Then again having 2000 pointers wouldn't really be that bad in a hack.... Cause i just remembered that we are just accessing the memory from an already instantiated program.

Hmm a question. How much memory does a pointer take up, if the address it points to is already somewhere. I'm guessing about a byte, because we don't need to think about the size of what it points to, just the size of the 0x00B0EBC8 itself.

I dunno, i'm kinda ranting now. Or rather thinking aloud. Or rather rather thinking on keyboard.

Oh it appears that a pointer is 4bytes
#16 · edited 16y ago · 16y ago
cnttuchme
cnttuchme
Quote Originally Posted by Z0d14k View Post
Here your code:

Nice C&P

For menu hack:



For no menu hack:
Thanks a bunch but im still getting the same problem decribed in my first post
#17 · 16y ago
Lolland
Lolland
Quote Originally Posted by DylanOwnsYou View Post
lol, for once whyz
When did Why never have a point?
#18 · 16y ago
ZE
zeco
Quote Originally Posted by lolland View Post
When did Why never have a point?
He is just bitter that he got Owned by Why.
#19 · 16y ago
PI
Pixipixel_
Quote Originally Posted by XGelite View Post
and we should believe this is "your" code?

Yes it is, it's kvdirect's code source.
I confirm it
#20 · 16y ago
cnttuchme
cnttuchme
I admitted that
and defines make coding alot more easy due to the reason that warrock updates every thursday with new addies rather than going through a messy code replacing addies its organized at the top of the code ...thats why every one uses defines
#21 · 16y ago
Posts 16–21 of 21 · Page 2 of 2

Post a Reply

Similar Threads

  • Teamspeak NoSpread hack after the patch??By ChairmanMao in Combat Arms Europe Hacks
    17Last post 17y ago
  • We only need NoSpread hack!!!By ddd555 in Combat Arms Europe Hacks
    73Last post 17y ago
  • Teamview set up a public hack from hereBy Bob3351 in Combat Arms Help
    1Last post 16y ago
  • settings code for crossfire hacksBy jzreborn17 in CrossFire Hack Coding / Programming / Source Code
    13Last post 16y ago
  • [Tutorial] How to set hotkeys to your basic hacks.By wr194t in Visual Basic Programming
    4Last post 18y ago

Tags for this Thread

#hack#nospread#setting