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 MMORPG Hacks › Conqueror's blade attack/cooldown speedhack

Conqueror's blade attack/cooldown speedhack

Posts 1–9 of 9 · Page 1 of 1
3JIOU_KOTE
3JIOU_KOTE
Conqueror's blade attack/cooldown speedhack
https://store.steampowered.com/app/9...querors_Blade/

Oh what a game, what a lovely game!
No input sanitisation, so there is possibly dupe glitch on either market or auction, so you can dig in deeper if you want.

Pretty much all player and bot coordinates and most of cooldowns are also client sided, so yeah, already saw couple of guys who abuse poor cheat engine's default speedhack.

But anyway, enough talking, here's the release:

Code:
{ Game   : proven_ground_client.exe
  Version: 31337
  Date   : 2019-02-10
  Author : :^)

  Like people said on d1scord - machinegun bow dlc :^)
}

[ENABLE]

aobscanmodule(INJECT,proven_ground_client.exe,F3 0F 58 49 04 F3 0F 11 49 04 C3)
alloc(newmem,$1000,"proven_ground_client.exe"+1920B86)

label(code)
label(return)

newmem:
addss xmm1,dword ptr [rcx+04]  //fiddle around with the add amount, works different on different classes
addss xmm1,dword ptr [rcx+04]  //or use "sophisticated" float multiplication or whatever you wish
addss xmm1,dword ptr [rcx+04]
addss xmm1,dword ptr [rcx+04]
addss xmm1,dword ptr [rcx+04]
addss xmm1,dword ptr [rcx+04]
addss xmm1,dword ptr [rcx+04]


code:
  addss xmm1,dword ptr [rcx+04]
  jmp return

INJECT:
  jmp newmem
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db F3 0F 58 49 04

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "proven_ground_client.exe"+1920B86

"proven_ground_client.exe"+1920B78: CC                             -  int 3 
"proven_ground_client.exe"+1920B79: CC                             -  int 3 
"proven_ground_client.exe"+1920B7A: CC                             -  int 3 
"proven_ground_client.exe"+1920B7B: CC                             -  int 3 
"proven_ground_client.exe"+1920B7C: CC                             -  int 3 
"proven_ground_client.exe"+1920B7D: CC                             -  int 3 
"proven_ground_client.exe"+1920B7E: CC                             -  int 3 
"proven_ground_client.exe"+1920B7F: CC                             -  int 3 
"proven_ground_client.exe"+1920B80: 80 79 08 00                    -  cmp byte ptr [rcx+08],00
"proven_ground_client.exe"+1920B84: 75 0A                          -  jne proven_ground_client.exe+1920B90
// ---------- INJECTING HERE ----------
"proven_ground_client.exe"+1920B86: F3 0F 58 49 04                 -  addss xmm1,dword ptr [rcx+04]
// ---------- DONE INJECTING  ----------
"proven_ground_client.exe"+1920B8B: F3 0F 11 49 04                 -  movss [rcx+04],xmm1
"proven_ground_client.exe"+1920B90: C3                             -  ret 
"proven_ground_client.exe"+1920B91: CC                             -  int 3 
"proven_ground_client.exe"+1920B92: CC                             -  int 3 
"proven_ground_client.exe"+1920B93: CC                             -  int 3 
"proven_ground_client.exe"+1920B94: CC                             -  int 3 
"proven_ground_client.exe"+1920B95: CC                             -  int 3 
"proven_ground_client.exe"+1920B96: CC                             -  int 3 
"proven_ground_client.exe"+1920B97: CC                             -  int 3 
"proven_ground_client.exe"+1920B98: CC                             -  int 3 
}
#1 · 7y ago
EF
effem1k
not working for me atm. Do you inject on the character selection screen? or when?
#2 · 7y ago
SK
Skatsanni
Не очень понятно, как это использовать, можешь подсказать подробнее? Или дискорд дать, где вы там обсуждаете это. Вообще актуально?
#3 · 7y ago
TH
thatoneguy1
Seems cheat engine no longer works with conqueror's blade. Everytime I open it and attach it to the process I can't scan anything and then I lose connection after couple seconds. Also when I throw this code into visual studio there's tons of errors. What would you recommend using to compile this, or do you know if it's even possible that this works currently?
#4 · edited 7y ago · 7y ago
JA
Jamtaro
How can i use it?
#5 · 7y ago
MO
monbos
How can I use it?
#6 · 7y ago
RE
rezkis
Работает на ОБТ(Майл.ру)?
#7 · 7y ago
3JIOU_KOTE
3JIOU_KOTE
Quote Originally Posted by rezkis View Post
Работает на ОБТ(Майл.ру)?
Tested on CBT, it worked like a charm.

Quote Originally Posted by thatoneguy1 View Post
Also when I throw this code into visual studio
Why would you do that?
That's autoassembly code for cheat engine, it doesn't work that way.

Quote Originally Posted by monbos View Post
How can I use it?
Quote Originally Posted by Jamtaro View Post
How can i use it?
Google how to use cheat engine's autoassembly scripts.
But this is probably outdated.

Almost 5 months had passed so signature probably have changed.
I am not working on that game anymore, so figure what's wrong by yourself.


But yeah, it worked on CBT like this on shortbow(ignore flyhack ):
https://media.giphy.com/media/u00BOh...AYcT/giphy.mp4
#8 · edited 7y ago · 7y ago
RE
rezkis
When you scan the memory, the game closes the connection...(
#9 · 7y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • [Blade and Soul] Speedhacking infoBy Sauke2020 in Other MMORPG Hacks
    4Last post 10y ago
  • FSOD Enemy attack cooldownBy DickBlaster in Realm of the Mad God Private Servers Help
    1Last post 9y ago
  • 1000 attack per second: Broken Kukri , Blade Knuckles and Laser DaggerBy alligatorsky123 in CrossFire PH Mods & Rez Modding
    6Last post 9y ago
  • request a dos attackBy maze in General Hacking
    2Last post 18y ago
  • how to create speedhacks?By LiLLeO in General Game Hacking
    5Last post 20y ago

Tags for this Thread

#conqueror's blade#ragehack#speedhack