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 make a SpeedRollHack for WarRock~\\\\\

Cool////~~How make a SpeedRollHack for WarRock~\\\\\

Posts 1–7 of 7 · Page 1 of 1
CY
CyberRazzer
////~~How make a SpeedRollHack for WarRock~\\\\\
Wie viele Wissen ist der addy für speedroll patched...
mit deer version könnt ihr spedd roll ganz einfach mit dem normalen spedrol machen

Code:
#include <windows.h>
#include <stdio.h>
#define SPEED 0x00984924
#define StandartSpeed 97.0f
#define SpeedHackDrei 300.0f;
#define FLOAT *(float*)
void SpeedRoll ()
{
if(GetAsyncKeyState(VK_SHIFT) &1<< 0xF)
{
FLOAT(SPEED) = SpeedHackDrei;
}else{
FLOAT(SPEED) = StandartSpeed;
}}
void Hacks()
{
for(;; )
{
SpeedRoll();
Sleep(0);
}
}

BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Hacks , 0, 0, 0);
break;
case 2:
break;
}
return TRUE;
}
me by CyberRazzer
#1 · 15y ago
TheCamels8
TheCamels8
Nice
Thanks..
#2 · 15y ago
4l3ghi
4l3ghi
it's for a nomenu or a D3D?
#3 · 15y ago
Zithium
Zithium
Quote Originally Posted by 4l3ghi View Post
it's for a nomenu or a D3D?
Nomenu.

Nice job man
#4 · 15y ago
TGH Zero.
TGH Zero.
english at begginning? Thanks anyway ^^.
#5 · 15y ago
AeroMan
AeroMan
nice, but stdio must not be included, why ppl always do that?
Copy paste? or they just unknown?
#6 · 15y ago
TheCamels8
TheCamels8
Quote Originally Posted by 4l3ghi View Post
it's for a nomenu or a D3D?
No menu..
You can see he added hotkey + "void" = for no menu..
#7 · 15y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Tags for this Thread

None