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 › Other Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › WarRock Hack Source Code › [HELP] GlassWall Value

[HELP] GlassWall Value

Posts 1–7 of 7 · Page 1 of 1
CR
cross999
[HELP] GlassWall Value
Anyone Help me with the right value of glass walls

void glasswalls()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{

if(GetAsyncKeyState(VK_CONTROL) )
{

*(float*)glasswall_addy =0;
}
else
{
*(float*)glasswall_addy = 1168891904; //1168891904
}
}
}





*(float*)glasswall_addy =0; gives me glasswalls off

and

*(float*)glasswall_addy = 1168891904; //1168891904
or

*(float*)glasswall_addy = 1;
or

*(float*)glasswall_addy = -1;

gives me garbage texture




can anyone help me which right value to use? thanks in advance..
#1 · 16y ago
AeroMan
AeroMan
try:
void GWall()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
if(GetAsyncKeyState(VK_CONTROL) )
{
*(float*)glasswall_addy = 4;
}
}

Tell me if it works.
#2 · 16y ago
CR
cross999
problem now fixed thanks
#3 · edited 16y ago · 16y ago
AeroMan
AeroMan
Quote Originally Posted by cross999 View Post
problem now fixed thanks
my pleasure
Thats why im here for
#4 · 16y ago
yanroni
yanroni
:O thank you for the code
#5 · 16y ago
~S
~Shadow
Quote Originally Posted by yanroni View Post
:O thank you for the code
No bumming threads.
#6 · 16y ago
KR
Krypton1x
Quote Originally Posted by ~Jay~ View Post
No bumming threads.
You mean bumping? /
#7 · 16y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Help! Fog valueBy nub_g0t_high in WarRock - International Hacks
    4Last post 18y ago
  • [Help]Compare Values in .txt[Solved]By ppl2pass in Visual Basic Programming
    7Last post 16y ago
  • [HELP] Address valueBy Koekenbakker in WarRock - International Hacks
    11Last post 18y ago
  • Need help finding valuesBy Noonga in Combat Arms Hacks & Cheats
    9Last post 17y ago
  • [HELP!!!] address values???By nukeist_ in WarRock - International Hacks
    7Last post 18y ago

Tags for this Thread

None