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 › Coders Lounge › JavaScript auto filling credentials

JavaScript auto filling credentials

Posts 1–4 of 4 · Page 1 of 1
BO
BoobMax2442
JavaScript auto filling credentials
Okay so I've been working on a steam account generator for a day or two now but I've been suck on one thing and it's, when I change the value of the password the steam webpage doesn't detect it. (as shown in picture 1) I've looked in a lot of places and can't seem to find a fix :/ any suggestions? I'm stuck and don't really know how to get around this... You can see that everything gets filled in find but the website doesn't recongize characters are in the password box

Picture 1
#1 · edited 8y ago · 8y ago
Hell_Demon
Hell_Demon
document.getElementById('password').value = 'erertert';
CheckPasswordStrength();
document.getElementById('reenter_password').value = 'erertert';
ReenterPasswordChange();

Seems to work.
#2 · 8y ago
BO
BoobMax2442
I can't seem to get this to work... would it be document.getElementbyId('password').CheckPasswordS trength() ?
I've tried your way and the way above and I can't seem to get it to work both ways :/

#3 · edited 8y ago · 8y ago
BO
BoobMax2442
got it with

var.fireEvent("onkeyup")
#4 · 8y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • WarRock Auto Vehicle Repair HackBy mortis123 in WarRock - International Hacks
    12Last post 20y ago
  • WarRock Auto HealerBy Flawless in WarRock - International Hacks
    8Last post 20y ago
  • Runescape 2 auto programsBy fabled in Hack Requests
    19Last post 19y ago
  • Vehicle Stealing and Vehicle auto-destroy in HavanaBy Zededarian in Game Hacking Tutorials
    0Last post 20y ago
  • Auto or aim botBy aaronm in WarRock - International Hacks
    4Last post 20y ago

Tags for this Thread

#auto#code#fill#help#javascript#steam#stuck