Trainer Search

Thumper61

New Member
Joined
Oct 4, 2016
Messages
2
Reaction score
0
Version 2.0 of HW2 trainer works with HW2 v2.1, but if the trainer is activated, the enemies get Fast Kill too.
 

Zaragaso

New Member
Joined
Jul 30, 2018
Messages
1
Reaction score
1
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)

how to change it???
 

BlackbirdSR71

Active Member
Joined
Jun 30, 2016
Messages
41
Reaction score
13
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)

Hey can you tell me how to implement that to get it working!

Only the fast built is not working everything else is great :)
 

dbophxlip2017

New Member
Joined
Nov 2, 2018
Messages
5
Reaction score
0
"
[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)"


I am curious myself, all but the fast build works. Do we need to edit the trainer? Or is their a configuration file? I am not finding any instructions on the site on how to use this information :(
 
Last edited:

dbophxlip2017

New Member
Joined
Nov 2, 2018
Messages
5
Reaction score
0
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)

Does anyone know how to use this fix?? Do we have any resources, information, guides, suggestions? Anyone? With MAF persuing other opportunities, is anybody taking over or is this it? Are the trainers dead? So far this trainer is the only one i have gotten to work at all with HWRM the others do nothing or cannot be translated accordingly.
 
Top