Recent content by anjinggila

  1. A

    Asterix & Obelix XXL 2! (REQUEST)

    How To Use: 1. Download Latest Cheat Engine 2. Click File > Open process 3. Select game process (oXXL2Game.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
  2. A

    Request for HADES

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

    Request for HADES

    Godmode: [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)...
  4. A

    Asterix & Obelix XXL 2! (REQUEST)

    Infinite Health: [ENABLE] aobscanmodule(Heart,oXXL2Game.exe,8B 43 40 89 86 B8 00 00 00) // should be unique alloc(newmem,$1000) label(code) label(return) newmem: mov [ebx+40],#99 code: mov eax,[ebx+40] mov [esi+000000B8],eax jmp return Heart: jmp newmem nop nop nop nop...
  5. A

    Ashen! (REQUEST)

    Infinite Health: [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]...
  6. A

    Darksiders 3! (REQUEST)

    Change the "mov [rax+2C],(int)99" to "mov [rax+2C],(int)1" in first script, maybe it will prevent the crash. You dont need 99 anyway because it will never reach zero.
  7. A

    Darksiders 3! (REQUEST)

    Weird.. I dont get any crash here, try play the mission further before using the inf souls.
  8. A

    Darksiders 3! (REQUEST)

    While waiting for trainer, you can use my cheat engine scripts: Infinite consumables (unlimited healing, shards, resources, etc): [ENABLE] aobscanmodule(health,Darksiders3-Win64-Shipping.exe,89 50 2C C3 48 89 54 24 10) // should be unique...
Top