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]Reading address values and saving them? - VB

[Help]Reading address values and saving them? - VB

Posts 1–15 of 18 · Page 1 of 2
master131
[MPGH]master131
[Help]Reading address values and saving them? - VB
So I need to find a way to be able to read an address's value and then save it as an integer. Any ideas?
I'm not such of a wiz when it comes to memory handling and stuff in VB

EDIT - I love typos <3
#1 · edited 15y ago · 15y ago
B4M
B4M
How about moving it to VB section (smarter people there)

What you say?

+I think you wanted to say ,,values'' not ,,vakues''
#2 · 15y ago
master131
[MPGH]master131
Mhmm.. Move it please.
#3 · 15y ago
B4M
B4M
/moved

/title fixed
#4 · 15y ago
Invidus
Invidus
Well, i'm not sure about reading the address values, but saving them is quite easy.
More details?
#5 · 15y ago
master131
[MPGH]master131
Well basically I want to have an address:
Example - &H1AA5854
My program is going to save that address' value and then change it to 255. When the user decides to revert it to the original value, it will read the saved value and change it back.

Like if the address's value was 0 and then it was changed to 255. When it is restored it will read the original value (0) and change it back.

You kinda get what I mean?
#6 · 15y ago
Blubb1337
Blubb1337
http://www.mpgh.net/forum/33-visual-...ll-v1-0-a.html

!!!
#7 · 15y ago
master131
[MPGH]master131
Doh, thanks Blubb!
#8 · 15y ago
Jason
Jason
Quote Originally Posted by master131 View Post
Well basically I want to have an address:
Example - &H1AA5854
My program is going to save that address' value and then change it to 255. When the user decides to revert it to the original value, it will read the saved value and change it back.

Like if the address's value was 0 and then it was changed to 255. When it is restored it will read the original value (0) and change it back.

You kinda get what I mean?
Read the value before altering it and store it in a variable for later use, don't try to read it at the time the person is reverting.
#9 · 15y ago
B4M
B4M
Told you will get the answer here..

[TROLL]/Marked as solved[/troll]

/redirect deleted
#10 · edited 15y ago · 15y ago
master131
[MPGH]master131
Well, I still have one question so bare with me!
OK, so I've declared those numbers in an if statement but if I try to use the numbers I delcared in another if statement, it says it's not declared. They're both inside the same sub btw.
#11 · 15y ago
Jason
Jason
Quote Originally Posted by master131 View Post
Well, I still have one question so bare with me!
OK, so I've declared those numbers in an if statement but if I try to use the numbers I delcared in another if statement, it says it's not declared. They're both inside the same sub btw.
Declare the variables outside of any If statements, and then do the assigning within an If statement if need be.
#12 · 15y ago
Blubb1337
Blubb1337
Post your code?
#13 · 15y ago
master131
[MPGH]master131
Quote Originally Posted by J-Deezy View Post


Declare the variables outside of any If statements, and then do the assigning within an If statement if need be.
The thing is, I need them to be updated if a checkbox is ticked.
#14 · 15y ago
Blubb1337
Blubb1337
[php]dim i as integer

if checkbox1.checked then
'meh
end if
[/php]

?
#15 · 15y ago
Posts 1–15 of 18 · Page 1 of 2

Post a Reply

Similar Threads

  • [Help]Read addressBy pyton789 in Visual Basic Programming
    10Last post 15y ago
  • [HELP] Address valueBy Koekenbakker in WarRock - International Hacks
    11Last post 18y ago
  • [Help]Reading and Writing to .txt files on the internetBy treeham in Visual Basic Programming
    6Last post 16y ago
  • [HELP!!!] address values???By nukeist_ in WarRock - International Hacks
    7Last post 18y ago
  • 1-31-2008 Address's And Value'sBy -TM- in WarRock - International Hacks
    59Last post 18y ago

Tags for this Thread

None