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 › Programming › Visual Basic Programming › MPGH Login Script(Help)

QuestionMPGH Login Script(Help)

Posts 1–8 of 8 · Page 1 of 1
SH
ShadowPwnz
MPGH Login Script(Help)
Would it be possible to create a script in which the user has to log in to MPGH to continue? E.G. I have a Blackjack game i'm thinking of releasing + source to help ppl code, but I wanted to make the hacks accessible only by an MPGH account.



At the moment it works with an application-defined password, but I was wondering if there was a way to make it operate off user credentials.
#1 · 16y ago
Lolland
Lolland
I'd assume you'd need access to the MPGH database.
#2 · 16y ago
SC
scimmyboy
Quote Originally Posted by lolland View Post
I'd assume you'd need access to the MPGH database.
which would need dave's consent, which is usually no
#3 · 16y ago
NextGen1
NextGen1
Use Mpgh.net database, Which will never happen

.......... Think Outside The Box..........

GetElementByID + Knowing what Element is displayed when a user is/is not logged in.

The easy method to see if a member is logged in is to look for the ID navbar_search programatically

If it exists the user is logged in, Search Button doesn't exisit unless the user is logged in.

That's an easy way to authenticate the user based on "logged in" or not

So the theory is .....

Form Login Loads
It then Checks form2.webbrowser for the elementID " navbar_search "

If it exisit Label1 = Welcome MPGH.net user

If Element ID navbar_search doesn't exisit
Textbox1.visibility = true , textbox2.Visibility = true
Label 1 = please login , that login gets sent using getelementbyid

and you have a way to authenticated a mpgh.net user
#4 · edited 16y ago · 16y ago
SH
ShadowPwnz
Thanks NextGen, that will probably work.
#5 · 16y ago
NextGen1
NextGen1
Not a problem, should do just fine as a way around using databases
#6 · 16y ago
Calebb
Calebb
What nextgen said.
#7 · 16y ago
NextGen1
NextGen1
The Actual Code to log into MPGH.net is
Code:
' To login to Mpgh.net programatically
WebBrowser1.Document.GetElementsByID("navbar_username").Innertext = textbox1.text
WebBrowser1.Document.GetElementsByID("navbar_password").Innertext = textbox2.text
WebBrowser1.Document.Forms(0).InvokeMember("submit")
Because it has been asked 4 times already
#8 · 16y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • MPGH public hack (requires login info) help!By zeleet in Combat Arms Hacks & Cheats
    4Last post 16y ago
  • [Help]login scriptBy axg24 in CrossFire Help
    7Last post 16y ago
  • MPGH Hack Problems Help me please.By johnny608 in Combat Arms Hacks & Cheats
    5Last post 17y ago
  • MPGH Publiv Hack Help Needed! :(By Xonil_Raider in General
    4Last post 17y ago
  • MPGH Missing Script!By Jeckels in General
    1Last post 18y ago

Tags for this Thread

None