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 the code and the right hotkey (space) for SJ

what is the code and the right hotkey (space) for SJ

Posts 1–5 of 5 · Page 1 of 1
FL
floris12345!
what is the code and the right hotkey (space) for SJ
i tried to add a hotkey to my superjump
but it dont work : ?

If GetKeyPress(vbKeySpace) Then
Dim SJ As Long
Dim SJ1 As Long
Dim SJ2 As Single
Call ReadALong("WarRock", &address, SJ)
SJ1 = SJ + &H180
SJ2 = Text1.Text
Call WriteAFloat("WarRock", SJ1, SJ2)

then i get the error "Sub or Function is not defied"
but i tried it with an old address and it didnt work why ?
#1 · 18y ago
bohnenbong
bohnenbong
wrong offset...
&H179
#2 · 18y ago
-TM-
-TM-
This needs to be in a Timer with a Interval of about 150 - 300, I usually do 200...

If GetKeyPress(vbKeySpace) Then
Dim SJ As Long
Dim SJ1 As Long
Dim SJ2 As Single
Call ReadALong("WarRock", &H12DF500, SJ)
SJ1 = SJ + &H179
SJ2 = Text1.Text
Call WriteAFloat("WarRock", SJ1, SJ2)
End If

Game updated, offsets and address's changed...

Sub or Function not defined...Something is wrong with your Module I'm guessing, you didn't specify enough.
#3 · edited 18y ago · 18y ago
Teh Sasuke
Teh Sasuke
My super jump code :

Timer?.interval = 1

If GetKeyPress (vbKeyControl) And GetKeyPress (vbKeySpace) Then
Dim SJ As Long
Dim SJ1 As Long
Dim SJ2 As Single
Call ReadALong("warrock", &H12DF500, SJ)
SJ1 = SJ + &H178
SJ2 = Text1.Text
Call WriteAFloat("warrock", SJ1, SJ2)
End If

And this is working . Tested by me .
#4 · 18y ago
FL
floris12345!
i am sorry but i made it right
but when i press space he jumps normal
with Ctrl nothing happens
and when i press space+Ctrl it works sometimes
#5 · 18y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • is this the right code?By ownedplox in WarRock - International Hacks
    5Last post 18y ago
  • is this the right code for (Anti-Kick) New AddressesBy floris12345! in Visual Basic Programming
    6Last post 18y ago
  • What's the best way to make money online?By SATANICAT in General
    8Last post 19y ago
  • Hi there (I hope i chosen the right place)By Logica in Debate Fort
    20Last post 19y ago
  • I'm making a UCE, but what is the Invisible address?By scooby107 in WarRock - International Hacks
    10Last post 19y ago

Tags for this Thread

None