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 › Control key for SuperJump

Control key for SuperJump

Posts 1–9 of 9 · Page 1 of 1
PI
pikachoobie
Control key for SuperJump
Hi everybody!
I am trying to make a hack with vb2008 but I miss something!

Here's my code in the timer

If ControlKeyStatement Then
XNVXPONNSO(&H139D728, &H178, 1500)
You see *ControlKeyStatement* ???
I need to replace this with the Ctrl Key value but I cannot find it anywhere!!! Can someone give me this code please?



I have another problem! In my timer for the stamina, I wrote this:
XNVXPONNSO(&H139D728,& &H28C, 100)

Whats wrong??? It gives me an error...
#1 · edited 18y ago · 18y ago
AU
austinlau1
you have two &s
XNVXPONNSO(&H139D728,& &H28C, 100)
and its getaynsckeystate(118) or watever its called
#2 · 18y ago
PI
pikachoobie
Quote Originally Posted by austinlau1 View Post
you have two &s
XNVXPONNSO(&H139D728,& &H28C, 100)
and its getaynsckeystate(118) or watever its called
Thank you very much for the stamina code, it worked fine!
But I keep getting an error for the Control key...
Here's the code I use:

If GetAsyncKeyState(17) Then
XNVXPONNSO(&H139D728, &H178, 1500)
End If
17 is the Ctrl key but it gives me an error!
Do I need to write this in the timer or in the button?
The error is: Name 'GetAsyncKeyState' is not declared. Form1.vb Line 91 Column 12
#3 · edited 18y ago · 18y ago
AU
austinlau1
it goes in a timer
#4 · 18y ago
PI
pikachoobie
Oh well... It was in a timer but it gives me the same error...
Is it reliated to the module who doesn't support this?
#5 · 18y ago
AU
austinlau1
Quote Originally Posted by pikachu View Post
Oh well... It was in a timer but it gives me the same error...
Is it reliated to the module who doesn't support this?
it might be did you change the string for it?
#6 · 18y ago
PI
pikachoobie
Yes I did.
This is very strange... I released my hack without the super jump. I will look forward to add this in the next update!
#7 · 18y ago
radnomguywfq3
radnomguywfq3
* Moved to the Visual Basics section *
#8 · 18y ago
PI
pikachoobie
Yepi! I found the problem!!!
I took a look at my module and I saw that *GetAsyncKeyState* is replaced by a value !!!

If CEDBIJVFOU(17) Then
XNVXPONNSO(&H139D728, &H178, 1500)

Oh well thank you for your answers austinlau1!!!!
#9 · 18y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • Need Battle.net Key For DiabloBy Rickforce in General Game Hacking
    16Last post 18y ago
  • Giving away anything you want for cracked or a key for WoW Glider!By philippen in WarRock - International Hacks
    5Last post 18y ago
  • WTT crysis/bf2/bf2142 keys for steam acc with CSSBy Q in Trade Accounts/Keys/Items
    0Last post 18y ago
  • B/T>dinar pakages and cod4 cd-keys for retailsBy wrhacker000 in Trade Accounts/Keys/Items
    1Last post 18y ago
  • CoD4 Cd-key for Rapidshare premium accountBy 123456789987654321 in Trade Accounts/Keys/Items
    4Last post 18y ago

Tags for this Thread

#control#key#superjump