Trainer Search

anjinggila

New Member
Joined
Oct 8, 2018
Messages
9
Reaction score
14
Infinite Health:
Code:
[ENABLE]

aobscanmodule(Godmode,Ashen-Win64-Shipping.exe,F3 0F 10 81 18 01 00 00 F3 0F 5E) // should be unique
alloc(newmem,$1000,"Ashen-Win64-Shipping.exe"+344960)

label(code)
label(return)

newmem:
  cmp dword ptr [rcx+00000284],0
  jne code
  movss xmm0,[rcx+000000F0]
  movss [rcx+00000118],xmm0
code:
  movss xmm0,[rcx+00000118]
  jmp return

Godmode:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(Godmode)

[DISABLE]

Godmode:
  db F3 0F 10 81 18 01 00 00

unregistersymbol(Godmode)
dealloc(newmem)

Infinite Stamina:
Code:
[ENABLE]

aobscanmodule(InfStamina,Ashen-Win64-Shipping.exe,F3 0F 10 81 2C 01 00 00 F3 0F 5E) // should be unique
alloc(newmem,$1000,"Ashen-Win64-Shipping.exe"+347E30)

label(code)
label(return)

newmem:
  movss xmm0,[rcx+00000130]
  movss [rcx+0000012C],xmm0
code:
  movss xmm0,[rcx+0000012C]
  jmp return

InfStamina:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(InfStamina)

[DISABLE]

InfStamina:
  db F3 0F 10 81 2C 01 00 00

unregistersymbol(InfStamina)
dealloc(newmem)

Have fun :)
 
Last edited:

bister77

New Member
Joined
Jun 22, 2014
Messages
1
Reaction score
1
Infinite Health:
Code:
[ENABLE]

aobscanmodule(Godmode,Ashen-Win64-Shipping.exe,F3 0F 10 81 18 01 00 00 F3 0F 5E) // should be unique
alloc(newmem,$1000,"Ashen-Win64-Shipping.exe"+344960)

label(code)
label(return)

newmem:
  cmp dword ptr [rcx+00000284],0
  jne code
  movss xmm0,[rcx+000000F0]
  movss [rcx+00000118],xmm0
code:
  movss xmm0,[rcx+00000118]
  jmp return

Godmode:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(Godmode)

[DISABLE]

Godmode:
  db F3 0F 10 81 18 01 00 00

unregistersymbol(Godmode)
dealloc(newmem)

Infinite Stamina:
Code:
[ENABLE]

aobscanmodule(InfStamina,Ashen-Win64-Shipping.exe,F3 0F 10 81 2C 01 00 00 F3 0F 5E) // should be unique
alloc(newmem,$1000,"Ashen-Win64-Shipping.exe"+347E30)

label(code)
label(return)

newmem:
  movss xmm0,[rcx+00000130]
  movss [rcx+0000012C],xmm0
code:
  movss xmm0,[rcx+0000012C]
  jmp return

InfStamina:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(InfStamina)

[DISABLE]

InfStamina:
  db F3 0F 10 81 2C 01 00 00

unregistersymbol(InfStamina)
dealloc(newmem)

Have fun :)

Thanks for your works, but how do i use that :D`?
 

shadowrem3

New Member
Joined
May 9, 2014
Messages
5
Reaction score
7
Thanks for your works, but how do i use that :D`?

I was messing around and managed to get the script posted above to work, below are the instructions :)

1. Download Cheat engine program
2. Click File
3. Click Open process
4. Select "Ashen" game exe (make sure you run the game first)
5. Press Ctrl+Alt+A
6. Paste the script and click Execute
7. Cheat engine will confirm the script is running, DONE
 
Top