Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2019
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1.  
  2. ****Code for Family Settings on Hud/Guide****
  3. static HUDOffsets hud_17544 = {
  4. 0x913F01F4 , //FamilySettings_LaunchStr old 913F02CC
  5. 0x913E6398 , //BootToDashHelper_Jump old 913E64B8
  6. 0x14, //LaunchData_FAMILYSETTINGS
  7. 0x913E61C0, //HUD_BootToDashHelper_Func old 913E62E0
  8. 0x11F02, //btnFamilySettings no change
  9. 0x119B8, //btnFamilySettingsOnline //no change
  10. 0xA511, //XboxGuide no change
  11. };
  12.  
  13.  
  14. Update(8/23/2019):
  15. Sorry everyone the Async isnt correct nor were the bins, but thanks to Marvin25 for correct Hv.bin, Im finally online! Just download the correct bins. Here is the revised Async as well:
  16.  
  17. PatchInJump((DWORD*)0x8169CB80, (DWORD)XamLoaderExecuteAsyncChallengeHook, false);//17544 old 8169CCD0 , 2nd method 8169CB80, 8169CF48
  18. PatchInJump((DWORD*)0x81A7160C, (DWORD)SpoofXamChallenge, FALSE);//17544 81A71414//
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement