File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,30 +107,30 @@ public void DoWork()
107
107
string strByte = "" ;
108
108
for ( int i = 0 ; i < 5 ; i ++ )
109
109
{
110
- strByte += ( Trainer . ReadByte ( myProcess , cshellBaseAdress + 0xEF79 + i ) ) . ToString ( "X2" ) ;
110
+ strByte += ( Trainer . ReadByte ( myProcess , cshellBaseAdress + 0xE389 + i ) ) . ToString ( "X2" ) ;
111
111
}
112
112
113
- LogHandler . WriteLine ( "Bytes at injection point cshellBaseAdress + 0xEF79 (resolution hack):" + strByte ) ;
113
+ LogHandler . WriteLine ( "Bytes at injection point cshellBaseAdress + 0xE389 (resolution hack):" + strByte ) ;
114
114
}
115
115
116
116
{
117
117
string strByte = "" ;
118
118
for ( int i = 0 ; i < 6 ; i ++ )
119
119
{
120
- strByte += ( Trainer . ReadByte ( myProcess , LithTechBaseAdress + 0xC370 + i ) ) . ToString ( "X2" ) ;
120
+ strByte += ( Trainer . ReadByte ( myProcess , LithTechBaseAdress + 0xB7F4 + i ) ) . ToString ( "X2" ) ;
121
121
}
122
122
123
- LogHandler . WriteLine ( "Bytes at injection point LithTechBaseAdress + 0xC370 (fov hack):" + strByte ) ;
123
+ LogHandler . WriteLine ( "Bytes at injection point LithTechBaseAdress + 0xB7F4 (fov hack):" + strByte ) ;
124
124
}
125
125
126
126
{
127
127
string strByte = "" ;
128
128
for ( int i = 0 ; i < 9 ; i ++ )
129
129
{
130
- strByte += ( Trainer . ReadByte ( myProcess , d3dren + 0x107F2 + i ) ) . ToString ( "X2" ) ;
130
+ strByte += ( Trainer . ReadByte ( myProcess , d3dren + 0xFA52 + i ) ) . ToString ( "X2" ) ;
131
131
}
132
132
133
- LogHandler . WriteLine ( "Bytes at injection point d3dren + 0x107F2 (viewmodel hack):" + strByte ) ;
133
+ LogHandler . WriteLine ( "Bytes at injection point d3dren + 0xFA52 (viewmodel hack):" + strByte ) ;
134
134
}
135
135
#endregion
136
136
You can’t perform that action at this time.
0 commit comments