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 › [HELP PLEASE] CDetours and Device Pointer?

[HELP PLEASE] CDetours and Device Pointer?

Posts 1–15 of 34 · Page 1 of 3
HG
hgmf8124
[HELP PLEASE] CDetours and Device Pointer?
Hey how do I update CDetours in Gellin's Base?

Would I change:

Code:
#define DetourRandTypeLow		DETOUR_TYPE_OBS_ADD
#define DetourRandTypeHigh		DETOUR_TYPE_OBS_ADDNOT
to

Code:
#define DetourRandTypeLow		DETOUR_TYPE_PUSH_RET
#define DetourRandTypeHigh		DETOUR_TYPE_PUSH_RET
And is the Device Pointer: 0x9098F8?

Well, thanks! Please don't flame.
#1 · 16y ago
WH
whatup777+
Yes that should work.
#2 · 16y ago
CO
CodeDemon
Quote Originally Posted by whatup777+ View Post
Yes that should work.
Damn your 1337 post ban is pretty long
#3 · 16y ago
^...,^
^...,^
Quote Originally Posted by whatup777+ View Post
Yes that should work.
aggred yes it would work
#4 · 16y ago
Reimy
Reimy
0x9098F8 i think these code its detected...
#5 · 16y ago
LI
LightzOut
Quote Originally Posted by Reimy View Post
0x9098F8 i think these code its detected...
It's the device pointer how could it be detected.. It hasn't changed.
#6 · 16y ago
HG
hgmf8124
Alright, thanks everyone!

EDIT: Now when I inject it with PerX and ran as Admin, sometimes I d/c still and sometimes the cursor locks in he middle.. help please?

EDIT: Now when I inject it with PerX and ran as Admin, sometimes I d/c still and sometimes the cursor locks in he middle.. help please?
#7 · edited 16y ago · 16y ago
XF
xFalcon
hey dont steal my ideas hgmf >.<
#8 · 16y ago
HG
hgmf8124
Quote Originally Posted by xFalcon View Post
hey dont steal my ideas hgmf >.<
Sorry lol, I'll give proper credits. Not Stealing, just asking.

I'm using Gellin's Base.
#9 · 16y ago
LI
LightzOut
Quote Originally Posted by hgmf8124 View Post
Alright, thanks everyone!

EDIT: Now when I inject it with PerX and ran as Admin, sometimes I d/c still and sometimes the cursor locks in he middle.. help please?

EDIT: Now when I inject it with PerX and ran as Admin, sometimes I d/c still and sometimes the cursor locks in he middle.. help please?
The cursor is probably locked in the middle because you have the unlock cursor ptc and you used the wrong values for it. It's pretty much worthless anyways so i would just take that out of your code.
#10 · 16y ago
whatup777
whatup777
Quote Originally Posted by hgmf8124 View Post
Alright, thanks everyone!

EDIT: Now when I inject it with PerX and ran as Admin, sometimes I d/c still and sometimes the cursor locks in he middle.. help please?

EDIT: Now when I inject it with PerX and ran as Admin, sometimes I d/c still and sometimes the cursor locks in he middle.. help please?
In gellins base the Cursor lock is messed up. Just look at Menu.cpp.

Also In DirectX.cpp change the Hook type to JMP.
#11 · 16y ago
swatfx
swatfx
Quote Originally Posted by whatup777 View Post
In gellins base the Cursor lock is messed up. Just look at Menu.cpp.

Also In DirectX.cpp change the Hook type to JMP.
isn't gellin's hook detected anyway?
#12 · 16y ago
HG
hgmf8124
Quote Originally Posted by LightzOut View Post
The cursor is probably locked in the middle because you have the unlock cursor ptc and you used the wrong values for it. It's pretty much worthless anyways so i would just take that out of your code.
Thanks! But could you help me for a d/cing problem now? I start the game, or wait in the lobby and it will d/c. I have the right LTC Addy.. please help and thanks!

Quote Originally Posted by whatup777 View Post
In gellins base the Cursor lock is messed up. Just look at Menu.cpp. ;)

Also In DirectX.cpp change the Hook type to JMP.
Do you mean this part?

Code:
pReset   = (oReset)cReset.Create    (( BYTE* )Base.bSet.m_dwReset,   ( BYTE* )gellReset,   DETOUR_TYPE_JMP );	
    pPresent = (oPresent)cPresent.Create(( BYTE* )Base.bSet.m_dwPresent, ( BYTE* )gellPresent, DETOUR_TYPE_JMP );
#13 · edited 16y ago · 16y ago
whatup777
whatup777
Sorry. I meant you need to put DETOUR_TYPE_NOP_JMP


That should work.
#14 · 16y ago
WH
whit
Quote Originally Posted by whatup777 View Post
Sorry. I meant you need to put DETOUR_TYPE_NOP_JMP


That should work.
Gordons Hook Is Detected...
#15 · 16y ago
Posts 1–15 of 34 · Page 1 of 3

Post a Reply

Similar Threads

  • Help please injector? (and some code's)By Wizdom-X in WarRock Discussions
    7Last post 15y ago
  • please look and helpBy coreydeathbane in Blackshot Hacks & Cheats
    0Last post 17y ago
  • [HELP] Please and Thanks [HELP]By M 3 R K 3 D in CrossFire Hacks & Cheats
    1Last post 17y ago
  • i have a question and need help pleaseBy ducksfan1996 in Combat Arms Mod Discussion
    1Last post 16y ago
  • Please read and helpBy dxm2007 in Combat Arms Hacks & Cheats
    0Last post 17y ago

Tags for this Thread

None