Page 1 of 1

Stronghold Crusader v1.3++ Cheat Table

Posted: Mon Dec 14, 2020 4:36 pm
by PeaceBeUponYou
A Cheat Table for Stronghold Crusader v1.3
Following are the entries:
  • Inf Money
  • Items Cheat
  • Instant Peasent (Re)Spawn
  • Max Happiness
  • No Housing Required
  • Bypass Troop Limit
  • Bypass Peasent Spawn Limit (Unlimited)
  • Troop Health
  • Build Anywhere
  • [[Pointers]]
Enjoy! :)

Updated
Version: 1.4
New Entry: Teleport
Description: Teleports Selected Troops to mouse coordinates. Any moving entity (that belongs to player, not AI) will be teleport. So dont forget to Stop Teleport after you finished. :)

Re: Stronghold Crusader v1.3 Cheat Table

Posted: Sat Jan 02, 2021 8:22 pm
by MikinaneShindouda
can you make it for 1.41HD steam version please?
i try to use but other than money and item cheat they crashed somehow.

Re: Stronghold Crusader v1.3++ Cheat Table

Posted: Mon Jan 25, 2021 11:50 am
by PeaceBeUponYou
Updated

Re: Stronghold Crusader v1.3++ Cheat Table

Posted: Tue Apr 13, 2021 3:02 pm
by cremuzz
PeaceBeUponYou wrote:
Mon Dec 14, 2020 4:36 pm
A Cheat Table for Stronghold Crusader v1.3
Following are the entries:
  • Inf Money
  • Items Cheat
  • Instant Peasent (Re)Spawn
  • Max Happiness
  • No Housing Required
  • Bypass Troop Limit
  • Bypass Peasent Spawn Limit (Unlimited)
  • Troop Health
  • Build Anywhere
  • [[Pointers]]
Enjoy! :)

Updated
Version: 1.4
New Entry: Teleport
Description: Teleports Selected Troops to mouse coordinates. Any moving entity (that belongs to player, not AI) will be teleport. So dont forget to Stop Teleport after you finished. :)
thank you for the cheat table :D ,, is there any chance for adding damage modifier ? or edit base damage value ? or maybe one hit kill ?

Re: Stronghold Crusader v1.3++ Cheat Table

Posted: Wed Apr 14, 2021 8:49 am
by PeaceBeUponYou
cremuzz wrote:
Tue Apr 13, 2021 3:02 pm
Replace whatever is in Troop Health Script with this:

Code: Select all

[ENABLE]

aobscanmodule(troopsHealth,Stronghold Crusader.exe,29 8C 3E DC 09 00 00) // should be unique
alloc(newmem,$100)

label(code)
label(return)

newmem:
  cmp [esi+edi+624],01
  je return
  mov ecx,[esi+edi+000009DC]
code:
  sub [esi+edi+000009DC],ecx
  jmp return

troopsHealth:
  jmp newmem
  nop 2
return:
registersymbol(troopsHealth)

[DISABLE]

troopsHealth:
  db 29 8C 3E DC 09 00 00

unregistersymbol(troopsHealth)
dealloc(newmem)
Now plz note that I do not have the game anymore, so Ive not tested it, but it should work fine if the Troop Health Script works!

Re: Stronghold Crusader v1.3++ Cheat Table

Posted: Wed Apr 14, 2021 4:19 pm
by cremuzz
PeaceBeUponYou wrote:
Wed Apr 14, 2021 8:49 am
cremuzz wrote:
Tue Apr 13, 2021 3:02 pm
Replace whatever is in Troop Health Script with this:

Code: Select all

[ENABLE]

aobscanmodule(troopsHealth,Stronghold Crusader.exe,29 8C 3E DC 09 00 00) // should be unique
alloc(newmem,$100)

label(code)
label(return)

newmem:
  cmp [esi+edi+624],01
  je return
  mov ecx,[esi+edi+000009DC]
code:
  sub [esi+edi+000009DC],ecx
  jmp return

troopsHealth:
  jmp newmem
  nop 2
return:
registersymbol(troopsHealth)

[DISABLE]

troopsHealth:
  db 29 8C 3E DC 09 00 00

unregistersymbol(troopsHealth)
dealloc(newmem)
Now plz note that I do not have the game anymore, so Ive not tested it, but it should work fine if the Troop Health Script works!
Thank you for responding , i've tested the "one hit kills" script and works for player but also on enemies . i mean i got instant kill too when enemies attack .

but i've noted that you do not have the game anymore .. anyway thank you so much for cheat table ^^

sorry if there is a mistaken words , i'm typed this with help of Google Translate ..

Re: Stronghold Crusader v1.3++ Cheat Table

Posted: Sun May 21, 2023 2:38 am
by Gaff
Its not working. After loading script and clicking somewhere the game crashes.