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) Coding / Source Code › Does anyone know UAV address?

Red faceDoes anyone know UAV address?

Posts 16–17 of 17 · Page 2 of 2
SN
SneakyM0F0
Quote Originally Posted by Jabberwock View Post


nahh... Didn't mention it for the credits though.



Yep. They do block it. That's why you need to do your stuff before they load their driver.

With a lua script you can go about it like this:

Code:
function loop()
    local hud = readInteger('["ava.exe"+01c5aa10]+3ac')
    if hud ~= nil and hud ~= 0 then
       local count = readInteger('[["ava.exe"+01c5aa10]+3ac]+24d0')
       if count ~= nil and count > 1 then
          local array = readInteger('[["ava.exe"+01c5aa10]+3ac]+24cc')
          for i=0, count-2 do
              local pawn = readInteger(array + i*8)
              if pawn ~= nil and pawn ~= 0 then
                 local uav = pawn + 0x59c
                 local value = bOr(readBytes(uav, 1), 0x80)
                 writeBytes(uav, value)
              end
          end
       end
    end
end

function bypass(timer)
  if getOpenedProcessID() == 0 then
    openProcess("ava.exe")
  end
  if getOpenedProcessID() ~= 0 then
    if readBytes('"ava.exe"+1d310', 1) == 0x55 then
      writeBytes('"ava.exe"+1d310', 0xc3)
      timer_setInterval(timer, 500)
      timer_onTimer(timer, loop)
    end
  end
end

t = createTimer(nil);
timer_setInterval(t, 10)
timer_onTimer(t, bypass)
Very nice work on the code. I have been working on a new form of anti kick. It is working and is based off the old way of doing it. But there are couple issues so I would like to be able to ask you some things via pm . This is not based off the new way of spamming the vote kick. They just can not kick and it is hilarious to say the least. And if you remember what happens with the old Ce way of doing this you should be interested. Cause it has other uses if you get my drift
#16 · edited 9y ago · 9y ago
HU
Hunter
1 week has passed and no further replies have been made by the OP. Assuming solved.

/Closed.
#17 · 9y ago
Posts 16–17 of 17 · Page 2 of 2

Post a Reply

Similar Threads

  • Does anyone know how to find addresses in ghosts?By TrailerHooker in Call of Duty Ghosts Discussions & Help
    5Last post 12y ago
  • Does anyone know the health address for multiplayer?By eogfalconv2 in Call of Duty Black Ops 2 Coding, Programming & Source Code
    10Last post 12y ago
  • [Need Help] Does anyone know how to change MAC address in Windows 7?By ddd555 in Debate Fort
    0Last post 17y ago
  • Does anyone know why I was IP banned?By systemx84 in WarRock - International Hacks
    2Last post 19y ago
  • Does anyone know a hack for warrock dinarBy killa017 in WarRock - International Hacks
    0Last post 19y ago

Tags for this Thread

None