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 › Alliance of Valiant Arms (AVA) Hacks & Cheats › Alliance of Valiant Arms (AVA) Discussions › how to find UAV pointer

how to find UAV pointer

Posts 1–15 of 18 · Page 1 of 2
RA
Rasalins
how to find UAV pointer
I want to find UAV hack pointer.
I saw other thread and I know how to search with CE.
First , scan 112 or 48 , When used uav next scan bigger than 1000.
This method is correct? Which scantype should I set? I dont know.
If someone knows how to search UAV pointer,tell me.
#1 · 11y ago
MR
Mr.Cookies
Quote Originally Posted by Rasalins View Post
I want to find UAV hack pointer.
I saw other thread and I know how to search with CE.
First , scan 112 or 48 , When used uav next scan bigger than 1000.
This method is correct? Which scantype should I set? I dont know.
If someone knows how to search UAV pointer,tell me.
U have bypass for CE?
#2 · 11y ago
Frought
Frought
Quote Originally Posted by Rasalins View Post
I want to find UAV hack pointer.
I saw other thread and I know how to search with CE.
First , scan 112 or 48 , When used uav next scan bigger than 1000.
This method is correct? Which scantype should I set? I dont know.
If someone knows how to search UAV pointer,tell me.
You're correct, this method was used when DEATHL found UAV.. but I don't think this values are still the same, you could try and see what happens
#3 · 11y ago
R3
R3DDOT
Quote Originally Posted by Rasalins View Post
I want to find UAV hack pointer.
I saw other thread and I know how to search with CE.
First , scan 112 or 48 , When used uav next scan bigger than 1000.
This method is correct? Which scantype should I set? I dont know.
If someone knows how to search UAV pointer,tell me.
Quote Originally Posted by Frought View Post
You're correct, this method was used when DEATHL found UAV.. but I don't think this values are still the same, you could try and see what happens
I think you can toggle UAV on a single pawn, by finding the offset to the bit which says if pawn is UAVed or not.
#4 · 11y ago
RA
Rasalins
Thank you for your reply.
I was thinking value type of UAV is byte.
value of UAV on/off is bit type?
Do I have to set bit type when search UAV pointer?
#5 · 11y ago
Frought
Frought
Quote Originally Posted by R3DDOT View Post




I think you can toggle UAV on a single pawn, by finding the offset to the bit which says if pawn is UAVed or not.
Yeah, but he is talking about UAVing all players, I think he can find the UAV on a single player and then find the player array to make it on all
#6 · 11y ago
HI
Hixd12
that means you create a uav hack and share it with us????
#7 · 11y ago
CC
ccman32
Quote Originally Posted by R3DDOT View Post




I think you can toggle UAV on a single pawn, by finding the offset to the bit which says if pawn is UAVed or not.
You can't find an offset to a bit...
But yea with the correct offsets you are able to do this (The correct bit must be accessed with the OR/XOR operators).
With a SDK it's way easier tho.
#8 · 11y ago
R3
R3DDOT
Quote Originally Posted by ccman32 View Post

You can't find an offset to a bit...
But yea with the correct offsets you are able to do this (The correct bit must be accessed with the OR/XOR operators).
With a SDK it's way easier tho.
I meant offset to the byte, but you need the index of the bit(0-7). Then use the truth tables and the bitwise operators to set that individual bit to true or false.
And yeah I've made it with the SDK, it's a lot easier.
#9 · 11y ago
CC
ccman32
Quote Originally Posted by R3DDOT View Post


I meant offset to the byte, but you need the index of the bit(0-7). Then use the truth tables and the bitwise operators to set that individual bit to true or false.
And yeah I've made it with the SDK, it's a lot easier.
I just released a small example source for it: http://www.mpgh.net/forum/showthread.php?t=929429
#10 · edited 11y ago · 11y ago
R3
R3DDOT
Quote Originally Posted by ccman32 View Post

I just released a small example source for it: http://www.mpgh.net/forum/showthread.php?t=929429
Actually, I prefer to use the function, instead of editing it like that. ^^
#11 · 11y ago
CC
ccman32
Quote Originally Posted by R3DDOT View Post


Actually, I prefer to use the function, instead of editing it like that. ^^
I'm pretty sure not everyone wants to UAV people server sided...
#12 · 11y ago
Frought
Frought
Quote Originally Posted by R3DDOT View Post


Actually, I prefer to use the function, instead of editing it like that. ^^
This way is just like stealing something without the sirens fuck you up xD.
#13 · 11y ago
R3
R3DDOT
Quote Originally Posted by ccman32 View Post

I'm pretty sure not everyone wants to UAV people server sided...
Quote Originally Posted by Frought View Post
This way is just like stealing something without the sirens fuck you up xD.
This is true, but honestly, that way it makes the game wayy more fun.
#14 · edited 11y ago · 11y ago
Predator
Predator
The coders are back...

Could this be the rebirth of a new era?!
#15 · 11y ago
Posts 1–15 of 18 · Page 1 of 2

Post a Reply

Similar Threads

  • How to find this PointerBy Astr3Lune in Piercing Blow Hack Coding/Source Code
    18Last post 7y ago
  • [Released]How to find Device PointerBy TheBigBoy in Combat Arms Hack Coding / Programming / Source Code
    2Last post 16y ago
  • How to find script pointers?By polarpie in DayZ Help & Requests
    0Last post 13y ago
  • [TUT]How to find LT pointerBy lauwy in CrossFire Hack Coding / Programming / Source Code
    19Last post 15y ago
  • How to find the pointer to the D3D9 device by lauwyBy lauwy in CrossFire Hack Coding / Programming / Source Code
    13Last post 15y ago

Tags for this Thread

None