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 › Steam Games Hacks & Cheats › CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks › Need help fixing old Bhop source

Need help fixing old Bhop source

Posts 1–3 of 3 · Page 1 of 1
PR
ProxyWorm
Need help fixing old Bhop source
Quit playing this game for a while and started again, tried to update to the offsets for my old external bhop mashup, but it seems like it's working (values are reading correctly), I just can't find a good way to, well.. make my player jump

I don't want to post my source here but if you know what you're doing and can help that would be great.
#1 · 11y ago
liquidsystem
liquidsystem
Quote Originally Posted by ProxyWorm View Post
Quit playing this game for a while and started again, tried to update to the offsets for my old external bhop mashup, but it seems like it's working (values are reading correctly), I just can't find a good way to, well.. make my player jump

I don't want to post my source here but if you know what you're doing and can help that would be great.
Hit me up, I'll take a look and see if we can get it working

EDIT: I see you wanted to know how to make your player jump, you can with this:
Code:
if (GetAsyncKeyState(VK_SPACE) & 0x8000 && iOnGround != -1)
          {
                                         SendMessage(hWindow, WM_KEYDOWN, VK_SPACE, 0x390000);
                                         Sleep(10);
                                         SendMessage(hWindow, WM_KEYUP, VK_SPACE, 0x390000);
          }
#2 · edited 11y ago · 11y ago
JU
Juazey
PM me if you want
#3 · 11y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Need help finding a certain source code to add to my .swfBy pingaspingaspingas in Realm of the Mad God Help & Requests
    4Last post 13y ago
  • I need help for doomed realms sourceBy Killergard in Realm of the Mad God Private Servers Help
    4Last post 12y ago
  • I need help in the whole sourceBy Sixx93 in Combat Arms Coding Help & Discussion
    5Last post 15y ago
  • need help fixing A detected baseBy lakha in Combat Arms EU Hack Coding/Source Code
    1Last post 16y ago
  • Need help please.. Counter strike sourceBy h40xer in Visual Basic Programming
    5Last post 16y ago

Tags for this Thread

None