Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] didnt classic get srp with 1.15 and not 1.14?

[DiscordArchive] didnt classic get srp with 1.15 and not 1.14?

[DiscordArchive] didnt classic get srp with 1.15 and not 1.14?

Pages (4): Previous 1 2 3 4
rektbyfaith
Administrator
0
05-24-2024, 07:52 AM
#31
Archived author: MaxtorCoder • Posted: 2024-05-24T07:52:54.278000+00:00
Original source

It fails because it is trying to use the normal auth seed
rektbyfaith
05-24-2024, 07:52 AM #31

Archived author: MaxtorCoder • Posted: 2024-05-24T07:52:54.278000+00:00
Original source

It fails because it is trying to use the normal auth seed

rektbyfaith
Administrator
0
05-24-2024, 07:53 AM
#32
Archived author: MaxtorCoder • Posted: 2024-05-24T07:53:04.333000+00:00
Original source

So the one for the current 1.15 build
rektbyfaith
05-24-2024, 07:53 AM #32

Archived author: MaxtorCoder • Posted: 2024-05-24T07:53:04.333000+00:00
Original source

So the one for the current 1.15 build

rektbyfaith
Administrator
0
05-24-2024, 07:53 AM
#33
Archived author: Widget • Posted: 2024-05-24T07:53:25.906000+00:00
Original source

so if i knew that one, it would work? <:Hmm:889032126622728192>
rektbyfaith
05-24-2024, 07:53 AM #33

Archived author: Widget • Posted: 2024-05-24T07:53:25.906000+00:00
Original source

so if i knew that one, it would work? <:Hmm:889032126622728192>

rektbyfaith
Administrator
0
05-24-2024, 07:53 AM
#34
Archived author: MaxtorCoder • Posted: 2024-05-24T07:53:32.640000+00:00
Original source

Most likely yeah
rektbyfaith
05-24-2024, 07:53 AM #34

Archived author: MaxtorCoder • Posted: 2024-05-24T07:53:32.640000+00:00
Original source

Most likely yeah

rektbyfaith
Administrator
0
05-24-2024, 07:53 AM
#35
Archived author: Widget • Posted: 2024-05-24T07:53:46.725000+00:00
Original source

okay, but that sounds like something only nerds can extract right?
rektbyfaith
05-24-2024, 07:53 AM #35

Archived author: Widget • Posted: 2024-05-24T07:53:46.725000+00:00
Original source

okay, but that sounds like something only nerds can extract right?

rektbyfaith
Administrator
0
05-24-2024, 07:53 AM
#36
Archived author: MaxtorCoder • Posted: 2024-05-24T07:53:56.025000+00:00
Original source

Pretty much
rektbyfaith
05-24-2024, 07:53 AM #36

Archived author: MaxtorCoder • Posted: 2024-05-24T07:53:56.025000+00:00
Original source

Pretty much

rektbyfaith
Administrator
0
05-24-2024, 07:53 AM
#37
Archived author: Fabian • Posted: 2024-05-24T07:53:57.163000+00:00
Original source

```c
// positive sp value has been detected, the output may be wrong!
void __fastcall sub_14022F860(int a1, _DWORD *seed)
{
// [COLLAPSED LOCAL DECLARATIONS. PRESS NUMPAD "+" TO EXPAND]

*seed = 0xD8E87596;
seed[1] = 0x76F26514;
retaddr = 0xEE5B53C3LL;
seed[2] = 0xEE5B53C3;
v17 = v15;
if ( v15 < 0x7FF698071000LL || v15 >= 0x7FF69A9A6F63LL )
goto LABEL_27;
v3 = *(_BYTE *)(v15 - 5);
if ( v3 != (char)0xE8 )
{
v5 = 0;
if ( *(_BYTE *)(v15 - 7) == 0xFF )
{
v4 = *(_BYTE *)(v15 - 6) & 0x38;
if ( v4 == 0x10 || v4 == 0x18 )
v5 = 1;
}
v6 = *(_BYTE *)(v15 - 6) == 0xFF && (((v3 & 0x38) - 0x10) & 0xF7) == 0;
v7 = v6 || v5;
v8 = *(_BYTE *)(v15 - 4) == 0xFF && (((*(_BYTE *)(v15 - 3) & 0x38) - 0x10) & 0xF7) == 0;
v9 = v8 || v7;
v10 = *(_BYTE *)(v15 - 3) == 0xFF && (((*(_BYTE *)(v15 - 2) & 0x38) - 0x10) & 0xF7) == 0;
v11 = v10 || v9;
v12 = *(_BYTE *)(v15 - 2) == 0xFF && (((*(_BYTE *)(v15 - 1) & 0x38) - 0x10) & 0xF7) == 0;
if ( !v11 && !v12 )
{
LABEL_27:
while ( 1 )
{
v13 = (_QWORD *)v17;
*(_QWORD *)&v14 = 0x29D7F63LL;
*((_QWORD *)&v14 + 1) = *(_QWORD *)(v17 - 8) ^ 0x7FF69A9A6F63LL;
v17 = v14 / 0;
*v13 = v14 % 0;
retaddr = 0x1000LL;
memset(&v18, 0, 0x1000uLL);
}
}
}
retaddr = 0x67B46D51LL;
seed[3] = 0x67B46D51;
}```
rektbyfaith
05-24-2024, 07:53 AM #37

Archived author: Fabian • Posted: 2024-05-24T07:53:57.163000+00:00
Original source

```c
// positive sp value has been detected, the output may be wrong!
void __fastcall sub_14022F860(int a1, _DWORD *seed)
{
// [COLLAPSED LOCAL DECLARATIONS. PRESS NUMPAD "+" TO EXPAND]

*seed = 0xD8E87596;
seed[1] = 0x76F26514;
retaddr = 0xEE5B53C3LL;
seed[2] = 0xEE5B53C3;
v17 = v15;
if ( v15 < 0x7FF698071000LL || v15 >= 0x7FF69A9A6F63LL )
goto LABEL_27;
v3 = *(_BYTE *)(v15 - 5);
if ( v3 != (char)0xE8 )
{
v5 = 0;
if ( *(_BYTE *)(v15 - 7) == 0xFF )
{
v4 = *(_BYTE *)(v15 - 6) & 0x38;
if ( v4 == 0x10 || v4 == 0x18 )
v5 = 1;
}
v6 = *(_BYTE *)(v15 - 6) == 0xFF && (((v3 & 0x38) - 0x10) & 0xF7) == 0;
v7 = v6 || v5;
v8 = *(_BYTE *)(v15 - 4) == 0xFF && (((*(_BYTE *)(v15 - 3) & 0x38) - 0x10) & 0xF7) == 0;
v9 = v8 || v7;
v10 = *(_BYTE *)(v15 - 3) == 0xFF && (((*(_BYTE *)(v15 - 2) & 0x38) - 0x10) & 0xF7) == 0;
v11 = v10 || v9;
v12 = *(_BYTE *)(v15 - 2) == 0xFF && (((*(_BYTE *)(v15 - 1) & 0x38) - 0x10) & 0xF7) == 0;
if ( !v11 && !v12 )
{
LABEL_27:
while ( 1 )
{
v13 = (_QWORD *)v17;
*(_QWORD *)&v14 = 0x29D7F63LL;
*((_QWORD *)&v14 + 1) = *(_QWORD *)(v17 - 8) ^ 0x7FF69A9A6F63LL;
v17 = v14 / 0;
*v13 = v14 % 0;
retaddr = 0x1000LL;
memset(&v18, 0, 0x1000uLL);
}
}
}
retaddr = 0x67B46D51LL;
seed[3] = 0x67B46D51;
}```

rektbyfaith
Administrator
0
05-24-2024, 07:53 AM
#38
Archived author: Fabian • Posted: 2024-05-24T07:53:59.903000+00:00
Original source

here your seed
rektbyfaith
05-24-2024, 07:53 AM #38

Archived author: Fabian • Posted: 2024-05-24T07:53:59.903000+00:00
Original source

here your seed

rektbyfaith
Administrator
0
05-24-2024, 07:54 AM
#39
Archived author: Fabian • Posted: 2024-05-24T07:54:03.528000+00:00
Original source

for latest classic era
rektbyfaith
05-24-2024, 07:54 AM #39

Archived author: Fabian • Posted: 2024-05-24T07:54:03.528000+00:00
Original source

for latest classic era

rektbyfaith
Administrator
0
05-24-2024, 07:54 AM
#40
Archived author: Widget • Posted: 2024-05-24T07:54:08.949000+00:00
Original source

<:HUH:961692051890659359>
rektbyfaith
05-24-2024, 07:54 AM #40

Archived author: Widget • Posted: 2024-05-24T07:54:08.949000+00:00
Original source

<:HUH:961692051890659359>

Pages (4): Previous 1 2 3 4
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)