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 › Question on Pointers

QuestionQuestion on Pointers

Posts 1–9 of 9 · Page 1 of 1
mains3rv3r
mains3rv3r
Question on Pointers
Ok I seem to be having a problem with pointers. Here's my example of my problem.

Open the CE, scan for my weapon value and end up getting the two addresses. Now these are dynamic addresses so I need to find a pointer. So I do 'Find what writes to this address'. I go back in game, switch weapons, and I get the offset. (4C). Now I click Replace, Stop, Close. Now the problem from here is, I have the offset, but what address do I put WITH this offset? I am having a hard time understanding why I can't find the address to place with the offset, but I can find the offset itself. Upsetting.
#1 · 19y ago
XqwertyX
XqwertyX
Quote Originally Posted by mains3rv3r View Post
Ok I seem to be having a problem with pointers. Here's my example of my problem.

Open the CE, scan for my weapon value and end up getting the two addresses. Now these are dynamic addresses so I need to find a pointer. So I do 'Find what writes to this address'. I go back in game, switch weapons, and I get the offset. (4C). Now I click Replace, Stop, Close. Now the problem from here is, I have the offset, but what address do I put WITH this offset? I am having a hard time understanding why I can't find the address to place with the offset, but I can find the offset itself. Upsetting.
do the CE tutorial -.-
#2 · 19y ago
nbr1dan
nbr1dan
Quote Originally Posted by mains3rv3r View Post
Ok I seem to be having a problem with pointers. Here's my example of my problem.

Open the CE, scan for my weapon value and end up getting the two addresses. Now these are dynamic addresses so I need to find a pointer. So I do 'Find what writes to this address'. I go back in game, switch weapons, and I get the offset. (4C). Now I click Replace, Stop, Close. Now the problem from here is, I have the offset, but what address do I put WITH this offset? I am having a hard time understanding why I can't find the address to place with the offset, but I can find the offset itself. Upsetting.


Use the address that you used to find the offset, if you found the pointer then you already have the address. You should of ended up with one or two addresses right, and you used them addresses to find the offset. The address that you should use is the one where the value dosent change
#3 · 19y ago
mains3rv3r
mains3rv3r
Quote Originally Posted by nbr1dan View Post
Use the address that you used to find the offset, if you found the pointer then you already have the address. You should of ended up with one or two addresses right, and you used them addresses to find the offset. The address that you should use is the one where the value dosent change
Yes... I've found how to do the simple ones... I'm attempting to find Auto Heal at the moment. Something is weird and I can't seem to find the address for the offset.
#4 · 19y ago
nbr1dan
nbr1dan
Auto heal is what I am working on right now and I think I have the address. Try this one = 009C4E3C
#5 · 19y ago
mains3rv3r
mains3rv3r
Quote Originally Posted by nbr1dan View Post
Auto heal is what I am working on right now and I think I have the address. Try this one = 009C4E3C
Hmm... the address has a pointer if you want it to work... The address I got for what 'Probably goes back to the pointer' is 009bf39c... which is weird because i want to convert to hex, but it finds nothing obviously... this is in bytes... so i don't understand that one...
#6 · 19y ago
nbr1dan
nbr1dan
Im not sure either. I will scan some more and try to figure it out, if I find anything useful I will let you know.
#7 · 19y ago
MI
Mikeck901323
I ALREADY POSTED A TUT!


1) Add address you found to you Lower Bar and left click on it
2) Select "What Writes To This Address" and go back in game
3) Heal Your Self Whit Med Kit and Alt+Tab to get back to UCE
4) In WhatWritesToThisAddress Window two lines will appear
5) Select the lower one and press REPLACE then Stop and Close
6) Click Advanced Options and in there will be the replaced code
7) Look for the number in [eax+/ep+/nop+xxxxxxxxx] compy just the number
8) Close The Advanced Options Window
9) In Lower window where our Address is stored you will see something like
10) WarRock+xxxxx or WarRock.exe+xxxx check the box add pointer
11) In the Right Window where it says Offset paste the number or type it in
12) Press Ok and You are done
#8 · 19y ago
mains3rv3r
mains3rv3r
Quote Originally Posted by bloodandmike View Post
I ALREADY POSTED A TUT!


1) Add address you found to you Lower Bar and left click on it
2) Select "What Writes To This Address" and go back in game
3) Heal Your Self Whit Med Kit and Alt+Tab to get back to UCE
4) In WhatWritesToThisAddress Window two lines will appear
5) Select the lower one and press REPLACE then Stop and Close
6) Click Advanced Options and in there will be the replaced code
7) Look for the number in [eax+/ep+/nop+xxxxxxxxx] compy just the number
8) Close The Advanced Options Window
9) In Lower window where our Address is stored you will see something like
10) WarRock+xxxxx or WarRock.exe+xxxx check the box add pointer
11) In the Right Window where it says Offset paste the number or type it in
12) Press Ok and You are done
I've already read that tut. The part that makes no sense is when you check the box "add pointer", it wants a address WITH THAT POINTER. What address do you put there with the offset??? This has to be non hex.
#9 · 19y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • [Question]Team Pointer?By mastermods in Combat Arms Hack Coding / Programming / Source Code
    20Last post 16y ago
  • [2 Questions][C++][Pointers]By Aqollo in C++/C Programming
    2Last post 15y ago
  • [Question] NULL pointers...By Mookamoka in C++/C Programming
    5Last post 15y ago
  • I'm new to c++ and have a question about pointersBy I.P in C++/C Programming
    2Last post 15y ago
  • [QUESTION] Pointer in Dev-C++By yogilek in WarRock - International Hacks
    0Last post 19y ago

Tags for this Thread

None