Supreme Commander 2 - hacks and hacking

get your superiourity here ! be an offline or online GOD of the game. infinite ammo, unlimited nitro, turbo boost, god mode, you name it !
Post Reply
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Supreme Commander 2 - hacks and hacking

Post by Sethioz »

1. Resources

float
find either research, mass or energy
all are ranged on float:
if you have 1 then do range from 1 to 2
it is 1.0000000 and increases to 2 or something like that.
find breakpoint for decrease. you will get 2 breakpoints with following functions:

movss [edi],xmm0 > this increases research
movss [eax],xmm1 > this decreases research

breakpoint with movss [eax],xmm1 is what you need.
you replace movss [eax],xmm1 with the other function and it stops research from decreasing.

here's the Tsearch's script if you want:

upper window:

Code: Select all

offset 0x8CFC15
hex F30F1107
bottom window:

Code: Select all

offset 0x8CFC15
hex F30F1108
it will prevent your resrouces from decreasing > research, energy and mass.
Post Reply