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 › [Help]How to use "Next"

Question[Help]How to use "Next"

Posts 1–10 of 10 · Page 1 of 1
MA
Matrix10
[Help]How to use "Next" - That wasn't the title i set?
Hey eveyone, I am looking for help in passing information from my application to a browser, in this case I want to pass one word at a time to a field, how can I do this?

This question was edited by Nextgen1.
#1 · edited 16y ago · 16y ago
MA
Matrix10
Anyone?
Nextgen1 please?
#2 · 16y ago
NextGen1
NextGen1
Quote Originally Posted by Matrix10 View Post
Hey eveyone, I am looking for help in passing information from my application to a browser, in this case I want to pass one word at a time to a field, how can I do this?
Your best bet is to bind a database to a combo-box (the database should be comprised of a full dictionary, research Xploits it's about 500MB of words)

Then use

Code:
webbrowser1.documents.getelementbyid("Element Name Here").Innertext = Combobox1.selected
then cycle through the combo-box one word at a time.
#3 · 16y ago
MA
Matrix10
Quote Originally Posted by NextGen1 View Post


Your best bet is to bind a database to a combo-box (the database should be comprised of a full dictionary, research Xploits it's about 500MB of words)

Then use

Code:
webbrowser1.documents.getelementbyid("Element Name Here").Innertext = Combobox1.selected
then cycle through the combo-box one word at a time.
hmm your clever, but i don't understand really
where i would put this
webbrowser1.documents.getelementbyid("Element Name Here")
and what i would put in '"Element Name Here"'?
btw thanks for helping me
and wouldn't cycling through 1 word at a time be a bit slow, plus my offline website will have a password like aahsh
just to test it
and not a word from the dictionary :P

ps. Nextgen1 erm could you please teamview me please, i really need help.
thanks in advance
#4 · 16y ago
NextGen1
NextGen1
I am writing the code , one second
#5 · 16y ago
MA
Matrix10
Quote Originally Posted by NextGen1 View Post
I am writing the code , one second
xD Thanks very much, BTW, how long have you been coding visual basic, and do you have any websites / tips that could help me improve my knowledge of the subject? Thanks in advance
#6 · 16y ago
NextGen1
NextGen1
The stickies has a full tutorial list by all the sharing members here including myself, Plus the snippets vault which is great for learning, My website is a commercial website for software and website design, so not beneficial in this case, I have been programming since 13/14 yrs old VB (Commercially) for a long time.


I will edit this post with the details , so hold off on posting


#7 · edited 16y ago · 16y ago
MA
Matrix10
sorry just wondering are u making it now, did u mean?
#8 · 16y ago
NextGen1
NextGen1
I just read your PM, you dont need a list....? You just need to know how to sleep?
#9 · edited 16y ago · 16y ago
MA
Matrix10
Quote Originally Posted by NextGen1 View Post
I just read your PM, you dont need a list....? You just need to know how to sleep?
Erm i no how to make it sleep

threading.thread.sleep("100")

or any number in the ("")
i need to erm make a program to write in a notepad file this ..
a
aa
aaa
aaaa
to 26 A's
then
ab
aba
abaa
ETc from a-z
but when i use the Password recovery i don't want it to write like all at once
i want it to write
a
then press enter
so somthing like
sendkeys.send("a")
sendkeys.send("{ENTER}")
threading.thread.sleep("500")
sendkeys.send("aa")
sendkeys.send("{ENTER}")
threading.thread.sleep("500")

Etc etc...
but sendkeys.send is unreliable and laggy
and threading.thread.sleep makes the whole computer freeze and i just want the program to like pause then do another then pause

Please help xD
#10 · 16y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • Help! how to use ardamax keyloggBy gmgundamx7 in WarRock - International Hacks
    8Last post 19y ago
  • [Help]How to use Topblast d3d test environment?By NOOBJr in Combat Arms Hack Coding / Programming / Source Code
    14Last post 15y ago
  • (i need help) how to use dev-c++By u1111u in C++/C Programming
    6Last post 17y ago
  • [HELP] How to use classes?By ChanceOfHax in Combat Arms EU Hack Coding/Source Code
    7Last post 15y ago
  • [HELP] How to use classes?By ChanceOfHax in Combat Arms Hack Coding / Programming / Source Code
    8Last post 15y ago

Tags for this Thread

None