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]ESP

[HELP]ESP

Posts 1–10 of 10 · Page 1 of 1
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
[HELP]ESP
ok guys im new in all those hacks but i have some days that im trying to make an hack...
ESP(not working )
No Recoil(works)
No Flash(works)
Aimbot(maybe this no /)

i tried to make this:
Code:
NOP(&H588406 + &H21A, &H2)
NOP(&H588406, &H6)
NOP(&H588406 + &H21A + &H1E, &H2)
at the ESP but it did not work.....
Blubb helped me alot with some suggestions and he says that this(
Code:
NOP(&H588406 + &H21A, &H2)
NOP(&H588406, &H6)
NOP(&H588406 + &H21A + &H1E, &H2)
)
might work but it doesn't
any help?
Thanks in advice, Ace

PS:
Sorry for my english i know...IT SUCKS!
#1 · 16y ago
Blubb1337
Blubb1337
Example:

NOP(&H588406 + &H21A, &H2)

Calculate &H588406 + &H21A together. Don't use +. I once had the same problem.

Nop(&HCalculatedAdress, 2)
#2 · 16y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Quote Originally Posted by Blubb1337 View Post
Example:

NOP(&H588406 + &H21A, &H2)

Calculate &H588406 + &H21A together. Don't use +. I once had the same problem.

Nop(&HCalculatedAdress, 2)
how to calculate addresses?/
#3 · 16y ago
Blubb1337
Blubb1337
Google for a converter.

Convert 588406 to decimal. Convert 21A to decimal.

Decimal(588406) + Decimal(21A)

Now convert the result to hexadecimal again.

And you got your address ^^

Let me see if I can make you a small program in VB.

Log on msn, I'll write you something up right now.
#4 · 16y ago
AeroMan
AeroMan
Depens on what game you wanna code, but i think C++ is more usefull for gamehacks
#5 · 16y ago
HE
HeadHunter666
very easy.
Hex = &H588406 + &H21A
Dec = 5800966 + 538 = 5801504
cheang to hex
Nop = ("&H" + Hex(5801504),&H2)
#6 · 16y ago
Blubb1337
Blubb1337
I made a tool for him to calculate that into one address.
#7 · 16y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
yea..........Blubb maked it...
but you HeadHunter666 know VB?
#8 · 16y ago
HE
HeadHunter666
Quote Originally Posted by AcE.bu50t View Post
yea..........Blubb maked it...
but you HeadHunter666 know VB?
yes yes yes /
#9 · 16y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Quote Originally Posted by HeadHunter666 View Post
yes yes yes /
well well well
i sended you the whole code!
#10 · 16y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • help espBy merkado in Visual Basic Programming
    4Last post 18y ago
  • [Help]Esp Hack Detected?[Closed]By samoanpure in Battlefield Bad Company 2 (BFBC2) Hacks
    6Last post 16y ago
  • [Help]EspBy Strikex in Combat Arms Coding Help & Discussion
    6Last post 15y ago
  • [Help]EspBy ♪~ ᕕ(ᐛ)ᕗ in Visual Basic Programming
    3Last post 16y ago
  • [HELP] ESPBy Mateuus. in Combat Arms Coding Help & Discussion
    21Last post 15y ago

Tags for this Thread

None