Page 1 of 1

V-Rally 4

Posted: Thu Oct 04, 2018 11:08 am
by Shaine
Request Trainer/Cheat table Options:

- Freeze Opponents
- Freeze Timer
- Super Speed
- Super Brake
- Infinite Money

Thank you

Game Link

Re: V-Rally 4

Posted: Mon Oct 08, 2018 10:23 am
by relentlesstech
I am currently working on this game right now - Here are the AoB's I've come up with so far:

Full Wallet:

Code: Select all

[ENABLE]

aobscanmodule(_fullcash,VRally4.exe,41 89 06 41 8B 48 08) // should be unique
alloc(newmem,$1000,"VRally4.exe"+44996D)

label(code)
label(return)
label(max)

newmem:

code:
  cmp [r14],5F5E0FF
  jne max
  //mov [r14],eax
  mov ecx,[r8+08]
  jmp return

max:
  mov [r14],5F5E0FF
  jmp code

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

[DISABLE]

_fullcash:
  db 41 89 06 41 8B 48 08

unregistersymbol(_fullcash)
dealloc(newmem)
Freeze Timer:

Code: Select all

[ENABLE]

aobscanmodule(_stilltimer,VRally4.exe,FF 43 4C 33 C0 48 83)
alloc(newmem,$1000,"VRally4.exe"+697734)

label(code)
label(return)

newmem:

code:
  nop //dec [rbx+4C] //decrease time instead of increase
  mov [rbx+4C],1DC
  xor eax,eax
  jmp return

_stilltimer:
  jmp newmem
return:
registersymbol(_stilltimer)

[DISABLE]

_stilltimer:
  db FF 43 4C 33 C0

unregistersymbol(_stilltimer)
dealloc(newmem)
No Time Penalty:

Code: Select all

[ENABLE]

aobscanmodule(_nopenaltydisplay,VRally4.exe,05 * * * * 03 93 A4 00 00 00 48 85 C0 74 1F)
alloc(newmem1,$1000,"VRally4.exe"+68E86C)

aobscanmodule(_nopenalty,VRally4.exe,89 B3 A4 00 00 00 48 8B)
alloc(newmem,$1000,"VRally4.exe"+6CA1A9)

label(code1)
label(return1)

label(code)
label(return)
label(wipe)

newmem1:

code1:
  mov edx,00 //[rbx+000000A4]
  jmp return1

_nopenaltydisplay+05:
  jmp newmem1
  nop
return1:
registersymbol(_nopenaltydisplay)

newmem:

code:
  cmp [rbx+000000A4],00
  jne wipe
  nop //mov [rbx+000000A4],esi
  jmp return

wipe:
  mov [rbx+000000A4],00
  jmp code

_nopenalty:
  jmp newmem
  nop
return:
registersymbol(_nopenalty)

[DISABLE]

_nopenaltydisplay+05:
  db 03 93 A4 00 00 00

unregistersymbol(_nopenaltydisplay)
dealloc(newmem1)

_nopenalty:
  db 89 B3 A4 00 00 00

unregistersymbol(_nopenalty)
dealloc(newmem)

As I figure more out I will post them here ...

Re: V-Rally 4

Posted: Fri Aug 18, 2023 11:29 pm
by DJ2023DJ
How is that used?

Re: V-Rally 4

Posted: Sat Aug 19, 2023 12:10 pm
by vinny2k
DJ2023DJ wrote:
Fri Aug 18, 2023 11:29 pm
How is that used?
Copy the code ...open cheat engine...attach to game process...press control alt a on the keyboard and paste copied code and then file attach to current cheat table...then name it whatever...done

Re: V-Rally 4

Posted: Mon Aug 21, 2023 3:42 pm
by DJ2023DJ
I do as you told me but it doesn't work
I mean I give control alt and nothing happens
any solution?

Re: V-Rally 4

Posted: Mon Aug 21, 2023 3:50 pm
by DJ2023DJ
I do as you told me but it doesn't work
I mean I give control alt and nothing happens
any solution?