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 › Help with no bounds function

Help with no bounds function

Posts 1–4 of 4 · Page 1 of 1
KV
kvdirect
Help with no bounds function
Soryy to bother u guys but I'm having a problem with warrock freezing when I try to use this nobounds function and help would be aprreciated.

Here are my addies
#define ADR_BOUNDS_1 0x00C5DF9C
#define ADR_BOUNDS_2 0x00C5DFA0

Here is my function
void nobound() // no boundries
{

*(float*) ADR_BOUNDS_1 = 5000000;
*(float*) ADR_BOUNDS_2 = 5000000;
}
#1 · 17y ago
zhaoyun333
zhaoyun333
freeze to 0
#2 · 17y ago
m4c4r0ni3z
m4c4r0ni3z
Code:
if (NoBounds)
{
long t=0;
unsigned long Protection;
VirtualProtect((void*)BOUNDS1, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)BOUNDS1, &t , sizeof(t));
VirtualProtect((void*)BOUNDS1, sizeof(t), Protection, 0);

VirtualProtect((void*)BOUNDS2, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)BOUNDS2, &t , sizeof(t));
VirtualProtect((void*)BOUNDS2, sizeof(t), Protection, 0);
}
#3 · 17y ago
KV
kvdirect
Thanks worked great!
#4 · 17y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Help With FunctionsBy User1 in C# Programming
    10Last post 16y ago
  • [Solved]Help with the setShader / createIcon functionBy lior19940 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    5Last post 15y ago
  • need help with moddingBy BayBee Alyn in Combat Arms Help
    0Last post 15y ago
  • need help with modBy .:MUS1CFR34K:. in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    4Last post 15y ago
  • Anyone can help with this ?By devileyebg in Vindictus Help
    1Last post 15y ago

Tags for this Thread

#bounds#function