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 › [Help] Editting Module to make It undetected

Question[Help] Editting Module to make It undetected

Posts 1–4 of 4 · Page 1 of 1
Kung Fu Penguin31
Kung Fu Penguin31
[Help] Editting Module to make It undetected
hi People, i need some help:

you know when you edit your module (to make it undetected)

do you ever edit the :

"public declare function" parts. By that i mean do you replace "WriteProcessMemory", "GetWindowThreadProcessId" etc

eg:



Code:
Public Declare Function GetWindowThreadProcessId Lib "user32" ...
Public Declare Function WriteProcessMemory Lib "kernel32"....
because when i edit them im always getting runtime errors like:

couldn't run 403' string in user32


"string" being what i replaced it with.

and then in the end to stop this i have to put them back to stop this error, and then my hack will get detected in like half an hour.


if you do edit these functions can you please tell me the proper way to do it.

btw , i edit all instances of the name of the function like writeprocessmemory etc..(is that right? ).


Anyway post if you can help me .
#1 · 18y ago
WR
wr194t
Ok so you want to edit this:

Code:
Public Declare Function GetWindowThreadProcessId Lib "user32"
You need to add this after "user32":

Code:
Alias "GetWindowThreadProcessId"
Then edit GetWindowThreadProcessId so your code will look like this:

Code:
Public Declare Function edited string Lib "user32" Alias "GetWindowThreadProcessId"
Do the exact samething with the following strings:

Code:
OpenProcess
WriteProcessMemory
CloseHandle
Because:

Code:
FindWindowA
GetAsyncKeyState
ReadProcessMemory
Already have the Alias parts so you can just change the function names.
#2 · 18y ago
Kung Fu Penguin31
Kung Fu Penguin31
Thanks a bunch ! wr194t +rep.

now my trainers will be less undetected
#3 · 18y ago
WR
wr194t
No problem. I'm here to help and thank you for the +rep .
#4 · edited 18y ago · 18y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP] How do i make undetected warrock hacksBy xtrylanx in WarRock - International Hacks
    29Last post 19y ago
  • [Help] Make Code Undetected?By -=meow=- in WarRock Hack Source Code
    27Last post 15y ago
  • [Tutorial] How to make an undetected module.By wr194t in Visual Basic Programming
    29Last post 17y ago
  • {help}making valk undetectedBy AVGN in Combat Arms Hack Coding / Programming / Source Code
    13Last post 16y ago
  • [Video Tutorial] How to make an undetected module.By wr194t in Visual Basic Programming
    24Last post 18y ago

Tags for this Thread

None