From 1d66417ffa9291b9ecaef7b2b2ab8894ef499976 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 17 Jul 2021 12:18:05 -0400 Subject: [PATCH 1/2] Removed --- Classic/scripts/autoexec/MemPatches.cs | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/Classic/scripts/autoexec/MemPatches.cs b/Classic/scripts/autoexec/MemPatches.cs index 15f3acf..4e7f929 100644 --- a/Classic/scripts/autoexec/MemPatches.cs +++ b/Classic/scripts/autoexec/MemPatches.cs @@ -1,16 +1,7 @@ // Memory Patches -// Remote Code Execution Patch by Bahke -memPatch("A3C300","A370C3A300E8D609A0FF8B46205053E98103A0FF"); -memPatch("A3C330","C70570C3A30000000000E8A109A0FF8B462085C0E96D03A0FF"); -memPatch("A3C400","E80BFB9FFF6089C38B1570C3A300B8FF00000029D039C37D0661E92509A0FFA380C3A30061A180C3A300E91509A0FF"); -memPatch("A3C430","E8DBFA9FFF6089C38B1570C3A300B8FF00000029D039C37D0661E9A009A0FFA380C3A30061A180C3A300E99009A0FF"); -memPatch("43C68B","E970FC5F00"); -memPatch("43C6AC","E97FFC5F00"); -memPatch("43CD3F","E9BCF65F00"); -memPatch("43CDEA","E941F65F00"); - //Nope...Try Agian fix - telnet +//From Krash memPatch("756076","6169"); // Thanks Turkeh @@ -44,16 +35,16 @@ function serverCmd(%client) messageClient(%client, 'onClientBanned', ""); messageAllExcept( %client, -1, 'MsgClientDrop', "", %client.name, %client ); - + // kill and delete this client if( isObject(%client.player) ) %client.player.scriptKill(0); - + if ( isObject( %client ) ) { %client.setDisconnectReason("You have been banned for attempting to crash the server."); %client.schedule(700, "delete"); } - + BanList::add(%client.guid, %client.getAddress(), $Host::BanTime); -} \ No newline at end of file +} From 5d3470a53ac276234e43ea06a5aec281e0f8dc79 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 17 Jul 2021 12:18:44 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01cb241..af4bfd1 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,19 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF) - Late Time Voting - Vote chimes - Vote Restricting - - Bug Fixes + - Various Bug Fixes and Exploit Fixes - Map Stats - Full Players Stats - In-Game Stats Viewable + - Discord Bot Connectivity - Improved Map Rotation - PUG password options - Ability to Lock Teams - Disable/Enable Tournament Net Client In-Game - LakRabbit improvements - Various tweaks for PUBs + - AFK Timeouts and Observer Kicking + - Improved Ban System - Added Deathmatch, LCTF - Support for Siege - Shocklance Only Deathmatch Mode