Trainer Search

VampTY

Active Member
Joined
Mar 3, 2019
Messages
31
Reaction score
24
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)
 
Last edited:

dukepapas

New Member
Joined
Apr 26, 2020
Messages
1
Reaction score
0
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)


what to do with this? how can i use it please explain me thnks
 

lostinyou

New Member
Joined
Nov 4, 2014
Messages
4
Reaction score
0
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)

can you update to newest version?thank you very much
 

mebat92214

New Member
Joined
Jul 27, 2020
Messages
1
Reaction score
0
+10 trainer

gtrainers.com/load/categories/trainers/jets_39_n_39_guns_2_trainer_10_v1_0_futurex/28-1-0-8620
 
Top