Ghost Recon Wildlands
0 of 0

File information

Last updated

Original upload

Created by

Dudes With Keyboards

Uploaded by

ShadowedWilds

Virus scan

Safe to use

Tags for this mod

About this mod

Simple cheat table that lets you adjust your field of view and disable ADS zoom for the latest version of Wildlands.

Permissions and credits
Requires Cheat Engine (created on 7.3). Open up Wildlands_FOV.CT in Cheat Engine, attach GRW.exe process, and check the FOV adjustment box to start the script.

Use Shift , (<) and Shift . (>) to adjust your FOV. Use Shift / (?) to toggle the script on and off. You can also change the FOV float value itself. Feel free to remove/change the hotkey. Added No ADS zoom script. Animation is a bit janky though. Supports 1st person mod, but do not adjust FOV with this mod.

The script inside the CT that changes FOV:

Spoiler:  
Show


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"GRW.exe"+11A9A9C8)
label(returnhere)
label(originalcode)
label(exit)
label(pronefov)
registersymbol(pronefov)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
mov edx,[pronefov]
mov [rcx+38],edx

exit:
jmp returnhere

pronefov:
db 33 33 B3 3F

"GRW.exe"+11A9A9C8:
jmp newmem
nop
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(pronefov)
"GRW.exe"+11A9A9C8:
mov edx,[rax+10]
mov [rcx+38],edx
//Alt: db 8B 50 10 89 51 38



Would not be possible without the amazing help from Tavreth