@@ -281,11 +281,6 @@ protected override async Task ProcessMessage(BaseScertMessage message, IChannel
281
281
case "01.82.09" :
282
282
switch ( clientCheatQuery . StartAddress )
283
283
{
284
- case 0x00530770 :
285
- // 0x7f0 rights on every commands.
286
- if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x7c , 0xc0 , 0x2b , 0x78 } ) )
287
- PokeAddress ( 0x00530770 , new byte [ ] { 0x60 , 0xc0 , 0x07 , 0xf0 } , clientChannel ) ;
288
- break ;
289
284
case 0x00531370 :
290
285
// 4096 character command line limit.
291
286
if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x2f , 0x83 , 0x00 , 0xfe } ) )
@@ -316,11 +311,6 @@ protected override async Task ProcessMessage(BaseScertMessage message, IChannel
316
311
case "01.83.12" :
317
312
switch ( clientCheatQuery . StartAddress )
318
313
{
319
- case 0x0054ac80 :
320
- // 0x7f0 rights on every commands.
321
- if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x7c , 0xc6 , 0x2b , 0x78 } ) )
322
- PokeAddress ( 0x0054ac80 , new byte [ ] { 0x60 , 0xc6 , 0x07 , 0xf0 } , clientChannel ) ;
323
- break ;
324
314
case 0x00548bc0 :
325
315
// 4096 character command line limit.
326
316
if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x2f , 0x83 , 0x00 , 0xfe } ) )
@@ -344,11 +334,6 @@ protected override async Task ProcessMessage(BaseScertMessage message, IChannel
344
334
case "01.86.09" :
345
335
switch ( clientCheatQuery . StartAddress )
346
336
{
347
- case 0x00557d8c :
348
- // 0x7f0 rights on every commands.
349
- if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x7c , 0xc6 , 0x2b , 0x78 } ) )
350
- PokeAddress ( 0x00557d8c , new byte [ ] { 0x60 , 0xc6 , 0x07 , 0xf0 } , clientChannel ) ;
351
- break ;
352
337
case 0x00555cb4 :
353
338
// 4096 character command line limit.
354
339
if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x2f , 0x83 , 0x00 , 0xfe } ) )
@@ -393,16 +378,6 @@ protected override async Task ProcessMessage(BaseScertMessage message, IChannel
393
378
if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x7c , 0x65 , 0x1b , 0x78 } ) )
394
379
PokeAddress ( 0x002aa960 , new byte [ ] { 0x48 , 0x40 , 0xe2 , 0x2c } , clientChannel ) ;
395
380
break ;
396
- case 0x000861e8 :
397
- // 0x7f0 rights on every commands.
398
- if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x7c , 0xc6 , 0x2b , 0x78 } ) )
399
- PokeAddress ( 0x000861e8 , new byte [ ] { 0x60 , 0xc6 , 0x07 , 0xf0 } , clientChannel ) ;
400
- break ;
401
- case 0x00087080 :
402
- // 4096 character command line limit.
403
- if ( MediusClass . Settings . PokePatchOn && clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 && QueryData . EqualsTo ( new byte [ ] { 0x2f , 0x83 , 0x00 , 0xfe } ) )
404
- PokeAddress ( 0x00087080 , new byte [ ] { 0x2f , 0x83 , 0x0f , 0xff } , clientChannel ) ;
405
- break ;
406
381
case 0x105c24c8 :
407
382
// Sets WorldCorePointer.
408
383
if ( clientCheatQuery . QueryType == CheatQueryType . DME_SERVER_CHEAT_QUERY_RAW_MEMORY && QueryData . Length == 4 )
@@ -2867,8 +2842,6 @@ private async Task Login(MessageId messageId, IChannel clientChannel, ChannelDat
2867
2842
case "01.82.09" :
2868
2843
if ( MediusClass . Settings . PokePatchOn )
2869
2844
{
2870
- CheatQuery ( 0x00530770 , 4 , clientChannel ) ;
2871
-
2872
2845
CheatQuery ( 0x00531370 , 4 , clientChannel ) ;
2873
2846
2874
2847
CheatQuery ( 0x0016b4d0 , 4 , clientChannel ) ;
@@ -2886,8 +2859,6 @@ private async Task Login(MessageId messageId, IChannel clientChannel, ChannelDat
2886
2859
case "01.83.12" :
2887
2860
if ( MediusClass . Settings . PokePatchOn )
2888
2861
{
2889
- CheatQuery ( 0x0054ac80 , 4 , clientChannel ) ;
2890
-
2891
2862
CheatQuery ( 0x00548bc0 , 4 , clientChannel ) ;
2892
2863
2893
2864
CheatQuery ( 0x001709e0 , 4 , clientChannel ) ;
@@ -2898,8 +2869,6 @@ private async Task Login(MessageId messageId, IChannel clientChannel, ChannelDat
2898
2869
case "01.86.09" :
2899
2870
if ( MediusClass . Settings . PokePatchOn )
2900
2871
{
2901
- CheatQuery ( 0x00557d8c , 4 , clientChannel ) ;
2902
-
2903
2872
CheatQuery ( 0x00555cb4 , 4 , clientChannel ) ;
2904
2873
2905
2874
CheatQuery ( 0x0016dac0 , 4 , clientChannel ) ;
@@ -2919,10 +2888,6 @@ private async Task Login(MessageId messageId, IChannel clientChannel, ChannelDat
2919
2888
{
2920
2889
CheatQuery ( 0x006f59b8 , 4 , clientChannel ) ;
2921
2890
CheatQuery ( 0x002aa960 , 4 , clientChannel ) ;
2922
-
2923
- CheatQuery ( 0x000861e8 , 4 , clientChannel ) ;
2924
-
2925
- CheatQuery ( 0x00087080 , 4 , clientChannel ) ;
2926
2891
}
2927
2892
2928
2893
CheatQuery ( 0x105c24c8 , 4 , clientChannel ) ;
0 commit comments