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 › Adresses changing every match

QuestionAdresses changing every match

Posts 1–9 of 9 · Page 1 of 1
themisterniceguy
themisterniceguy
Adresses changing every match
so i am making this for cs:go, but the adresses change every match, how do i prevent that ?
my code so far:
Code:
Public Class Form1

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim ammount As String = TextBox1.Text
        Try
            WriteInteger("csgo", &H4910058, ammount)
            WriteInteger("csgo", &H4910124, ammount)
            WriteInteger("csgo", &H4910458, ammount)
            WriteInteger("csgo", &H4910524, ammount)
            WriteInteger("csgo", &H4910858, ammount)
            WriteInteger("csgo", &H4910924, ammount)
            WriteInteger("csgo", &H4910C58, ammount)
            WriteInteger("csgo", &H4910D24, ammount)
            WriteInteger("csgo", &H4911058, ammount)
            WriteInteger("csgo", &H4911124, ammount)
            WriteInteger("csgo", &H9E7760C, ammount)
            WriteInteger("csgo", &HA2BDF58, ammount)
            WriteInteger("csgo", &H251AD418, ammount)
            WriteInteger("csgo", &H391D933C, ammount)
            WriteInteger("csgo", &H46EC3FC4, ammount)
            WriteInteger("csgo", &H46F0334C, ammount)
        Catch ex As Exception


        End Try
    End Sub


    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        Dim ammount As String = TextBox2.Text
        Try
            WriteInteger("csgo", &H42D5114, ammount)
            WriteInteger("csgo", &H49101EC, ammount)
            WriteInteger("csgo", &H49105EC, ammount)
            WriteInteger("csgo", &H49109EC, ammount)
            WriteInteger("csgo", &H4910DEC, ammount)
            WriteInteger("csgo", &H49111EC, ammount)
            WriteInteger("csgo", &H46EC4504, ammount)
            WriteInteger("csgo", &H46F04324, ammount)
            WriteInteger("csgo", &H46F049F0, ammount)
        Catch ex As Exception


        End Try
    End Sub


    Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
        System.Diagnostics.Process.Start("http://www.mpgh.net")
    End Sub
End Class
#1 · 13y ago
Cryptonic
Cryptonic
You're trying to prevent adresses changing..?

and also - you should use just Process.Start("MPGH.net") instead of what you're using for your linklabel.
#2 · 13y ago
themisterniceguy
themisterniceguy
Quote Originally Posted by Cryptonic View Post
You're trying to prevent adresses changing..?

and also - you should use just Process.Start("MPGH.net") instead of what you're using for your linklabel.
well you know what i mean by that ... and for the linklabel, i do not need to change, cause its working.
#3 · edited 13y ago · 13y ago
Biesi
Biesi
Scan for the new addresses
#4 · 13y ago
Cryptonic
Cryptonic
Quote Originally Posted by themisterniceguy View Post
well you know what i mean by that ... and for the linklabel, i do not need to change, cause its working.
I didn't say you need to change it, I was just suggesting it.
#5 · 13y ago
themisterniceguy
themisterniceguy
Quote Originally Posted by Biesi View Post
Scan for the new addresses
i know but then ill need to add a function that i dont know
#6 · 13y ago
Pingo
Pingo
Id say the simplest solution would be to patch the instruction that changes the address value.

Use cheat engine to find out what instructions access your ammo and change it.
#7 · 13y ago
AT
atom0s
Read into pointers, DMA, code shifting, etc. There are a ton of examples and tutorials on Cheat Engines forums for it.
#8 · 13y ago
themisterniceguy
themisterniceguy
Worked, please close this thread !
#9 · 13y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • ca reload adress change every game?By lolz2much in C++/C Programming
    7Last post 17y ago
  • [SOLVED]Uav disabled for every match thx to a mod serverBy jorricks3 in Call of Duty Modern Warfare 2 Help
    3Last post 15y ago
  • cannot connect with host server every match!By warlordshin in CrossFire Help
    22Last post 14y ago
  • Black Ops MP crashes after every match «PC»By HellRaz0r in Call of Duty Black Ops Help
    6Last post 15y ago
  • Addresses change every time -.- Im a noobBy PsychicSounds in General Hacking
    1Last post 15y ago

Tags for this Thread

None