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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Combat Arms Coding Help & Discussion › Hans and Gellin's problem!

Hans and Gellin's problem!

Posts 1–13 of 13 · Page 1 of 1
seeplusplus
seeplusplus
Hans and Gellin's problem!
Solved!
/Request close
#1 · edited 15y ago · 15y ago
Amatowarrior
Amatowarrior
Look at the thread on Gellins and Hans base, on one of first 10 pages, they have the full code, tested and worked for me
#2 · 15y ago
CR
Crash
Lol at your C++ knowledge. I see teh problem. /
#3 · 15y ago
seeplusplus
seeplusplus
If you talking about the "{" and "}" it does not work with that either!
#4 · 15y ago
CR
Crash
Quote Originally Posted by seeplusplus View Post
If you talking about the "{" and "}" it does not work with that either!
More like the =.
#5 · 15y ago
seeplusplus
seeplusplus
Wait crap. Thanks Crash. But now I have another problem. Now the game flickers even when the hack is turned off!
#6 · 15y ago
CR
Crash
Quote Originally Posted by seeplusplus View Post
Wait crap. Thanks Crash. But now I have another problem. Now the game flickers even when the hack is turned off!
Not enough code to figure it out. Just debug.
#7 · 15y ago
Amatowarrior
Amatowarrior
Meh, what the hell, here you go:

[php]switch ( SuperJump )
{
case 0:
if( SuperJump == 0 ){
PushToConsole("JumpVel 330.000000");
}break;
case 1:
if( SuperJump == 1 ){
PushToConsole("JumpVel 495.000000");
}break;


case 2:
if( SuperJump == 2 ){
PushToConsole("JumpVel 660.000000");
}break;


case 3:
if( SuperJump == 3 ){
PushToConsole("JumpVel 990.000000");
}break;

}
[/php]

That was the code I was talking about. Super Jump was used as an example. I use this in my PVT hack, tested and working

Provided by: MarkoJ
#8 · 15y ago
seeplusplus
seeplusplus
Thanks Amato! I should have tried that!
#9 · 15y ago
CR
Crash
Quote Originally Posted by Amatowarrior View Post
Meh, what the hell, here you go:

[php]switch ( SuperJump )
{
case 0:
if( SuperJump == 0 ){
PushToConsole("JumpVel 330.000000");
}break;
case 1:
if( SuperJump == 1 ){
PushToConsole("JumpVel 495.000000");
}break;


case 2:
if( SuperJump == 2 ){
PushToConsole("JumpVel 660.000000");
}break;


case 3:
if( SuperJump == 3 ){
PushToConsole("JumpVel 990.000000");
}break;

}
[/php]

That was the code I was talking about. Super Jump was used as an example. I use this in my PVT hack, tested and working

Provided by: MarkoJ
are doing things wrong.

You don't need the if statements.
#10 · 15y ago
seeplusplus
seeplusplus
That actually works. Never thought of doing it that way!
#11 · 15y ago
markoj
markoj
Quote Originally Posted by Crash View Post
are doing things wrong.

You don't need the if statements.
It worked, and your welcome
#12 · 15y ago
tahha
tahha
Quote Originally Posted by Crash View Post
are doing things wrong.

You don't need the if statements.
correct way to do it is:
Code:
switch(menuitem){
 case 0:
  hack defaults;
  break;
 case 1:
  hack x2;
  break;
}
}
the if statements are useless thats the switch's job to check the value of the menuitem(gellin's base, the nopt)
#13 · 15y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • Hans and GellinsBy RageMaster in Combat Arms Coding Help & Discussion
    31Last post 15y ago
  • Cdetour update for Hans and Gellin BaseBy Alessandro10 in Combat Arms Hack Coding / Programming / Source Code
    49Last post 15y ago
  • Hans & Gellins Base ProblemBy Dieorwin in Combat Arms Coding Help & Discussion
    7Last post 15y ago
  • Bat man And Joker having problemsBy 309592309592 in General
    5Last post 17y ago
  • 41mb0t.dll And all others (problem)By UrbanWarfare in Battlefield Heroes Hacks
    8Last post 17y ago

Tags for this Thread

None