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 › Wat the hell am i doing wrong?

Wat the hell am i doing wrong?

Posts 1–4 of 4 · Page 1 of 1
wieter20
wieter20
Wat the hell am i doing wrong?
can som1 please post the good code of this:
Private Sub Command21_Click()
Dim SJ As Long
Dim SJ1 As Long
Dim SJ2 As Single
Call ReadALong("Warrock", &H12C8520, SJ)
SJ1 = SJ + &H180
SJ2 = Text1.Text
Call WriteAFloat("Warrock", SJ1, SJ2)
End Sub
and
Private Sub Command15_Click()
Dim SSwim1 As Long
Dim SSwim2 As Long
Call ReadALong("Warrock", &H12C8520, SSwim1)
SSwim2 = SSwim1 + &H276
Call WriteAFloat("Warrock", SSwim2, 1)
End Sub
please i really need help
#1 · 18y ago
SO
Someguytwo
For Swim you write 4. As far as I can see its all correct, Does your code compile? Swim,SJ are 4 bytes, so use write a long.
#2 · 18y ago
K2
K2 Nemico
here are the 2 correct codes:

Superjump:
Code:
Dim SJ As Long
Dim SJ1 As Long
Dim SJ2 As Single
Call ReadALong("Warrock", &H12C8520, SJ)
SJ1 = SJ + &H179
SJ2 = Text1.Text
Call WriteAFloat("Warrock", SJ1, SJ2)
End Sub
the offset was wrong, its 179 not 180.

Swim:
Code:
Dim SSwim1 As Long
Dim SSwim2 As Long
Call ReadALong("Warrock", &H12C8520, SSwim1)
SSwim2 = SSwim1 + &H276
Call WriteAFloat("Warrock", SSwim2, 4)
instead of 1 it should be 4 because 0 is walk, 1 is prone, 2 is kneel, 3 is ladder, 4 is swim, and 5 is vehicle.
#3 · 18y ago
VE
vescovo
Quote Originally Posted by K2 Nemico View Post
here are the 2 correct codes:

Superjump:
Code:
Dim SJ As Long
Dim SJ1 As Long
Dim SJ2 As Single
Call ReadALong("Warrock", &H12C8520, SJ)
SJ1 = SJ + &H179
SJ2 = Text1.Text
Call WriteAFloat("Warrock", SJ1, SJ2)
End Sub
the offset was wrong, its 179 not 180.

Swim:
Code:
Dim SSwim1 As Long
Dim SSwim2 As Long
Call ReadALong("Warrock", &H12C8520, SSwim1)
SSwim2 = SSwim1 + &H276
Call WriteAFloat("Warrock", SSwim2, 4)
instead of 1 it should be 4 because 0 is walk, 1 is prone, 2 is kneel, 3 is ladder, 4 is swim, and 5 is vehicle.
so you could make it where u r driving in CQC without a vehicle?
#4 · 18y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Wat am i doing wrong?By wieter202 in WarRock - International Hacks
    0Last post 18y ago
  • C++ and vC++ wats the differenceBy $GHOST$ in C++/C Programming
    5Last post 19y ago
  • how the hell??????By Edge15 in WarRock - International Hacks
    8Last post 19y ago
  • Where the hell is everyone?By SadisticGrin in General
    15Last post 20y ago
  • What am i doing wrong?By Elliwood in WarRock - International Hacks
    13Last post 19y ago

Tags for this Thread

None