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 › MultiPlayer Game Hacks & Cheats › Other Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › superjump - whats wrong

superjump - whats wrong

Posts 1–15 of 37 · Page 1 of 3
KI
kingkicker8
superjump - whats wrong
whats wrong with it?

Code:
Private Sub Timer10_Timer()
If GetAsyncKeyState(119) <> 0 Then
Dim jump1 As Long
Dim jump2 As Single
Call ReadALong("WarRock", &H896E28, jump1)
jump1 = jump + &H180
jump2 = Text2
Call WriteAFloat("WarRock", jump1, jump2)
End If
End Sub
#1 · 19y ago
JE
Jeckels
wat u mean? what happens when u use the cheat in a trainer?
#2 · 19y ago
KI
kingkicker8
nothing -.-

i ll press F8 and nothing happens.. my other hacks work in same trainer..

[my no fall dmg wont work too... but first superjump ^^]
#3 · 19y ago
dezer
dezer
this one wont even compile
there's no such thing like writeafloat :/ float in vb is single, but writeasingle wont work either

and it shouldnt be

Code:
Call ReadALong("WarRock", &H896E28, jump1)
jump1 = jump + &H180
but

Code:
Call ReadALong("WarRock", &H896E28, jump)
jump1 = jump + &H180
becouse in this what u wrote jump1 variable (which was used for pointer) was being replaced right after reading it by the jump1 = jump + &H180 part.
#4 · edited 19y ago · 19y ago
KI
kingkicker8
what...? there is no problem with WriteAFloat but it wont work..
#5 · 19y ago
dezer
dezer
man the problem is in WriteAFloat couse there is no such function! and it should be
jump2 = Text2.Text not just text2
it wont compile with writeafloat - it will pop u out an compile error

so here is proper code (except for the WriteAFloat) rewritten:
Code:
Private Sub Timer10_Timer()
If GetAsyncKeyState(119) <> 0 Then
Dim jump1 As Long
Dim jump2 As Single
Call ReadALong("WarRock", &H896E28, jump1)
jump2 = jump1 + &H180
jumpvalue = Text2.Text
Call WriteAFloat("WarRock", jump2, jumpvalue)
End If
End Sub
#6 · 19y ago
KI
kingkicker8
no, there isnt an error xD:. but i will try out with text2.text..

i edit post after i tried ^^

EDIT: cant log in.. and with your rewritten code i get an error ..
#7 · edited 19y ago · 19y ago
dezer
dezer
which vb version are you using?
#8 · 19y ago
KI
kingkicker8
Visual Basic 6
#9 · 19y ago
dezer
dezer
so its impossible it will compile for you if u include the WriteAFloat thing
#10 · 19y ago
KI
kingkicker8
and how can i make superjump? X_x
#11 · 19y ago
dezer
dezer
cheat engine
#12 · 19y ago
KI
kingkicker8
lol?? i read tuts.. and i got address.. and my code wont work...........

what to do -.-
#13 · 19y ago
dezer
dezer
i'll release a trainer including only super jump if you want
#14 · 19y ago
KI
kingkicker8
but i like to know: HOW ^^
i like to learn it .. but thx for offer

if u like to help me with it, i ll be thankfull :P
#15 · 19y ago
Posts 1–15 of 37 · Page 1 of 3

Post a Reply

Similar Threads

  • [HELP] superjump whats wrong again ??By quebech4ck in Visual Basic Programming
    4Last post 18y ago
  • Whats wrong with my code? =(By SadisticGrin in C++/C Programming
    13Last post 19y ago
  • i think i know whats wrong with gouravBy iverson954360 in General
    14Last post 19y ago
  • Scope.. Whats wrong?By kingkicker8 in WarRock - International Hacks
    14Last post 19y ago
  • Whats wrong... inst. spawn & 5th slotBy kingkicker8 in WarRock - International Hacks
    11Last post 19y ago

Tags for this Thread

None