(06-21-2021 - 12:05 AM)Terikaid Wrote:Oh master show us the way lol. you seem to have found the offsets share them then? talk is cheap lets see some code??(06-05-2021 - 07:08 PM)turbo420 Wrote: if (wcscmp(ModuleHandle->BaseDllName.Buffer, L"Guide.MP.Purchase.xex") == 0) {You're missing critical offsets forcing branches in the wrong direction and this is exactly why you're only able to download GOD titles. You need to investigate more.
BYTE xampatch1[0x1C] = {
0x38, 0x80, 0x00, 0x05, 0x80, 0x63, 0x00, 0x1C, 0x90, 0x83, 0x00, 0x04,
0x38, 0x80, 0x09, 0xC4, 0x90, 0x83, 0x00, 0x08, 0x38, 0x60, 0x00, 0x00,
0x4E, 0x80, 0x00, 0x20
};
SetMemory((PVOID)0x8168A6F8, xampatch1, 0x1C); // xam.xex 17559
*(DWORD*)(0x818E9BE4) = 0x60000000; // xam.xex 17559
*(DWORD*)(0x818EE414) = 0x480000C8; // xam.xex 17559
*(DWORD*)(0x9015D860) = 0x60000000; // Guide.MP.Purchase.xex 17559
*(DWORD*)(0x9015D924) = 0x60000000; // Guide.MP.Purchase.xex 17559
}
For starters: You have the first patch correct for Xam.
The other ones are wrong. You require 10 offsets all together to get the following working.
- DLC (free / paid) (requires a few checks)
- GOD (surprised this works, but then again, there isn't a full check there)
- Avatar (requires a few checks)
- Etc.
Movies will straight up not work, so don't waste your time.
4652
Msp spoofer updated for dash 17559 only works with full games by Mark Lilly
by turbo420 - 06-05-2021 - 07:08 PM(06-23-2021 - 02:32 AM)kidontheblock Wrote:lol i have been using this over 6 months and never use a kv but up to you sid3CarSlim(06-15-2021 - 08:55 PM)Sid3CarSlim Wrote: nice, but i would not add it to a server for legal reasons...but nice work.right your better off just downloading the game from the net instead of wasting a KV
https://www.mediafire.com/file/kt7janvzs...r.zip/file
(07-04-2021 - 07:22 PM)AceLive Wrote:(07-03-2021 - 07:40 PM)iCrazyGaming Wrote: Has anyone made this into a tool or a xex yet?yes
(07-07-2021 - 07:33 AM)Sid3CarSlim Wrote: https://www.mediafire.com/file/kt7janvzs...r.zip/fileJust tried this for a few on demand games but it says can't dowload after it gets to 100%
(07-04-2021 - 07:22 PM)AceLive Wrote:(07-03-2021 - 07:40 PM)iCrazyGaming Wrote: Has anyone made this into a tool or a xex yet?yes
(06-05-2021 - 07:08 PM)turbo420 Wrote: if (wcscmp(ModuleHandle->BaseDllName.Buffer, L"Guide.MP.Purchase.xex") == 0) {
BYTE xampatch1[0x1C] = {
0x38, 0x80, 0x00, 0x05, 0x80, 0x63, 0x00, 0x1C, 0x90, 0x83, 0x00, 0x04,
0x38, 0x80, 0x09, 0xC4, 0x90, 0x83, 0x00, 0x08, 0x38, 0x60, 0x00, 0x00,
0x4E, 0x80, 0x00, 0x20
};
SetMemory((PVOID)0x8168A6F8, xampatch1, 0x1C); // xam.xex 17559
*(DWORD*)(0x818E9BE4) = 0x60000000; // xam.xex 17559
*(DWORD*)(0x818EE414) = 0x480000C8; // xam.xex 17559
*(DWORD*)(0x9015D860) = 0x60000000; // Guide.MP.Purchase.xex 17559
*(DWORD*)(0x9015D924) = 0x60000000; // Guide.MP.Purchase.xex 17559
}
nicebrotha
Users browsing: 17 Guest(s)