Howler
Active Member
- Joined
- Oct 26, 2014
- Messages
- 45
- Reaction score
- 7
Store Link
Request Trainer Options:
- Infinite Health
- No Weapon Overheating
- Infinite Money
Please make a Trainer MAF!
Here's the health code for version 0.9.190401 , just add the script in your CE , i made just now, working just great!
its working GREAT.
Here's the health code for version 0.9.190401 , just add the script in your CE , i made just now, working just great!
[ENABLE]
aobscan(hull,DD 58 3C DD 40 3C)
alloc(newmem,$100)
label(code)
label(return)
newmem:
cmp [eax+1B8],1
jne code
nop
nop
nop
jmp return
code:
fstp qword ptr [eax+3C]
fld qword ptr [eax+3C]
jmp return
hull:
jmp newmem
nop
return:
registersymbol(hull)
[DISABLE]
hull:
db DD 58 3C DD 40 3C
unregistersymbol(hull)
dealloc(newmem)
Here's the health code for version 0.9.190401 , just add the script in your CE , i made just now, working just great!
[ENABLE]
aobscan(hull,DD 58 3C DD 40 3C)
alloc(newmem,$100)
label(code)
label(return)
newmem:
cmp [eax+1B8],1
jne code
nop
nop
nop
jmp return
code:
fstp qword ptr [eax+3C]
fld qword ptr [eax+3C]
jmp return
hull:
jmp newmem
nop
return:
registersymbol(hull)
[DISABLE]
hull:
db DD 58 3C DD 40 3C
unregistersymbol(hull)
dealloc(newmem)