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 › how to code this 4 features

how to code this 4 features

Posts 1–2 of 2 · Page 1 of 1
αςε.εmόkόι
αςε.εmόkόι
how to code this 4 features
how to code speed?
how to code glasswall?
how to code jumper?
how to code digger?

help naman sa mga mamaw dyan..
thanks in advance ^^..
#1 · 14y ago
catchthis
catchthis
PRESS THANKS IF I HELP!!
Code:
void speed1()
{
if(GetAsyncKeyState(VK_NUMPAD2) &1)
{
*(float*) ADR_Speed = 500;
}
}
void speed()
{
if(GetAsyncKeyState(VK_NUMPAD1) &1)
{
*(float*) ADR_Speed = 250;
}
}
void speedoff()
{
if(GetAsyncKeyState(VK_NUMPAD0) &1)
{
*(float*) ADR_Speed = 97.0f;
}
}
void glasswall()
{
if(GetAsyncKeyState(VK_MBUTTON) &1) //ON
{
*(int*)ADR_Glasswall = 1;
}
}
void glasswalloff()
{
if(GetAsyncKeyState(VK_CAPITAL) &1)//OFF
{
*(int*)ADR_Glasswall= 0;
}
}
Code:
void superjump()
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
*(float*)(dwPlayerPtr+OFS_Z) = 1000;
}
}
Code:
void dig()
{
if(GetAsyncKeyState(VK_MENU) &1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
*(float*)(dwPlayerPtr+OFS_Z) = -1000;
}
}
#2 · 14y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • How to use this code ??By yeat in Combat Arms EU Hack Coding/Source Code
    4Last post 16y ago
  • How to add this codeBy cmc5414 in Vindictus Help
    4Last post 14y ago
  • How bad is this file ?By TheBlueMax in WarRock - International Hacks
    16Last post 18y ago
  • Know how to hack this?By gunny101 in Gunz General
    0Last post 18y ago
  • How to code a timer in visual C++ 6.0By nukeist_ in C++/C Programming
    5Last post 18y ago

Tags for this Thread

None