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 › [Release] AvA Tool

Smile[Release] AvA Tool

Posts 1–15 of 16 · Page 1 of 2
RC
Rcaking!
[Release] AvA Tool
Hi, i Made This simple tool wen i had a few min to spare.
Ver:1.0.0.0
Will Update soon.
Remove:

*Intro Video
*Splash Screen

Screen Shot:
[IMG]http://i936.photobucke*****m/albums/ad202/rcaking1/Untitled-27.png[/IMG]
Virus Scan:
HERE
#1 · 16y ago
NI
nikakmal96
erm thx.... i'm the first who post.. gime something.. hehe just joking
#2 · 16y ago
metalfrost
metalfrost
so its a cleaner kinda?
#3 · 16y ago
JI
JIGS4W
Quote Originally Posted by metalfrost View Post
so its a cleaner kinda?
Yep. Deletes intro vid and splash screen and thats it
#4 · 16y ago
RC
Rcaking!
the people who made AvA were good to block removing, gun sounds, Textures, Music, ect this is the best i can do as of now im working on something big tonight for it i think everyone will like it....


It dont "Delete" Them it renames Them to ExVideo and ExSplash.
#5 · edited 16y ago · 16y ago
G0
G0ld_User
I try it and works , thanks.
#6 · 16y ago
LU
Lukas59
is this ur first programm=?
if yes, then great work.,
#7 · 16y ago
BU
bueeno
Quote Originally Posted by Rcaking! View Post
the people who made AvA were good to block removing, gun sounds, Textures, Music, ect this is the best i can do as of now im working on something big tonight for it i think everyone will like it....


It dont "Delete" Them it renames Them to ExVideo and ExSplash.
How about try some NewHack stuff.
This works, but chams would be nice too :x
#8 · 16y ago
MR
MrEncrypted
Not bad, Good job.
#9 · 16y ago
RC
Rcaking!
You see it is hard to do much because ijji made this game very good, it tests all files before entering a game to see if thay match the hosts files, but i might be able to change the file but keep the name... i am going to test that right now... if it works i will have a new tool uploaded soon.... or someone can make one there self, its not hard its just trial and error.

** IF anyone wonts to help ill give you the code but its simple, you can it out.

Here Code:
Code:
Option Explicit On
Imports System.IO
Public Class Form1
    Private Declare Sub Sleep Lib "Kernel32" (ByVal dwMilliseconds As Long)
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        System.Threading.Thread.Sleep(35)
        Dim Location1 As String
        Dim Location2 As String
        Location1 = FolderDialog.SelectedPath + "\ENGLISH\AVA\avagame\Video"
        Location2 = FolderDialog.SelectedPath + "\ENGLISH\AVA\avagame\Splash"
        If CheckBox1.Checked = True Then
            On Error Resume Next
            My.Computer.FileSystem.RenameDirectory((Location1), "ExVideo")
        End If
        On Error Resume Next
        If CheckBox2.Checked = True Then
            My.Computer.FileSystem.RenameDirectory((Location2), "ExSplash")
        End If
       
    End Sub

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Folder.Text = FolderDialog.SelectedPath
    End Sub

    Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged

    End Sub


    Private Sub FolderDialog_HelpRequest(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FolderDialog.HelpRequest

    End Sub

    Private Sub Folder_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Folder.Click
        FolderDialog.ShowDialog()
        Folder.Text = FolderDialog.SelectedPath
    End Sub

    Private Sub Folder_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Folder.TextChanged

    End Sub

    Private Sub CheckBox2_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox2.CheckedChanged

    End Sub

    Private Sub GroupBox1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GroupBox1.Enter

    End Sub
    
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Me.Close()
    End Sub
End Class
#10 · edited 16y ago · 16y ago
LU
Lukas59
i would never public my source..
#11 · 16y ago
RC
Rcaking!
ya, but its so simple y not?...
#12 · 16y ago
RE
Ren103
Quote Originally Posted by bueeno View Post
How about try some NewHack stuff.
This works, but chams would be nice too :x
Lmfao. Who doesn't. Let's wait, pal. *Pats your shoulder*
XD
#13 · 16y ago
HE
hellspy
does it make ava start up faster?
#14 · 16y ago
ZI
zivstarosta
what does it do?
#15 · 16y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • [Release] Launch ToolBy NeoLeeT in WarRock - International Hacks
    16Last post 19y ago
  • [RELEASE]Glitch Tool - HackBy bug_NOT_ME in Combat Arms Hacks & Cheats
    66Last post 17y ago
  • [Beta Release] Ava HacksBy thexviet in Alliance of Valiant Arms (AVA) Hacks & Cheats
    108Last post 16y ago
  • Release Hacker Tools?By bug_NOT_ME in Combat Arms Discussions
    10Last post 16y ago
  • [Release] GST TOOL NEW !By hoélozabimaru in WarRock - International Hacks
    39Last post 19y ago

Tags for this Thread

None