dosent work i tried both
for 2.1 Fast Build is not working. Here is the fix:
[ENABLE]
aobscanmodule(FASTBUILD,HomeworldRM.exe,29 41 0C 8D 44 24 18)
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
mov [ecx+0C],#0
lea eax,[esp+18]
jmp return
FASTBUILD:
jmp newmem
nop
nop
return:
registersymbol(FASTBUILD)
[DISABLE]
FASTBUILD:
db 29 41 0C 8D 44 24 18
unregistersymbol(FASTBUILD)
dealloc(newmem)
for 2.1 Fast Build is not working. Here is the fix:
[ENABLE]
aobscanmodule(FASTBUILD,HomeworldRM.exe,29 41 0C 8D 44 24 18)
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
mov [ecx+0C],#0
lea eax,[esp+18]
jmp return
FASTBUILD:
jmp newmem
nop
nop
return:
registersymbol(FASTBUILD)
[DISABLE]
FASTBUILD:
db 29 41 0C 8D 44 24 18
unregistersymbol(FASTBUILD)
dealloc(newmem)
File is blocked as dangeroustrainer Homeworld 2 Remastered v2.1 , only instant build
download
But the instant build doesn't workTrainer works fine .
for 2.1 Fast Build is not working. Here is the fix:
[ENABLE]
aobscanmodule(FASTBUILD,HomeworldRM.exe,29 41 0C 8D 44 24 18)
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
mov [ecx+0C],#0
lea eax,[esp+18]
jmp return
FASTBUILD:
jmp newmem
nop
nop
return:
registersymbol(FASTBUILD)
[DISABLE]
FASTBUILD:
db 29 41 0C 8D 44 24 18
unregistersymbol(FASTBUILD)
dealloc(newmem)