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]Visual Basic Hacks.

[Help]Visual Basic Hacks.

Posts 1–15 of 34 · Page 1 of 3
topblast
topblast
[Help]Visual Basic Hacks.
Hey..

I make nice hacks in C++, but i want to convert to VB.

it created a C++ Dll that i exported the functions that cannot be done in VB someone told me VB don't do Assembly(ASM).

I know VB is not fast as C++ and all that stuff, but non of them even know how i am doing it.

I wanted to know is there is a way for me to Hook my application to a Game.

NB: i am not good at API hook.
#1 · 15y ago
NextGen1
NextGen1
? I am not sure I understand the question? Convert C++ code to VB? Most likely not going to happen, there are some things we can convert, and others (usually unmanaged) we cannot convert. But I really don't think I have a true understanding of your question here.
#2 · 15y ago
topblast
topblast
Quote Originally Posted by NextGen1 View Post
? I am not sure I understand the question? Convert C++ code to VB? Most likely not going to happen, there are some things we can convert, and others (usually unmanaged) we cannot convert. But I really don't think I have a true understanding of your question here.
U really did not understand the question.

I was able to make a C++ DLL that export the ASM functions I need and call it in VB.

The Question is Can i get help with API Hooking that allows me to hook the game.


VB is come what unlimited to C++ but my brain can only remember some things.
#3 · 15y ago
D3Dh0oker
D3Dh0oker
So like, a basic d3d into vb?
#4 · 15y ago
flameswor10
flameswor10
No.. He wants to be able to activate hacks in any random game using a form outside the game.. Kinda like what External Hacks use (Like for MW2)
#5 · 15y ago
SPittn_Blood
SPittn_Blood
If you make hacks in c++ and want them in vb your retarded-.-
WHY THE HELL WOULD YOU WANT THAT?
#6 · 15y ago
Jason
Jason
Quote Originally Posted by SPittn_Blood View Post
If you make hacks in c++ and want them in vb your retarded-.-
WHY THE HELL WOULD YOU WANT THAT?
What's your deal man? It's up to him if he wants to try and make hacks in VB so calling people retarded when you don't understand their reasons is just childish.

Advantages of VB hacks.

Easier UI
External
....etc
#7 · 15y ago
NextGen1
NextGen1
Agree with J-deezy, Watch the flames and trolls.
#8 · 15y ago
QD
qddW$#%^jtyjtyj
This would be possible.

Someday i was creating a menu in c++

And i was wathcing crap tutorials on youtube how to draw stupid boxes
and i got enough. So i tryed to download a converter.
Converted the menu base into VB code
and finally i maked a menu.

The Menu is in my sig.
Actually its all directx wich unlocks cursor
#9 · 15y ago
topblast
topblast
Quote Originally Posted by techial2 View Post
This would be possible.

Someday i was creating a menu in c++

And i was wathcing crap tutorials on youtube how to draw stupid boxes
and i got enough. So i tryed to download a converter.
Converted the menu base into VB code
and finally i maked a menu.

The Menu is in my sig.
Actually its all directx wich unlocks cursor
OK D3D menus is a bit far.. how about just. starting with hotkeys.


Quote Originally Posted by SPittn_Blood View Post
If you make hacks in c++ and want them in vb your retarded-.-
WHY THE HELL WOULD YOU WANT THAT?
are u really a coder?.. C++ might have everything. But it is not easy for everyone.
People think VB is easier and their is no VB base for hack. (OF WHICH I KNO OF)
#10 · 15y ago
willrulz188
willrulz188
I like the idea of making hacks for vb so its not all about c++
#11 · 15y ago
Blubb1337
Blubb1337
I did a .dll to easily:

  • WriteMemory
  • WriteMemoryPointer
  • WriteFloat
  • WriteFloatPointer
  • ReadMemory
  • ReadMemoryPointer
  • ReadFloat
  • ReadFloatPointer
  • Nop
  • Inject(unreleased version)
#12 · 15y ago
topblast
topblast
Quote Originally Posted by Blubb1337 View Post
I did a .dll to easily:

  • WriteMemory
  • WriteMemoryPointer
  • WriteFloat
  • WriteFloatPointer
  • ReadMemory
  • ReadMemoryPointer
  • ReadFloat
  • ReadFloatPointer
  • Nop
  • Inject(unreleased version)
what this got to do with the topic?
#13 · 15y ago
Jason
Jason
Quote Originally Posted by topblast View Post


what this got to do with the topic?
Foundations of memory hacking?
#14 · 15y ago
topblast
topblast
Quote Originally Posted by J-Deezy View Post


Foundations of memory hacking?
No it dontt. he is just showing what he made. I already have NOP, PushToConsole and IsGameReadyFunction.

any memory function i need i can make. but thats all the functions i need now.

(I AM IN EXPRESS GATE (utility for my Asus board. My Windows need Repairing ) )
#15 · 15y ago
Posts 1–15 of 34 · Page 1 of 3

Post a Reply

Similar Threads

  • NEED HELP PLEASE ( Visual Basic Hacks )By gotter in Combat Arms Hack Coding / Programming / Source Code
    10Last post 16y ago
  • Ken53406's Visual Basics Hacking Tutorial (Trainers)By ken53406 in Visual Basic Programming
    38Last post 15y ago
  • [HELP]Visual basic cool Guis/layoutsBy Klumzy in Visual Basic Programming
    11Last post 16y ago
  • [Help] Visual Basic 6 (No im not spamming. i thought I had the awnser)By JuniorD in General Game Hacking
    6Last post 18y ago
  • [Combat Arms] Help [Visual Basic 2008]By upperdragon in Visual Basic Programming
    18Last post 16y ago

Tags for this Thread

None