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 › what is wrong with this ??

what is wrong with this ??

Posts 1–6 of 6 · Page 1 of 1
FL
floris12345!
what is wrong with this ??
This codes i got from wr194t

: If GetKeyPress(vbKey5) Then
Dim Shotgun1 As Long
Dim Shotgun2 As Long
Call ReadALong("Warrock", &H12A8560, Shotgun1)
Shotgun2 = Shotgun1 + &H4C
Call WriteALong("Warrock", Shotgun2, 42)

If GetKeyPress(vbKey5) Then
Dim SmokeNade As Long
Dim SmokeNade1 As Long
Call ReadALong("Warrock", &H12A8560, SmokeNade)
SmokeNade1 = SmokeNade + &H4C
Call WriteALong("Warrock", SmokeNade1, 42)

but they dont work anymore in the game ?? why
#1 · 18y ago
WR
wr194t
Quote Originally Posted by floris12345! View Post
This codes i got from wr194t

: If GetKeyPress(vbKey5) Then
Dim Shotgun1 As Long
Dim Shotgun2 As Long
Call ReadALong("Warrock", &H12A8560, Shotgun1)
Shotgun2 = Shotgun1 + &H4C
Call WriteALong("Warrock", Shotgun2, 42)

If GetKeyPress(vbKey5) Then
Dim SmokeNade As Long
Dim SmokeNade1 As Long
Call ReadALong("Warrock", &H12A8560, SmokeNade)
SmokeNade1 = SmokeNade + &H4C
Call WriteALong("Warrock", SmokeNade1, 42)

but they dont work anymore in the game ?? why
You're using the same hotkey and values for both hacks, and your address is wrong:

Shotgun:
Code:
If GetKeyPress(vbKey5) Then
Dim Shotgun1 As Long
Dim Shotgun2 As Long
Call ReadALong("Warrock", &H12DF500, Shotgun1)
Shotgun2 = Shotgun1 + &H4C
Call WriteALong("Warrock", Shotgun2, 42)
Smoke Granade:
Code:
If GetKeyPress(vbKey6) Then
Dim SmokeNade As Long
Dim SmokeNade1 As Long
Call ReadALong("Warrock", &H12DF500, SmokeNade)
SmokeNade1 = SmokeNade + &H4C
Call WriteALong("Warrock", SmokeNade1, 53)
#2 · 18y ago
MA
MaskedFox
Quote Originally Posted by wr194t View Post
You're using the same hotkey and values for both hacks, and your address is wrong:

Shotgun:
Code:
If GetKeyPress(vbKey5) Then
Dim Shotgun1 As Long
Dim Shotgun2 As Long
Call ReadALong("Warrock", &H12DF500, Shotgun1)
Shotgun2 = Shotgun1 + &H4C
Call WriteALong("Warrock", Shotgun2, 42)
Smoke Granade:
Code:
If GetKeyPress(vbKey6) Then
Dim SmokeNade As Long
Dim SmokeNade1 As Long
Call ReadALong("Warrock", &H12DF500, SmokeNade)
SmokeNade1 = SmokeNade + &H4C
Call WriteALong("Warrock", SmokeNade1, 53)
lol was gonna say im pretty sure u cant use the same hotkey for 2 commands.
#3 · 18y ago
K2
K2 Nemico
Quote Originally Posted by floris12345! View Post
Call WriteALong("Warrock", Shotgun2, 42)
Call WriteALong("Warrock", SmokeNade1, 42)
err... it's WriteAFloat not WriteALong
#4 · 18y ago
radnomguywfq3
radnomguywfq3
Quote Originally Posted by K2 Nemico View Post
err... it's WriteAFloat not WriteALong
Write a float is 4, Write a long is 4. Basically there the same thing. If you programmed in C++ or without your VB module, you would know that this function uses the API Read\WriteProcessmemory as well as its parameters.
#5 · 18y ago
WR
wr194t
Quote Originally Posted by K2 Nemico View Post
err... it's WriteAFloat not WriteALong
Weapons and Swim use Long, not Float, otherwise the hack won't function properly, or the game will crash. NFD and Super Jump/Sky Stormer use Float.
#6 · 18y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • what is wrong with this source?By Petros in C++/C Programming
    6Last post 19y ago
  • What is wrong with this code?By t7ancients in C++/C Programming
    10Last post 16y ago
  • What's wrong with this guy?By Mr.Magicman in General
    15Last post 16y ago
  • What's wrong with this?By fvestrgenrl in Combat Arms Hack Coding / Programming / Source Code
    6Last post 16y ago
  • What's wrong with this?By yup in Visual Basic Programming
    4Last post 18y ago

Tags for this Thread

None