Trainer Search

anjinggila

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

aobscan(Godmode,C4 E1 7A 11 46 14 48 8B 4E) // should be unique
alloc(newmem,$1000,Godmode)

label(code)
label(return)
label(Cmp_GodMode_Flag)
label(Cmp_InstantKill_Flag)
label(GodMode)
label(InstantKill)

registersymbol(GodMode_Flag)
registersymbol(InstantKill_Flag)
alloc(GodMode_Flag,4)
alloc(InstantKill_Flag,4)

GodMode_Flag:
dd 1
Instantkill_Flag:
dd 0

newmem:
  cmp byte ptr [rsi+000000CC],1
  je Cmp_GodMode_Flag
  jmp Cmp_InstantKill_Flag

Cmp_GodMode_Flag:
  cmp dword ptr [GodMode_Flag],1
  je GodMode
  jmp code

Cmp_InstantKill_Flag:
  cmp dword ptr [InstantKill_Flag],1
  je InstantKill

code:
  vmovss [rsi+14],xmm0
  jmp return

GodMode:
  push rbx
  mov rbx,[rsi+18]
  movss xmm0,[rbx+78]
  movss [rsi+14],xmm0
  pop rbx
  jmp return
InstantKill:
  mov [rsi+14],0
  jmp return

Godmode:
  jmp newmem
  nop
return:
registersymbol(Godmode)

[DISABLE]

Godmode:
  db C4 E1 7A 11 46 14

unregistersymbol(Godmode)
dealloc(newmem)
unregistersymbol(GodMode_Flag)
unregistersymbol(InstantKill_Flag)
dealloc(GodMode_Flag)
dealloc(Instantkill_Flag)

How To Use:
1. Download Latest Cheat Engine
2. Click File > Open process
3. Select game process (.exe)
4. Press Ctrl+Alt+A
5. Paste the script and click "Assign to current cheat table"
6. To active the cheat, just tick the box
 

ShinyOP

New Member
Joined
May 10, 2017
Messages
1
Reaction score
1
Godmode:
Code:
[ENABLE]

aobscan(Godmode,C4 E1 7A 11 46 14 48 8B 4E) // should be unique
alloc(newmem,$1000,Godmode)

label(code)
label(return)
label(Cmp_GodMode_Flag)
label(Cmp_InstantKill_Flag)
label(GodMode)
label(InstantKill)

registersymbol(GodMode_Flag)
registersymbol(InstantKill_Flag)
alloc(GodMode_Flag,4)
alloc(InstantKill_Flag,4)

GodMode_Flag:
dd 1
Instantkill_Flag:
dd 0

newmem:
  cmp byte ptr [rsi+000000CC],1
  je Cmp_GodMode_Flag
  jmp Cmp_InstantKill_Flag

Cmp_GodMode_Flag:
  cmp dword ptr [GodMode_Flag],1
  je GodMode
  jmp code

Cmp_InstantKill_Flag:
  cmp dword ptr [InstantKill_Flag],1
  je InstantKill

code:
  vmovss [rsi+14],xmm0
  jmp return

GodMode:
  push rbx
  mov rbx,[rsi+18]
  movss xmm0,[rbx+78]
  movss [rsi+14],xmm0
  pop rbx
  jmp return
InstantKill:
  mov [rsi+14],0
  jmp return

Godmode:
  jmp newmem
  nop
return:
registersymbol(Godmode)

[DISABLE]

Godmode:
  db C4 E1 7A 11 46 14

unregistersymbol(Godmode)
dealloc(newmem)
unregistersymbol(GodMode_Flag)
unregistersymbol(InstantKill_Flag)
dealloc(GodMode_Flag)
dealloc(Instantkill_Flag)

How To Use:
1. Download Latest Cheat Engine
2. Click File > Open process
3. Select game process (.exe)
4. Press Ctrl+Alt+A
5. Paste the script and click "Assign to current cheat table"
6. To active the cheat, just tick the box


Won't let me check the box. It just freezes for a couple seconds and says not responding if I click anywhere and then goes back to normal.
 

anjinggila

New Member
Joined
Oct 8, 2018
Messages
9
Reaction score
14
Won't let me check the box. It just freezes for a couple seconds and says not responding if I click anywhere and then goes back to normal.

It worked fine here, you must get hit first before enable it.
 

Treleth

New Member
Joined
Apr 18, 2016
Messages
2
Reaction score
0
The CE code that anjinggila posted works. I just set it up and let myself get hit before ticking the box to activate it, and my health jumped back up to the maximum. I did notice that the code scrolls down in the post, so it's easy to miss some of it when copying to paste it into CE.
 

leric326

New Member
Joined
Dec 14, 2018
Messages
2
Reaction score
1
The CE code that anjinggila posted works. I just set it up and let myself get hit before ticking the box to activate it, and my health jumped back up to the maximum. I did notice that the code scrolls down in the post, so it's easy to miss some of it when copying to paste it into CE.

what version of the game did you play? I tested again, and I didn't miss any code.
 

Treleth

New Member
Joined
Apr 18, 2016
Messages
2
Reaction score
0
I’m playing V0.12014. The checkbox takes a couple moments after clicking it before the red X appears. Sometimes I have to click it a couple times before it works, but it definitely works for me
 

darkmajor0

New Member
Joined
Jul 9, 2015
Messages
1
Reaction score
0
Godmode:
Code:
[ENABLE]

aobscan(Godmode,C4 E1 7A 11 46 14 48 8B 4E) // should be unique
alloc(newmem,$1000,Godmode)

label(code)
label(return)
label(Cmp_GodMode_Flag)
label(Cmp_InstantKill_Flag)
label(GodMode)
label(InstantKill)

registersymbol(GodMode_Flag)
registersymbol(InstantKill_Flag)
alloc(GodMode_Flag,4)
alloc(InstantKill_Flag,4)

GodMode_Flag:
dd 1
Instantkill_Flag:
dd 0

newmem:
  cmp byte ptr [rsi+000000CC],1
  je Cmp_GodMode_Flag
  jmp Cmp_InstantKill_Flag

Cmp_GodMode_Flag:
  cmp dword ptr [GodMode_Flag],1
  je GodMode
  jmp code

Cmp_InstantKill_Flag:
  cmp dword ptr [InstantKill_Flag],1
  je InstantKill

code:
  vmovss [rsi+14],xmm0
  jmp return

GodMode:
  push rbx
  mov rbx,[rsi+18]
  movss xmm0,[rbx+78]
  movss [rsi+14],xmm0
  pop rbx
  jmp return
InstantKill:
  mov [rsi+14],0
  jmp return

Godmode:
  jmp newmem
  nop
return:
registersymbol(Godmode)

[DISABLE]

Godmode:
  db C4 E1 7A 11 46 14

unregistersymbol(Godmode)
dealloc(newmem)
unregistersymbol(GodMode_Flag)
unregistersymbol(InstantKill_Flag)
dealloc(GodMode_Flag)
dealloc(Instantkill_Flag)

How To Use:
1. Download Latest Cheat Engine
2. Click File > Open process
3. Select game process (.exe)
4. Press Ctrl+Alt+A
5. Paste the script and click "Assign to current cheat table"
6. To active the cheat, just tick the box
Won't let me check the box. It just freezes for a couple seconds and says not responding if I click anywhere and then goes back to normal.
You could just save as and upload here
wasn't easier than this?
 
Top