File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ public class Program : Overlay
1919 public string mccProcessWinstore = "MCCWinStore-Win64-Shipping" ;
2020 private string selectedProcessName ;
2121
22- public string voidDrawAddress = "halo3.dll+0x278AED " ;
23- public string voidRedColorAddress = "halo3.dll+0x278B08 " ;
24- public string voidGreenColorAddress = "halo3.dll+0x278B07 " ;
25- public string voidBlueColorAddress = "halo3.dll+0x278B06 " ;
22+ public string voidDrawAddress = "halo3.dll+0x278E9D " ;
23+ public string voidRedColorAddress = "halo3.dll+0x278EB8 " ;
24+ public string voidGreenColorAddress = "halo3.dll+0x278EB7 " ;
25+ public string voidBlueColorAddress = "halo3.dll+0x278EB6 " ;
2626
2727 public bool modulesUpdated = false ;
2828
@@ -212,4 +212,4 @@ public static void Main(string[] args)
212212 program . Start ( ) . Wait ( ) ;
213213 }
214214 }
215- }
215+ }
You can’t perform that action at this time.
0 commit comments