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 › Main › General › What about a hack downloader?

What about a hack downloader?

Posts 1–15 of 16 · Page 1 of 2
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
What about a hack downloader?
I am really bored so I think I would made a hack downloader for MPGH...Like you select your favorite game and see which hacks are released for it, then you click a link and download it....? Just saying but to do this, I need the help of sum MPGH minions to keep me updated about the latest releases for each game.....
#1 · 14y ago
HE
heya:D
Yeah...... How about no.

I don't think thIs allowed
#2 · 14y ago
Time
[MPGH]Time
If you do make one make sure it only lets you download after the uploader has been thanked maybe? .
#3 · 14y ago
Jorndel
Jorndel
Quote Originally Posted by Richard Nixon View Post
I am really bored so I think I would made a hack downloader for MPGH...Like you select your favorite game and see which hacks are released for it, then you click a link and download it....? Just saying but to do this, I need the help of sum MPGH minions to keep me updated about the latest releases for each game.....

if Dave would approve. (He will not)
It would be very easy.

Step 1:
Web-Browser Control

Step 2:
Looping all the sites Elements.

Step 3:
Check the ClassName to get the [Release] Tag

Step 4:
Get the link of the thread

Step 5:
Get the Download link from the thread when selected.

Something I made for the Collection Threads: (The Main Function of it)
Code:
void Act()
        {
            if (c==1)
            {
                HtmlElementCollection Doc = webBrowser1.Document.All;
                foreach (HtmlElement Ele in Doc)
                {
                    if (Ele.GetAttribute("className") == "prefix understate")
                    {
                        if (Ele.OuterHtml.Contains(textBox1.Text)) // Release Tag
                            Yes = true;
                    }

                    if (Ele.GetAttribute("className") == "title" && Yes)
                    {
                        string Temp = Ele.OuterHtml;
                        Temp = Temp.Remove(0, Temp.IndexOf("href") + 6);
                        Temp = Temp.Remove(Temp.IndexOf(".html") + 5);
                        richTextBox1.AppendText("" + Ele.InnerText + "\n");
                        Yes = false;
                    }
                }
                label1.Text = "Ready";
            }
        }
#4 · 14y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Quote Originally Posted by heya:D View Post
Yeah...... How about no.

I don't think thIs allowed
Why it's not allowed? Even if I release the source code too?


---------- Post added at 10:39 AM ---------- Previous post was at 10:37 AM ----------

Quote Originally Posted by Jorndel View Post



if Dave would approve. (He will not)
It would be very easy.

Step 1:
Web-Browser Control

Step 2:
Looping all the sites Elements.

Step 3:
Check the ClassName to get the [Release] Tag

Step 4:
Get the link of the thread

Step 5:
Get the Download link from the thread when selected.

Something I made for the Collection Threads: (The Main Function of it)
Code:
void Act()
        {
            if (c==1)
            {
                HtmlElementCollection Doc = webBrowser1.Document.All;
                foreach (HtmlElement Ele in Doc)
                {
                    if (Ele.GetAttribute("className") == "prefix understate")
                    {
                        if (Ele.OuterHtml.Contains(textBox1.Text)) // Release Tag
                            Yes = true;
                    }

                    if (Ele.GetAttribute("className") == "title" && Yes)
                    {
                        string Temp = Ele.OuterHtml;
                        Temp = Temp.Remove(0, Temp.IndexOf("href") + 6);
                        Temp = Temp.Remove(Temp.IndexOf(".html") + 5);
                        richTextBox1.AppendText("" + Ele.InnerText + "\n");
                        Yes = false;
                    }
                }
                label1.Text = "Ready";
            }
        }
You would need the credentials of the user to do that, so it is better (more safe for the users) to re-upload the downloads somewhere else (like a personal FTP server) and then use a cache file to download them.
#5 · 14y ago
Jorndel
Jorndel
Quote Originally Posted by Richard Nixon View Post


Why it's not allowed? Even if I release the source code too?


---------- Post added at 10:39 AM ---------- Previous post was at 10:37 AM ----------



You would need the credentials of the user to do that, so it is better (more safe for the users) to re-upload the downloads somewhere else (like a personal FTP server) and then use a cache file to download them.
Waste of time :|

One other way, but not sure if I can tell :P (Just some stuff...)
Anyway, why Dave would not approve this:

1: Lose of members. (Because they don't have to go to the site)
2: Less Activity (Because they no longer have to visit us )
3: We would not let our hacks be easy to leech by using the tool.
4: We just like to have it on the site
#6 · 14y ago
HE
heya:D
I've tried this but was turned down since it is not allowed
Dave doesn't allow it
#7 · 14y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Quote Originally Posted by Jorndel View Post


Waste of time :|

One other way, but not sure if I can tell :P (Just some stuff...)
Anyway, why Dave would not approve this:

1: Lose of members. (Because they don't have to go to the site)
2: Less Activity (Because they no longer have to visit us )
3: We would not let our hacks be easy to leech by using the tool.
4: We just like to have it on the site
Oh yeah makes sense...:/
#8 · 14y ago
DE
Delko DJ
its a good idea but everyone would abuse with it cuz no one would register and everyone will use 1 public acc
#9 · 14y ago
Bernard.
Bernard
Quote Originally Posted by Adam View Post
If you do make one make sure it only lets you download after the uploader has been thanked maybe? .
what if they dont like the hack? yet they still had to give a "thanks"
#10 · 14y ago
The XXX Devil
The XXX Devil
And there goes the forum experience .
#11 · 14y ago
Time
[MPGH]Time
Quote Originally Posted by Pikaboom View Post


what if they dont like the hack? yet they still had to give a "thanks"
Didn't think of it that way boh5 .
#12 · 14y ago
Amkay
Amkay
Quote Originally Posted by Jorndel View Post


Waste of time :|

One other way, but not sure if I can tell :P (Just some stuff...)
Anyway, why Dave would not approve this:

1: Lose of members. (Because they don't have to go to the site)
2: Less Activity (Because they no longer have to visit us )
3: We would not let our hacks be easy to leech by using the tool.
4: We just like to have it on the site
you are absolutely right. /nuffsaid


---------- Post added at 04:21 PM ---------- Previous post was at 04:20 PM ----------

Quote Originally Posted by Jorndel View Post


Waste of time :|

One other way, but not sure if I can tell :P (Just some stuff...)
Anyway, why Dave would not approve this:

1: Lose of members. (Because they don't have to go to the site)
2: Less Activity (Because they no longer have to visit us )
3: We would not let our hacks be easy to leech by using the tool.
4: We just like to have it on the site
you are absolutely right. /nuffsaid
#13 · 14y ago
Snake
Snake
I think its a great idea.
#14 · 14y ago
Austin
[MPGH]Austin
So, pretty much our idea. Even though it's kinda inactive.

MPGH CF | Facebook
#15 · 14y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • Umm what about Texture Hack for the new patch 1.0.175By Shai157 in Call of Duty Modern Warfare 2 Help
    1Last post 16y ago
  • what about conquer hacks ??By omario in General
    5Last post 15y ago
  • Whats some Working hacks and easy to download?By inlovewifyou in Combat Arms Hacks & Cheats
    6Last post 16y ago
  • What about 5th slot hack ?By qunqurer in WarRock Discussions
    1Last post 16y ago
  • What is bad about gordan hacks?By saadfmk in Combat Arms Hacks & Cheats
    3Last post 16y ago

Tags for this Thread

None