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 › Code caves, need help on trainer

Code caves, need help on trainer

Posts 1–5 of 5 · Page 1 of 1
WE
wee123
Code caves, need help on trainer
i've started vb recently i've look and searched and tried many ways like using ce's auto asm to be enabled then copy that code into vb then copy the allocated memory aswell

so once i've clicked the button(contains the code for the enabled auto asm from ce, my trainer will write the code what ive put but once i exit out of ce. the memory turns to ????????

is there any functions around there that some one can help. i just want to know how to code cave properly in vb(i dont know any c++ so)

thanks
#1 · 15y ago
master131
[MPGH]master131
ASM is not supported on VB. Use C++.
#2 · 15y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
no asm on Visual Basic.
Go for C++...but maybe if u can explain better maybe i will help you?
#3 · 15y ago
MJLover
MJLover
Why use ASM when VB.NET has complete access to Win 32 API ?

Also, if you can explain your problem in a bit more explanation and in proper English, I can definitely help you with memory stuff.

Let me know.
#4 · 15y ago
WE
wee123
hi, thanks for the quick replies.

my question was like:

is it possible to use the same method as Auto assemble in Cheat engine into vb?

the way i tried to do it was copying the values of the address of the auto assemble when its turned on:

example(random numbers):


on: value on address &h51242: 7124024
off: value on address &h51242: 62353214

i wrote it on vb like this :

WriteXBytes("game", &H4E31BA, "E941CE660590") '//changees the code to a jmp XXXXXX and some nops after it


then once i have that, i go to the allocated memery ce did(to the jumped address)

and copied the value of the address and wrote:

WriteXBytes("game", &H5B50000, "C786980100000000C843E9B13199FA") '// the asm code i wrote to code cave

once i have that all set. i disabled the script in ce and run the application i wrote and press the button and it only wrote the first part of the code, there wasnt any allocated address visble(checked in ce)

how do create some spave for my code cave? i have looked alot of places and tried alot but nothing worked. so i hope some1 has some ideas. and yes i know c++ is compatible with it but im so crappy in c++ it drives me crazy. thanks
#5 · 15y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Tags for this Thread

None