Trainer Search

Aviven

New Member
Joined
Dec 26, 2014
Messages
5
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)

Have fun :)

This works but also makes some of the enemies unkillable
 

bokuwamoekai

New Member
Joined
May 21, 2016
Messages
2
Reaction score
2
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

For anyone who have trouble with enemy infinite health. You can toggle the script in cheat engine. Follow shadowrem3 instruction, but after step 5, you paste the script but DO NOT click Execute but do this:

-In the Auto assemble window click File > Assign to the current cheat table
-There should be a new address in the address list
-Check the Active box to toggle on/off the cheat
 
Top