Die for Valhalla [+4] Game Pass

Upload your cheat tables here (No requests)
Post Reply
mrkeyring90
Noobzor
Noobzor
Posts: 12
Joined: Wed Apr 22, 2020 8:26 am
Reputation: 4

Die for Valhalla [+4] Game Pass

Post by mrkeyring90 »

Image

My very first table so be gentle! No Cheat tables were available for this game so had to make my own.

- God Mode
Standard inf health for player and AI with normal health values

- God Mode & OHK
Standard inf Health but enemies are one hit kill

- Unlimited Viking Points
Unlimited upgrade points

- Gem Multiplier*Current WIP as now not working since reboot of game
End of any mission you'll receive a multiplied amount of gems (This will give you a large amount of runes to upgrade using the unlimited Viking points)

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
DieForValhalla.zip
(9.83 KiB) Downloaded 58 times

FearTheSoul
Noobzor
Noobzor
Posts: 9
Joined: Mon May 18, 2020 8:55 pm
Reputation: 9

Re: Die for Valhalla [+4] Game Pass

Post by FearTheSoul »

Only one option on this, line 23 is broken according to CE. One hit works both ways and you get killed.

Uploaded wrong table maybe?

User avatar
Rhark
Expert Cheater
Expert Cheater
Posts: 3015
Joined: Tue Apr 16, 2019 1:27 am
Reputation: 1259

Re: Die for Valhalla [+4] Game Pass

Post by Rhark »

You used

Code: Select all

push rax
but there's no

Code: Select all

pop rax
anywhere. also you don't need to use (byte)0 since 0 bytes is 0 everything else.

User avatar
Rhark
Expert Cheater
Expert Cheater
Posts: 3015
Joined: Tue Apr 16, 2019 1:27 am
Reputation: 1259

Die for Valhalla [+4] Game Pass

Post by Rhark »

This should fix your [B]god/ohk [/B]script:



[code]

[ENABLE]



aobscanmodule(INJECT,DieForValhalla.dll,29 7B 08 33 D2) // should be unique

alloc(newmem,$1000)



label(code)

label(return)

label(playercheck)

label(exit)



newmem:



playercheck:

push rax

mov rax,[ebx+14]

cmp rax,0

jne code

pop rax

jmp return



code:

cmp [ebx+14],0

je exit

mov [ebx+08],0

xor edx,edx

jmp return



exit:

sub [ebx+08],edi

xor edx,edx

jmp return



INJECT:

jmp playercheck

return:

registersymbol(INJECT)



[DISABLE]



INJECT:

db 29 7B 08 33 D2



unregistersymbol(INJECT)

dealloc(newmem)

[/code]



and [B]Godmode Only[/B] script:

[code]

[ENABLE]



aobscanmodule(INJECT,DieForValhalla.dll,29 7B 08 33 D2) // should be unique

alloc(newmem,$1000)



label(code)

label(return)

label(playercheck)



newmem:



playercheck:

push rax

mov rax,[ebx+14]

cmp rax,(byte)0

jne code

pop rax

jmp return





code:

sub [ebx+08],edi

xor edx,edx

jmp return



INJECT:

jmp playercheck

return:

registersymbol(INJECT)



[DISABLE]



INJECT:

db 29 7B 08 33 D2



unregistersymbol(INJECT)

dealloc(newmem)

[/code]
Last edited by Rhark on Thu Jan 01, 1970 12:00 am, edited 2 times in total.

Post Reply

Who is online

Users browsing this forum: ADF56, degrees, DotBot, gentatsu, Google [Bot], ipmanv2, Irre33, Majestic-12 [Bot], okrestn, Oldmasterq11, redclif43, Rekt, Send, SKLancelot