V-Rally 4

Ask about cheats/tables for single player games here
Post Reply
Shaine
Cheater
Cheater
Posts: 40
Joined: Tue Nov 07, 2017 9:27 am
Reputation: 4

V-Rally 4

Post by Shaine »

Request Trainer/Cheat table Options:

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

Thank you

Game Link

User avatar
relentlesstech
Cheater
Cheater
Posts: 39
Joined: Thu Sep 06, 2018 7:57 pm
Reputation: 45

Re: V-Rally 4

Post 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 ...

DJ2023DJ
Noobzor
Noobzor
Posts: 5
Joined: Fri Aug 18, 2023 8:40 pm
Reputation: 1

Re: V-Rally 4

Post by DJ2023DJ »

How is that used?

User avatar
vinny2k
Expert Cheater
Expert Cheater
Posts: 206
Joined: Sun Jun 03, 2018 11:03 pm
Reputation: 134

Re: V-Rally 4

Post 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

DJ2023DJ
Noobzor
Noobzor
Posts: 5
Joined: Fri Aug 18, 2023 8:40 pm
Reputation: 1

Re: V-Rally 4

Post by DJ2023DJ »

I do as you told me but it doesn't work
I mean I give control alt and nothing happens
any solution?

DJ2023DJ
Noobzor
Noobzor
Posts: 5
Joined: Fri Aug 18, 2023 8:40 pm
Reputation: 1

Re: V-Rally 4

Post by DJ2023DJ »

I do as you told me but it doesn't work
I mean I give control alt and nothing happens
any solution?

Post Reply

Who is online

Users browsing this forum: No registered users