ChaosRemedy36
New Member
- Joined
- Aug 24, 2018
- Messages
- 1
- Reaction score
- 0
Downloaded one of the trainers but my malware protector said the file was corrupted and had a malware virus in it, so
We don't support trainers in condition with mods / MP / Online Stuff.Does the Trainer work with Mods? Such as the Ms Gundam Mod, and SW Warlords Mod.
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)