Skip to content

Commit a3373e3

Browse files
author
Sui
committed
Right - update that
1 parent 858b594 commit a3373e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

AVP_CustomLauncher.sdf

0 Bytes
Binary file not shown.

GameHack.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -107,30 +107,30 @@ public void DoWork()
107107
string strByte = "";
108108
for (int i = 0; i < 5; i++)
109109
{
110-
strByte += (Trainer.ReadByte(myProcess, cshellBaseAdress + 0xEF79 + i)).ToString("X2");
110+
strByte += (Trainer.ReadByte(myProcess, cshellBaseAdress + 0xE389 + i)).ToString("X2");
111111
}
112112

113-
LogHandler.WriteLine("Bytes at injection point cshellBaseAdress + 0xEF79 (resolution hack):" + strByte);
113+
LogHandler.WriteLine("Bytes at injection point cshellBaseAdress + 0xE389 (resolution hack):" + strByte);
114114
}
115115

116116
{
117117
string strByte = "";
118118
for (int i = 0; i < 6; i++)
119119
{
120-
strByte += (Trainer.ReadByte(myProcess, LithTechBaseAdress + 0xC370 + i)).ToString("X2");
120+
strByte += (Trainer.ReadByte(myProcess, LithTechBaseAdress + 0xB7F4 + i)).ToString("X2");
121121
}
122122

123-
LogHandler.WriteLine("Bytes at injection point LithTechBaseAdress + 0xC370 (fov hack):" + strByte);
123+
LogHandler.WriteLine("Bytes at injection point LithTechBaseAdress + 0xB7F4 (fov hack):" + strByte);
124124
}
125125

126126
{
127127
string strByte = "";
128128
for (int i = 0; i < 9; i++)
129129
{
130-
strByte += (Trainer.ReadByte(myProcess, d3dren + 0x107F2 + i)).ToString("X2");
130+
strByte += (Trainer.ReadByte(myProcess, d3dren + 0xFA52 + i)).ToString("X2");
131131
}
132132

133-
LogHandler.WriteLine("Bytes at injection point d3dren + 0x107F2 (viewmodel hack):" + strByte);
133+
LogHandler.WriteLine("Bytes at injection point d3dren + 0xFA52 (viewmodel hack):" + strByte);
134134
}
135135
#endregion
136136

Release/AVP_CustomLauncher.exe

0 Bytes
Binary file not shown.

Release/widescreenfix.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)