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]Random Number[Solved]

Question[Help]Random Number[Solved]

Posts 1–6 of 6 · Page 1 of 1
tremaster
tremaster
[Help]Random Number[Solved]
hey im working on somthing were theres a ricktextbox and you put a number in it and it spams different numbers from 0 to the number in richtextbox plz give me code ty
#1 · 16y ago
Sixx93
Sixx93
it's easy, just convert the number in the textbox in integer and then use the random, like:

dim a as new random
dim b as integer = int(textbox1.text)
dim c as integer

c = a.next(0, b)

in c you will have the random number

hope this help :=)
#2 · 16y ago
Hassan
Hassan
Quote Originally Posted by tremaster View Post
hey im working on somthing were theres a ricktextbox and you put a number in it and it spams different numbers from 0 to the number in richtextbox plz give me code ty
Stop begging for codes !!!
#3 · 16y ago
tremaster
tremaster
nvm came up with my own code thanks for helping tho
#4 · 16y ago
Blubb1337
Blubb1337
dim r as new random
r.next(0, cint(richtextbox1.text))
#5 · 16y ago
Sixx93
Sixx93
Quote Originally Posted by tremaster View Post
nvm came up with my own code thanks for helping tho
no problem but, try to write ur codes at your own...
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [Solved]Random number helpBy poneboy00 in Visual Basic Programming
    5Last post 16y ago
  • [Help]Random Color Background[Solved]By zmansquared in Visual Basic Programming
    19Last post 16y ago
  • [Help]Have TextBoxes only have Numbers[Solved]By o0OpurezO0o in Visual Basic Programming
    45Last post 15y ago
  • Help me to solve this ? :#By josias008 in Combat Arms Help
    9Last post 15y ago
  • [Help]Determining if a string contains numbers.[Solved]By ♪~ ᕕ(ᐛ)ᕗ in Visual Basic Programming
    5Last post 15y ago

Tags for this Thread

None